Changeset 1812 for trunk/template
- Timestamp:
- Feb 13, 2007, 11:42:27 PM (18 years ago)
- Location:
- trunk/template/yoga/theme
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/clear/theme.css
r1755 r1812 50 50 border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 51 51 } 52 52 53 #content UL.thumbnails SPAN.wrap2:hover { 54 background-color: AntiqueWhite; 53 55 border-color: yellow; /* thumbnails border color when mouse cursor is over it */ 56 color: black; 57 } 58 59 #content UL.thumbnailCategories DIV.thumbnailCategory:hover { 60 background-color: AntiqueWhite; 61 border-color: yellow; /* thumbnails border color when mouse cursor is over it */ 62 color: black; 63 } 64 65 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { 66 background-color: AntiqueWhite; 67 border-color: yellow; /* thumbnails border color when mouse cursor is over it */ 68 color: black; 54 69 } 55 70 -
trunk/template/yoga/theme/dark/theme.css
r1755 r1812 83 83 border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 84 84 } 85 85 86 #content UL.thumbnails SPAN.wrap2:hover { 87 background-color: AntiqueWhite; 86 88 border-color: yellow; /* thumbnails border color when mouse cursor is over it */ 89 color: black; 90 } 91 92 #content UL.thumbnailCategories DIV.thumbnailCategory:hover { 93 background-color: AntiqueWhite; 94 border-color: yellow; /* thumbnails border color when mouse cursor is over it */ 95 color: black; 96 } 97 98 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { 99 background-color: AntiqueWhite; 100 border-color: yellow; /* thumbnails border color when mouse cursor is over it */ 101 color: black; 87 102 } 88 103 -
trunk/template/yoga/theme/wipi/theme.css
r1772 r1812 193 193 border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ 194 194 } 195 195 196 #content UL.thumbnails SPAN.wrap2:hover { 197 background-color: #f92; 196 198 border-color: #69c; /* thumbnails border color when mouse cursor is over it */ 197 background-color: #080808; 198 } 199 color: black; 200 } 201 202 #content UL.thumbnailCategories DIV.thumbnailCategory:hover { 203 background-color: #f92; 204 border-color: #69c; /* thumbnails border color when mouse cursor is over it */ 205 color: black; 206 } 207 208 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { 209 background-color: #f92; 210 border-color: #69c; /* thumbnails border color when mouse cursor is over it */ 211 color: black; 212 } 213 199 214 #menubar .buttonmenu { 200 215 margin: 0 2px;
Note: See TracChangeset
for help on using the changeset viewer.