Changeset 1822 for trunk/template/yoga/theme/p0w0
- Timestamp:
- Feb 15, 2007, 8:31:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/p0w0/theme.css
r1813 r1822 31 31 font-weight: bold; 32 32 } 33 h1 { font-weight: bold; letter-spacing: 0.2em; } 33 34 #mbIdentification dd p, 34 35 #menubar .selected A { color: #c60; font-weight: bold; } … … 66 67 #content H2:before, .browsePath:before, .imageNumber:before, 67 68 #imageHeaderBar H2:before { 68 content: " ____";69 content: "« "; 69 70 font-weight: normal; 70 71 color: #fff; … … 74 75 #content H2:after, .browsePath:after, .imageNumber:after, 75 76 #imageHeaderBar H2:after { 76 content: " ____";77 content: " » "; 77 78 color: #fff; 78 79 font-family: sans-serif; … … 84 85 } 85 86 #content ul.thumbnailCategories li div.thumbnailCategory .description p { 86 color: # 69c;87 color: #c60; 87 88 } 88 89 #content ul.thumbnailCategories li div.thumbnailCategory .description p + p { … … 113 114 #theAdminPage #the_page, 114 115 #content, DIV.content { background-color: #dfe8ff; } 116 #the_page { background-color: #dfe8ff; } 115 117 #menubar, H3, #imageHeaderBar, 116 118 .row1 { background-color: #eef; } … … 120 122 #theAdminPage H3 { background-color: #369; } 121 123 #content H2 { background-color: #369; } 122 #content .infos { background-color: #47a; }123 #content .errors { background-color: #fc5; }124 #thePicturePage #comments H2 { background-color: #eef; }124 #content .infos { background-color: #47a; ;} 125 #content .errors { background-color: #fc5; ;} 126 #thePicturePage #comments H2 { background-color: #eef; ;} 125 127 #content ul.thumbnailCategories li div.thumbnailCategory .description h3 { 126 background-color: #69c; 128 background-color: #69c; 127 129 } 128 130 #content ul.thumbnailCategories li div.thumbnailCategory, … … 131 133 #theImage IMG, .navThumb IMG, 132 134 #content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; } 133 .pleaseNote { 134 background: #69c; 135 } 135 #content UL.thumbnails SPAN.wrap2:active img { 136 outline: 3px ridge #f92; 137 } 138 .pleaseNote { background: #69c; } 136 139 input#qsearchInput { background-color: #cde; } 137 140 .virtual_cat { background: #fff !important; } … … 185 188 border-bottom: 1px solid #fff; 186 189 } 187 .navThumb IMG { border: 1px solid #369; padding: 1px } 188 #theImage IMG { border: 3px solid #369; margin: 2px auto; padding: 1px } 190 .navThumb IMG { border: 1px solid #c60; padding: 1px; opacity: 0.8; } 191 .navThumb:hover IMG { border: 1px solid #f92; padding: 1px; opacity: 1; } 192 #theImage IMG { 193 border: 3px solid #369; 194 margin: 2px auto; 195 padding: 1px; 196 box-shadow: 0.2em 0.2em #ccc; 197 } 189 198 #content UL.thumbnail IMG { 190 199 border: 1px solid #666; … … 271 280 padding-right: 4em; 272 281 } 282 A:focus { outline: none; } 283 A:active { outline: none; }
Note: See TracChangeset
for help on using the changeset viewer.