Changeset 2564 for trunk/admin/template/goto/theme
- Timestamp:
- Sep 21, 2008, 10:59:56 PM (16 years ago)
- Location:
- trunk/admin/template/goto/theme/roma
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/goto/theme/roma/theme.css
r2561 r2564 3 3 body, h3, dt, h2, .throw, .content, label, 4 4 input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; } 5 INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], 6 INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"], select, textarea { 7 color:#444; background-color: #eee; } 5 INPUT, select, textarea { color:#999; background-color: #444; } 6 INPUT[type="checkbox"], INPUT[type="radio"] 7 { color:#999; background-color: #eee; } 8 INPUT[type="submit"], INPUT[type="reset"] { border: 2px outset #999; background-color: #444; padding: 1px 15px; 9 -moz-border-radius-bottomleft:6px; -moz-border-radius-topright:6px;} 10 INPUT[type="submit"]:hover, INPUT[type="reset"]:hover, INPUT[type="submit"]:active { 11 border: 2px inset #999; background-color: #444; padding: 1px 15px; } 8 12 input.rateButton, legend, #theAdminPage h3 { color: #777; } 9 13 #theAdminPage h2 { color: #333; } 10 .content .infos { color: # 3f6; border:0; background-color: transparent;14 .content .infos { color: #f70; border:0; background-color: transparent; 11 15 padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; } 12 16 .content .infos li, .content .errors li { list-style-type:none; } 13 .content .errors { color: #f 70; border:0; background-color: transparent;17 .content .errors { color: #f30; border:0; background-color: transparent; 14 18 padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; } 15 19 #copyright { color:#777; margin:60px auto 0px 240px; text-align:center; … … 29 33 #theHeader { min-height:105px; margin: 0; padding: 0; 30 34 background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; } 31 h3, #imageToolBar a:hover, .row 1, .content { background-color: #222; }32 . row2{ background-color:#111; }33 #content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; }35 h3, #imageToolBar a:hover, .row2, .content { background-color: #222; } 36 .throw, .row1 { background-color:#111; } 37 #content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; margin-top: 9px; } 34 38 .content { padding:5px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; } 35 39 .content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; … … 42 46 .content dl, dd { margin:5px; } 43 47 .content div.titrePage { height:55px; } 44 .instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; } 48 .instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; margin-bottom: 20px; 49 font-size:14px; line-height:21px; } 45 50 .instructions { overflow-y:scroll; overflow-x:hidden; } 46 51 .instructions h3 { text-align: center; margin: 30px 0 0 0; } 47 .throw,td h3 {52 /* .throw, */ td h3 { 48 53 background-image: url(images/fillet.png); background-repeat: repeat-x; } 49 54 /* borders */ /* TODO */ 50 fieldset { border: 1px solid #666; } 51 INPUT, SELECT, TEXTAREA { border-left: 2px inset #666; text-indent:4px; } 55 fieldset { border: 1px solid #999; -moz-border-radius-bottomleft:8px; -moz-border-radius-topright:8px;} 56 INPUT, SELECT, TEXTAREA { border: 1px solid #999; text-indent:4px; } 57 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#111;color: #999; } 52 58 TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; } 53 59 .bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block; … … 76 82 color : #f36; text-decoration: none; border: 0; color: #f36; } 77 83 * { outline-width: 0; } 78 a { color:#f70; border-color: # FF3363; }84 a { color:#f70; border-color: #f70; } 79 85 a:hover { color: #f33; border-color: #FF3363; cursor: pointer; } 80 86 h2 { display:block; font-size:28px; letter-spacing:-1px; … … 95 101 top:-2px; white-space:nowrap; margin: 0 28px 0 0;} 96 102 .tabsheet li { background:transparent url(images/inactive_tab.png) no-repeat scroll left 0; 97 float:left; margin:0 5px; overflow:hidden; text-align:right; }103 float:left; margin:0 2px 0 5px; overflow:hidden; text-align:right; } 98 104 .tabsheet a { 99 105 background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0px; 100 106 color:#777; display:block; font-size:11px; text-transform:capitalize; border:0; 101 font-weight:bold; height:18px; overflow:hidden; padding: 7px 7px 5px 18px; line-height: 18px;107 font-weight:bold; height:18px; overflow:hidden; padding:8px 7px 5px 18px; line-height: 18px; 102 108 text-align:right; text-decoration:none; margin: 0; } 103 109 .tabsheet li:hover, .tabsheet li.selected_tab { … … 105 111 .tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36; 106 112 background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; } 107 .tabsheet a span { background-color:#222; display:block; font-size:10px; padding:0 5px 0 1px; }113 .tabsheet a span { background-color:#222; display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; } 108 114 #debug { margin-left:248px; font-size:12px; } 109 115 /* menubar is on all admin pages => No specific css file */
Note: See TracChangeset
for help on using the changeset viewer.