diff options
author | gweltas <gweltas@piwigo.org> | 2004-11-26 16:10:17 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-11-26 16:10:17 +0000 |
commit | 2e6ace2df02bbd1499c351e32d1d10d68a4bb4ac (patch) | |
tree | 649e7658b9dc61bf5cf02cc058fcf2590bee75b2 /template/default/default.css | |
parent | 8f97f21eb2025c563cf7d8a56adb0193f3dc5eab (diff) |
New template for group management
French translation for synchronization
Minor update of the css file
git-svn-id: http://piwigo.org/svn/trunk@623 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/default.css')
-rw-r--r-- | template/default/default.css | 48 |
1 files changed, 20 insertions, 28 deletions
diff --git a/template/default/default.css b/template/default/default.css index fe0092477..07b079206 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -1,4 +1,5 @@ /* BACKGROUND */ + body { background-color:#000000;} .main, .throw, .admin { background-color:#3F3F3F;} .row1,input,select,textarea, .table1, .home { background-color:#5F5F5F;} @@ -8,6 +9,22 @@ body { background-color:#000000;} .titreMenu,.titrePage,.imgMenu a:hover { background-image: url(theme/tableh1_bg.gif);} .bouton, .imgMenu a, #imgBarMenu { background-image: url(theme/button_bg.gif);} +/* FONT COLORS */ + +.titreMenu, .titreMenu a, .info, .admin{ color:#FFF48E;} +.titrePage, .titreMenu a:hover { color:#E0E0E0;} +.comment{ color:#C6B78E;} +.commentDate { color:#999999;} +input,select,textarea { color:#FFFFCC;} + +/* ANCHORS */ + +a { text-decoration:none; color:#FFFFFF;} +a:hover { text-decoration:none; color:#FFF48E;} +a.none:hover { text-decoration:none;} +a.image:hover { text-decoration:none;} +a.thumbLink:hover { text-decoration:none;} + /* POSITION */ #gauche,#droite { @@ -23,20 +40,9 @@ body { background-color:#000000;} text-align:center; } -#droite -{ - text-align:right; -} - -#left -{ - float:left; -} - -#right -{ - float:right; -} +#droite{text-align:right;} +#left {float:left; } +#right{float:right; } /* MAIN STYLES */ @@ -59,13 +65,7 @@ h2 { line-height: 120%; } -/* ANCHORS */ -a { text-decoration:none; color:#FFFFFF;} -a:hover { text-decoration:none; color:#FFF48E;} -a.none:hover { text-decoration:none;} -a.image:hover { text-decoration:none;} -a.thumbLink:hover { text-decoration:none;} /* LAYOUT STYLE */ @@ -92,7 +92,6 @@ a.thumbLink:hover { text-decoration:none;} height: 25px; line-height: 25px; font-size:12px; - color:#E0E0E0; font-weight:600; text-align:center; } @@ -265,14 +264,10 @@ table.thumbnail { .commentDate { font-weight:lighter; text-align:right; - color:#999999; border-top: 1px solid #000000; border-bottom: 1px solid #000000; } -.comment{ - color:#C6B78E; -} /* Form styles */ form{ @@ -294,7 +289,6 @@ input,select,textarea { text-indent:2px; border: 1px solid #797979; padding: 0; - color:#FFFFCC; } .radio{ @@ -316,12 +310,10 @@ font-weight:bold; margin:0px 0px 12px 0px; text-align: center; padding:0px; -color : #FFF48E; } /* Other styles */ .info { - color:#FFF48E; margin:5px 0px 5px 0px; white-space:nowrap; text-align:center; |