Hover touch experiment on themes!

git-svn-id: http://piwigo.org/svn/trunk@1812 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2007-02-13 22:42:27 +00:00
parent d9189c9df5
commit dcc509b7d0
3 changed files with 46 additions and 1 deletions
+15
View File
@@ -49,8 +49,23 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
-moz-border-radius: 4px; /* round corners with Geko */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
#content UL.thumbnails SPAN.wrap2:hover {
background-color: AntiqueWhite;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
background-color: AntiqueWhite;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
background-color: AntiqueWhite;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;
}
/* links */
+15
View File
@@ -82,8 +82,23 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
-moz-border-radius: 4px; /* round corners with Geko */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
#content UL.thumbnails SPAN.wrap2:hover {
background-color: AntiqueWhite;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
background-color: AntiqueWhite;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
background-color: AntiqueWhite;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
color: black;
}
/* links */
+16 -1
View File
@@ -192,10 +192,25 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
-moz-border-radius: 4px; /* round corners with Geko */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
#content UL.thumbnails SPAN.wrap2:hover {
background-color: #f92;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
background-color: #080808;
color: black;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
background-color: #f92;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
color: black;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
background-color: #f92;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
color: black;
}
#menubar .buttonmenu {
margin: 0 2px;
width: auto;