Changeset 1836 for trunk/template/yoga/theme/wipi
- Timestamp:
- Feb 19, 2007, 7:48:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/wipi/theme.css
r1835 r1836 30 30 #menubar DT:before { 31 31 content: "__\\_ "; 32 color: # 69c;32 color: #f92; 33 33 } 34 34 #menubar DT:after { 35 35 content: " _/__"; 36 color: # f92;36 color: #69c; 37 37 } 38 38 #menubar .button { … … 104 104 margin-bottom: 20px; 105 105 } 106 #content H3 { 107 text-indent: 3em 106 #content ul.thumbnailCategories li div.thumbnailCategory .description h3, 107 #content h3 { text-align: center; } 108 #content ul.thumbnailCategories li div.thumbnailCategory .description p { 109 color: #f92; text-indent: 0em; 110 } 111 #content ul.thumbnailCategories li div.thumbnailCategory .description p + p { 112 color: #fff; 108 113 } 109 114 .browsePath A { … … 311 316 border-right: 1px solid #69c; 312 317 border-bottom: 1px solid #69c; 313 border-bottom-right-radius: 44px;314 -moz-border-radius-bottomright: 44px;318 border-bottom-right-radius: 12px; 319 -moz-border-radius-bottomright: 12px; 315 320 box-shadow: 5px 5px #69c; 316 321 } 317 h3 { height: 23px; padding: 5px 10px 2px; 10px; border-top: 1px solid #eef;} 322 #imageToolBar .randomButtons a:hover, 323 #imageToolBar .navButtons a:hover { background-color: #111; } 324 h2.showtitle, #theImage p.showlegend { display: none } 325 * { outline-width: 0px; }
Note: See TracChangeset
for help on using the changeset viewer.