Changeset 623 for trunk/template/default
- Timestamp:
- Nov 26, 2004, 5:10:17 PM (20 years ago)
- Location:
- trunk/template/default
- Files:
-
- 1 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/default/default.css
r622 r623 1 1 /* BACKGROUND */ 2 2 3 body { background-color:#000000;} 3 4 .main, .throw, .admin { background-color:#3F3F3F;} … … 9 10 .bouton, .imgMenu a, #imgBarMenu { background-image: url(theme/button_bg.gif);} 10 11 12 /* FONT COLORS */ 13 14 .titreMenu, .titreMenu a, .info, .admin{ color:#FFF48E;} 15 .titrePage, .titreMenu a:hover { color:#E0E0E0;} 16 .comment{ color:#C6B78E;} 17 .commentDate { color:#999999;} 18 input,select,textarea { color:#FFFFCC;} 19 20 /* ANCHORS */ 21 22 a { text-decoration:none; color:#FFFFFF;} 23 a:hover { text-decoration:none; color:#FFF48E;} 24 a.none:hover { text-decoration:none;} 25 a.image:hover { text-decoration:none;} 26 a.thumbLink:hover { text-decoration:none;} 27 11 28 /* POSITION */ 12 29 #gauche,#droite … … 24 41 } 25 42 26 #droite 27 { 28 text-align:right; 29 } 30 31 #left 32 { 33 float:left; 34 } 35 36 #right 37 { 38 float:right; 39 } 43 #droite{text-align:right;} 44 #left {float:left; } 45 #right{float:right; } 40 46 41 47 /* MAIN STYLES */ … … 60 66 } 61 67 62 /* ANCHORS */ 63 64 a { text-decoration:none; color:#FFFFFF;} 65 a:hover { text-decoration:none; color:#FFF48E;} 66 a.none:hover { text-decoration:none;} 67 a.image:hover { text-decoration:none;} 68 a.thumbLink:hover { text-decoration:none;} 68 69 69 70 70 /* LAYOUT STYLE */ … … 93 93 line-height: 25px; 94 94 font-size:12px; 95 color:#E0E0E0;96 95 font-weight:600; 97 96 text-align:center; … … 266 265 font-weight:lighter; 267 266 text-align:right; 268 color:#999999;269 267 border-top: 1px solid #000000; 270 268 border-bottom: 1px solid #000000; 271 269 } 272 270 273 .comment{274 color:#C6B78E;275 }276 271 /* Form styles */ 277 272 … … 295 290 border: 1px solid #797979; 296 291 padding: 0; 297 color:#FFFFCC;298 292 } 299 293 … … 317 311 text-align: center; 318 312 padding:0px; 319 color : #FFF48E;320 313 } 321 314 322 315 /* Other styles */ 323 316 .info { 324 color:#FFF48E;325 317 margin:5px 0px 5px 0px; 326 318 white-space:nowrap;
Note: See TracChangeset
for help on using the changeset viewer.