From d2b70d4ec09634479749911fe8aa3b4a30e2a02e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 25 Oct 2011 17:07:35 +0200 Subject: New style (green and Coenonympha pamphilus) --- papillon/static/bg.jpg | Bin 3473 -> 20930 bytes papillon/static/styles.css | 30 ++++++++++++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/papillon/static/bg.jpg b/papillon/static/bg.jpg index 7653c63..61fc9b8 100644 Binary files a/papillon/static/bg.jpg and b/papillon/static/bg.jpg 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 +Copyright (C) 2008-2011 Étienne Loks 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 . 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; } -- cgit v1.2.3