Changeset 12670 for trunk/admin
- Timestamp:
- Nov 29, 2011, 5:44:13 AM (13 years ago)
- Location:
- trunk/admin/themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r12633 r12670 16 16 */ 17 17 /* text color */ 18 .theme_title { left: 15px; color: #000; text-align: left;} 19 body, h3, dt, h2, .throw, .content, label { color:#777; } 18 19 body, h3, dt, h2, .throw, .content, label , LEGEND { 20 color:#777; 21 } 22 20 23 th { color: #888; } 21 24 INPUT, select, textarea { color:#666; background-color: #ccc; } … … 29 32 } 30 33 31 legend, h3 { color: #777; }32 h2 { color: #777; }33 34 34 35 INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], … … 76 77 position:absolute; left:0px; top:0px; z-index: 0; 77 78 background:transparent } 78 h3, #imageToolBar a:hover,.content, .throw, .row1 { background-color: #ddd; }79 h3, .content, .throw, .row1 { background-color: #ddd; } 79 80 .row2 { background-color:#eeeeee; } 80 81 #content { background: #f1f1f1; min-height: 467px;} … … 132 133 border:0; color:#ccc; font-size:24px; height:30px; margin:0; padding:10px 0 0; 133 134 text-align:center; width:100%; } 134 #content.content div.comment a.illustration{ margin-right: 30px;}135 135 136 136 /* tabsheets are often used in admin pages => No specific css files */ … … 256 256 #helpContent A:hover {border-bottom:1px solid #d54e21;} 257 257 258 #pwgHead, #footer {background-color:#ddd;} 259 #pwgHead, #footer {color:#666;} 258 #pwgHead, #footer { 259 background-color: #ddd; 260 color: #666; 261 } 262 263 260 264 #pwgHead A, #footer A {color:#444;} 261 265 #pwgHead A:hover, #footer A:hover {color:black; border-color:black;} -
trunk/admin/themes/default/print.css
r6363 r12670 1 1 #menubar, .content .navigationBar, UL.categoryActions, 2 #imageToolBar,.navThumb, #addComment {2 .navThumb, #addComment { 3 3 display: none; 4 4 } -
trunk/admin/themes/default/theme.css
r12633 r12670 16 16 .content div.comment { margin: 0 0 0.5em 0; padding: 0; 17 17 overflow: hidden; width: 100%; /* don't ask why. It's a very usefull trick */ } 18 .content div.comment a.illustration { 19 display: block; float: left; margin: 0.5em 0 0 0.5em; } 18 19 .content DIV.comment A.illustration { 20 display: block; 21 float: left; 22 margin: 0.5em 30px 0 0.5em; 23 } 24 20 25 .content div.comment p.commentHeader { 21 26 text-align: right; margin: 0.5em 0.5em 0 0; } -
trunk/admin/themes/roma/theme.css
r12633 r12670 16 16 */ 17 17 /* text color */ 18 body, h3, dt, h2, .throw, .content, label { color:#666; } 18 body, h3, dt, .throw, .content, label, LEGEND { 19 color:#666; 20 } 21 19 22 INPUT, select, textarea { color:#999; background-color: #444; } 20 23 option[disabled] { background-color: #999; color: #444; } … … 23 26 { color:#999; background-color: #eee; } */ 24 27 INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; } 25 legend, h3 { color: #666; } 28 26 29 h2 { color: #ccc; } 27 30 … … 43 46 position:absolute; left:0px; top:0px; z-index: 0; 44 47 } 45 h3, #imageToolBar a:hover,.row2, .content { background-color: #222; }48 h3, .row2, .content { background-color: #222; } 46 49 .throw, .row1 { background-color:#111; } 47 50 .throw em { font-style: normal; color: #ff3363; } … … 105 108 border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0; 106 109 text-align:center; width:100%; } 107 #content.content div.comment a.illustration{ margin-right: 30px;} 110 108 111 /* tabsheets are often used in admin pages => No specific css files */ 109 112 #tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
Note: See TracChangeset
for help on using the changeset viewer.