]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
more correct sizing; simplify doc structure
[mkgallery.git] / include / gallery.css
index c863c1972f0234be32347843c8bf9b4aec328db1..8503ddf2a1c9cd41645361924ae2d182673a4b0e 100644 (file)
@@ -77,14 +77,9 @@ table.picframe {
  background: url(loading.gif) center no-repeat;
 }
 
-.slideshowWindow {
- background-color: black;
-}
-
 .slideshowContainer {
padding-bottom: 32px;
background-color: black;
  width: 100%;
- height: 100%;
 }
 
 .slideshowControls {
@@ -93,8 +88,12 @@ table.picframe {
  left: 0px;
  width: 100%;
  height: 30px;
- border-top: 1px solid white;
  z-index: 3;
+ opacity: .15;
+}
+
+.slideshowControls:hover {
+ opacity: 1;
 }
 
 .controlButton {