Changeset 2608 for trunk/template/yoga
- Timestamp:
- Sep 27, 2008, 9:42:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/Sylvia/theme.css
r2578 r2608 5 5 6 6 /* Sylvia Theme is close to the Roma Admin theme */ 7 BODY, H1, H3, DT, INPUT.rateButtonSelected { color:# ddd; }7 BODY, H1, H3, DT, INPUT.rateButtonSelected { color:#666; } 8 8 H2, #menubar DT { color: #666; } 9 9 #imageHeaderBar, #imageToolBar A:hover { background-color: transparent; } … … 28 28 margin:0; } 29 29 #menubar DT A { font-size: 100%; } 30 #menubar UL { color: #333; font-size: 16px; line-height: 1 3px; }30 #menubar UL { color: #333; font-size: 16px; line-height: 15px; } 31 31 #menubar LI { padding-left: 12px; } 32 32 #menubar A, .menuInfoCat { font-size: 13px; } … … 68 68 #imageHeaderBar .browsePath { margin-left:125px; } 69 69 H2 { border-bottom: 1px solid #000000; } 70 FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; } 70 FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; } 71 INPUT, select, textarea { color:#999; background-color: #444; } 72 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } 71 73 .content UL.thumbnails SPAN.wrap2 { 72 74 border: 1px solid #666; /* thumbnails border color and style */ … … 74 76 .content UL.thumbnails SPAN.wrap2:hover { color: #666; 75 77 background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } 76 A, INPUT.rateButton { color: #f70; outline: none; border: none;}77 A:hover, A:active { color: #f33; border : 0; outline: none; }78 A, INPUT.rateButton { color:#f70; outline: none; border-color: #f70; } 79 A:hover, A:active { color: #f33; border-color: #FF3363; outline: none; cursor: pointer; } 78 80 79 81 #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
Note: See TracChangeset
for help on using the changeset viewer.