summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne2008-08-06 10:38:57 +0000
committeretienne2008-08-06 10:38:57 +0000
commitfeef03bf7fd80e945769597245da3b75b662459b (patch)
treec434828f6a7ae966c17a157c535cd88b4ee04913 /static
parentb2019ae7c6c13601b0f63d6324484010dc0216c7 (diff)
Update of styles
Diffstat (limited to 'static')
-rw-r--r--static/bg.jpgbin0 -> 5124 bytes
-rw-r--r--static/styles.css30
2 files changed, 21 insertions, 9 deletions
diff --git a/static/bg.jpg b/static/bg.jpg
new file mode 100644
index 0000000..ae1caf4
--- /dev/null
+++ b/static/bg.jpg
Binary files differ
diff --git a/static/styles.css b/static/styles.css
index 4819fcb..7728000 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,13 +1,22 @@
/*
-Copyright (C) 2008 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+Copyright (C) 2008 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
body{
-background-color:#ced3e1;
margin:0;
font-size:12px;
+background-color:#ced3e1;
+}
+
+#main{
+background-color:white;
+border:1px solid;
+margin:20px;
+background-image: url(bg.jpg);
+background-repeat:no-repeat;
+background-position:top right;
}
h1, h1 a{
@@ -30,8 +39,6 @@ font-size:24px;
}
p{
-background-color:white;
-border:1px solid black;
padding:6px;
margin:6px;
width:600px;
@@ -61,18 +68,25 @@ font-size:11px;
margin:5px;
}
+#poll_table{
+overflow:auto;
+}
+
table.poll{
text-align:center;
}
+.poll a{
+color:black;
+}
+
.poll td{
-background-color:white;
border:1px solid black;
padding:0;
}
.poll th{
-background-color:white;
+background-color:#ced3e1;
border:1px solid black;
padding:5px;
}
@@ -90,18 +104,16 @@ background-color:#b9b3bd;
}
td.simple{
-background-color:#ced3e1;
border:None;
}
.sum th{
-background-color:#ced3e1;
+background-color:white;
border:None;
text-align:center;
}
.sum td{
-background-color:#ced3e1;
border:None;
font-weight:bold;
}