X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=8503ddf2a1c9cd41645361924ae2d182673a4b0e;hp=c863c1972f0234be32347843c8bf9b4aec328db1;hb=ab432814a482877e9ec4fc066ac113120e5ef1cf;hpb=60693a3a7ccafdbedbb28155d86f51dd3b07329b diff --git a/include/gallery.css b/include/gallery.css index c863c19..8503ddf 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -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 {