Changeset 2508 for trunk/template/yoga
- Timestamp:
- Sep 7, 2008, 10:56:44 PM (16 years ago)
- Location:
- trunk/template/yoga/theme/Sylvia
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/Sylvia/theme.css
r2506 r2508 14 14 /* backgrounds */ 15 15 16 H3, #imageHeaderBar, #imageToolBar A:hover { 17 background-color: #111; 18 } 16 /* H3, */ #imageHeaderBar, #imageToolBar A:hover { background-color: #111; } 19 17 20 18 body { 21 19 background:#111111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom; 22 margin:0; min-height: 100%; height: 100% padding:0; }20 margin:0; min-height: 100%; height: 100%; padding:0; } 23 21 #the_page { 24 22 background:transparent url(images/top-left-bg.jpg) no-repeat scroll left top; … … 60 58 .content { border: 1px solid #000000; border-top: 0; margin:21px 7px 0 290px; padding-top:7px; } 61 59 .content h2 { margin:0; padding:0px 10px 15px 15px; border:0;} 60 #content ul.thumbnailCategories li { 61 background:transparent url(images/cat_inactiv_bottom-right.gif) no-repeat scroll right bottom; 62 width:49%; margin: 0; padding:0; } 63 .content div.thumbnailCategory { background:transparent url(images/cat_inactiv_bottom-left.gif) no-repeat scroll left bottom; 64 padding: 0; margin:0; height: 180px !important; } 65 #content .thumbnailCategory div.illustration { background:transparent url(images/cat_inactiv_top-left.gif) no-repeat scroll left top; 66 padding: 0 0 0 10px; margin:-6px 0 0 0; } 67 .content .thumbnailCategory div.illustration a { display: block; margin: 20px 5px 12px 12px; } 68 #content .thumbnailCategory div.description { background:transparent url(images/cat_inactiv_top-right.gif) no-repeat scroll right top; 69 margin:14px 0 0; overflow-y:hidden; padding:0 8px 0 20px; } 62 70 63 #imageHeaderBar { 64 border-top: 1px solid #000000; 65 } 71 #imageHeaderBar { border-top: 1px solid #000000; } 72 #content.content .thumbnailCategory div.description H3 { margin: 15px 6px 3px 15px; } 66 73 H2, #imageToolBar { 67 74 border-bottom: 1px solid #000000; 68 75 } 69 76 70 FIELDSET, INPUT, SELECT, TEXTAREA, 71 .content DIV.thumbnailCategory { 77 FIELDSET, INPUT, SELECT, TEXTAREA { 72 78 border: 1px solid gray; 73 79 } … … 78 84 } 79 85 80 .content UL.thumbnails SPAN.wrap2:hover, 81 .content UL.thumbnailCategories DIV.thumbnailCategory:hover, 82 .content UL.thumbnailCategories DIV.thumbnailCategory:hover A { 86 .content UL.thumbnails SPAN.wrap2:hover { 83 87 background-color: #faebd7; 84 border: 1 solid #f33; /* thumbnails border color when mouse cursor is over it */88 border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ 85 89 color: black; 86 90 }
Note: See TracChangeset
for help on using the changeset viewer.