summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2010-02-18 22:51:29 -0200
committerdrebs <drebs@riseup.net>2010-02-18 22:51:29 -0200
commit04f300d7efdc76aedf5f37af92f5902ba5d87b75 (patch)
tree4692d1dc8baae0b5d89801228240b5c2a811daf6 /local.css
parentff107b55eb66bc1a80c670c82dbd6ef82fe51416 (diff)
downloadpadrao-04f300d7efdc76aedf5f37af92f5902ba5d87b75.tar.gz
padrao-04f300d7efdc76aedf5f37af92f5902ba5d87b75.tar.bz2
Experimentando css.
Diffstat (limited to 'local.css')
-rw-r--r--local.css153
1 files changed, 152 insertions, 1 deletions
diff --git a/local.css b/local.css
index 4544ed2..51fbf70 100644
--- a/local.css
+++ b/local.css
@@ -1,3 +1,154 @@
-#sidebar {
+/*#sidebar {
width: inherit;
+}*/
+
+body{
+ font-family:Palatino,georgia,"times new roman",serif;
+ font-size: 1.03em;
+ margin-left: auto;
+ margin-right: auto;
+ width: 800px;
+}
+.actions{
+ font-family:Palatino,georgia,"times new roman",serif;
+ font-size: .95em;
+ text-align: left;
+}
+#content{
+ margin-left: 10px;
+ margin-right: -10px;
+ text-align: left;
+ border-right: dashed 1px;
+ padding-right: 30px;
+}
+.pagedate{
+ font-family: times;
+ font-size: .8em;
+}
+
+/*Elements*/
+hr{
+ width: 50%;
+ border: solid 1px black;
+}
+blockquote{
+ border: dashed 1px;
+ padding-left: 20px;
+ margin-left: 15px;
+ background-color: #ccc;
+}
+p{
+ margin-bottom: 1.2em;
+}
+ol{
+ margin-left: 1em;
+}
+/* Headings */
+.header{
+ font-family: georgia;
+ font-size: 1.25em;
+ line-height: 1em;
+ font-weight: bolder;
+}
+h1{
+ font-size: 2em;
+ font-weight: bold;
+ line-height: 1em;
+ margin-left: 1em;
+ text-indent: -1em;
+}
+h2{
+ font-size: 1.8em;
+ line-height: 1em;
+ font-weight: bold;
+ margin-left: 1em;
+ text-indent: -1em;
+}
+h3{
+ font-size: 1.6em;
+ font-weight: bold;
+ line-height: 1em;
+ margin-left: 1em;
+ text-indent: -1em;
+}
+h4{
+ font-size: 1.4em;
+ font-weight: bold;
+ line-height: 1em;
+ margin-left: 1em;
+ text-indent: -1em;
+}
+h5{
+ font-size: 1.2em;
+ font-weight: bold;
+ line-height: 1em;
+ margin-left: 1em;
+ text-indent: -1em;
+}
+h6{
+ font-size: 1em;
+ font-weight: bold;
+ line-height: 1em;
+ margin-left: 1em;
+ text-indent: -1em;
+}
+/*Forums*/
+form{
+ font-size: .9em;
+ font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+ margin-left: 1em;
+ margin-top: 1.2em;
+}
+textarea{
+ font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+ font-size: .9em;
+ border: solid 1px;
+ width: 500px;
+ margin-bottom: 10px;
+}
+input#comments{
+ font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+ font-size: .9em;
+ width: 550px;
+ line-height: 1em;
+ background-color: #fff;
+ border: solid 1px;
+}
+input#comments{
+ font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+ font-size: .9em;
+ width: 550px;
+ line-height: 1em;
+ background-color: #fff;
+ border: solid 1px;
+}
+input[type="submit"]{
+ font-family:
+ font-size: .9em;
+ font-weight: bold;
+ line-height: 1em;
+ background-color: #ddd;
+ margin-right: 1.1em;
+ margin-top: 10px;
+ padding: 3px;
+ text-align: center;
+ width: 9.5em;
+ border: solid 1px;
+}
+#blogform input[name="title"]{
+ font-family: "inconsolata", "monaco", "droid sans mono",fixed;
+ font-size: .9em;
+ line-height: 1.2em;
+ font-size: 1.1em;
+ margin-left: .4em;
+ margin-right: .4em;
+ border: solid 1px;
+}
+#blogform input[type="submit"]{
+ font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+ font-size: .9em;
+ line-height: 1em;
+ font-size: 1em;
+ background-color: #ddd;
+ border: solid 1px;
}