summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--papillon/static/bg.jpgbin3473 -> 20930 bytes
-rw-r--r--papillon/static/styles.css30
2 files changed, 18 insertions, 12 deletions
diff --git a/papillon/static/bg.jpg b/papillon/static/bg.jpg
index 7653c63..61fc9b8 100644
--- a/papillon/static/bg.jpg
+++ b/papillon/static/bg.jpg
Binary files differ
diff --git a/papillon/static/styles.css b/papillon/static/styles.css
index c329905..c918596 100644
--- a/papillon/static/styles.css
+++ b/papillon/static/styles.css
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2008 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+Copyright (C) 2008-2011 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as
@@ -17,11 +17,26 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
See the file COPYING for details.
*/
+/* colors */
+
+body, #poll th, .highlight{
+ background-color:#98c93c;
+}
+
+a, .comments .author{
+ color:#287028;
+}
+
+h1, h1 a, .form_description{
+ background-color:#287028;
+}
+
+/**/
+
body{
margin:0;
font-size:12px;
font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
-background-color:#ced3e1;
}
pre{
@@ -29,10 +44,6 @@ font-size:12px;
font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
}
-a{
-color:#6f819d;
-}
-
h1, h2, h3, h4, h5 {
font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
font-weight:normal;
@@ -44,7 +55,6 @@ margin-top:2px;
border:1px solid black;
border-right:None;
border-left:None;
-background-color:#6f819d;
color:white;
padding-left:10px;
font-size:32px;
@@ -116,7 +126,7 @@ border:1px solid;
margin:20px;
background-image: url(bg.jpg);
background-repeat:no-repeat;
-background-position:top right;
+background-position:95% 10%;
}
#header{
@@ -181,7 +191,6 @@ width:75px;
}
.form_description{
-background-color:#6f819d;
color:white;
font-size:11px;
width:200px;
@@ -225,7 +234,6 @@ background-color:#FFF;
}
#poll th{
-background-color:#ced3e1;
border:1px solid black;
padding:5px;
}
@@ -258,7 +266,6 @@ border:None;
.highlight{
font-weight:bold;
-background-color:#ced3e1;
}
tr.highlighted_voter td{
@@ -302,7 +309,6 @@ border:1px solid #d3d3d3;
.comments .author{
margin:0;
-color:#6f819d;
padding:0;
}