From b10461003a785b6579e82fae380161396d94b68e Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 5 Aug 2008 21:48:10 +0000 Subject: Initial import --- static/styles.css | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 static/styles.css (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..4819fcb --- /dev/null +++ b/static/styles.css @@ -0,0 +1,107 @@ +/* +Copyright (C) 2008 Étienne Loks +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; +} + +h1, h1 a{ +border:1px solid black; +border-right:None; +border-left:None; +background-color:#6f819d; +color:white; +padding-left:15px; +font-size:32px; +text-decoration:None; +} + +h2, h2 a{ +color:black; +border-bottom:1px dashed black; +text-decoration:None; +margin:10px; +font-size:24px; +} + +p{ +background-color:white; +border:1px solid black; +padding:6px; +margin:6px; +width:600px; +} + +td{ +font-size:12px; +padding:4px; +} + +th{ +font-size:12px; +text-align:left; +} + +label{ +font-weight:bold; +} + +.form_description{ +background-color:#6f819d; +color:white; +font-size:11px; +} + +#content{ +margin:5px; +} + +table.poll{ +text-align:center; +} + +.poll td{ +background-color:white; +border:1px solid black; +padding:0; +} + +.poll th{ +background-color:white; +border:1px solid black; +padding:5px; +} + +.poll .OK{ +background-color:#9ec5d5; +} + +.poll .OKO{ +background-color:#b689d5; +} + +.poll .KO{ +background-color:#b9b3bd; +} + +td.simple{ +background-color:#ced3e1; +border:None; +} + +.sum th{ +background-color:#ced3e1; +border:None; +text-align:center; +} + +.sum td{ +background-color:#ced3e1; +border:None; +font-weight:bold; +} -- cgit v1.2.3