summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne2008-12-05 16:06:47 +0000
committeretienne2008-12-05 16:06:47 +0000
commit23de64513f703edc914a77787a804d322fc86b05 (patch)
tree79fc59f580bd17d0d6a8f8bbb5c81cfe1a2f1b5d /static
parente14d2f0f7d9d985d61ede02813abf04dff8e35ff (diff)
Update of the CSS
Diffstat (limited to 'static')
-rw-r--r--static/styles.css46
1 files changed, 36 insertions, 10 deletions
diff --git a/static/styles.css b/static/styles.css
index 8a83a8a..0d44f63 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -20,7 +20,7 @@ See the file COPYING for details.
body{
margin:0;
font-size:12px;
-font-family:arial;
+font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
background-color:#ced3e1;
}
@@ -28,9 +28,14 @@ a{
color:#6f819d;
}
+h1, h2, h3, h4, h5 {
+font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
+font-weight:normal;
+}
+
h1, h1 a{
margin:0;
-margin-top:2px;;
+margin-top:2px;
border:1px solid black;
border-right:None;
border-left:None;
@@ -41,25 +46,33 @@ font-size:32px;
text-decoration:None;
}
-h2, h2 a{
-color:black;
+h2{
+font-style:italic;
border-bottom:1px dashed black;
-text-decoration:None;
-margin:10px;
+margin-left:10px;
+padding:0;
font-size:24px;
}
+h2 a{
+color:black;
+text-decoration:None;
+}
+
h2 a:hover{
color:grey;
}
-h3, h3 a{
-color:black;
-text-decoration:None;
+h3{
margin:10px;
font-size:20px;
}
+h3 a{
+color:black;
+text-decoration:None;
+}
+
h3 a:hover{
color:grey;
}
@@ -81,7 +94,9 @@ text-align:left;
}
label{
-font-weight:bold;
+font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
+font-weight:normal;
+font-style:italic;
}
hr.spacer{
@@ -216,4 +231,15 @@ color:white;
#syndication{
padding:10px;
+}
+
+.poll-description{
+margin:4px;
+padding:4px;
+border:1px solid lightgrey;
+}
+
+.poll-description p{
+margin:0;
+padding:2px;
} \ No newline at end of file