X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=edfa12d1e66970254ff07b061283ca9900f2a1da;hp=5e1f741a4de34d3dacf6a054e74b5ecebe430022;hb=b28da5acd20f0d611ecd7fae9ed6942c239adda6;hpb=e1409ccb8e6b656b691b97f9741c1313d0a30558 diff --git a/include/gallery.css b/include/gallery.css index 5e1f741..edfa12d 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -77,15 +77,73 @@ table.picframe { background: url(loading.gif) center no-repeat; } -.slideshowWindow { +.slideshowContainer { background-color: black; + width: 100%; } -.slideshowContainer { - border: 1px solid #ccc; - width: 99%; - height: 95%; - margin-bottom: 5px; +.slideshowControls { + position: absolute; + bottom: 0px; + left: 0px; + width: 100%; + height: 30px; + z-index: 3; + opacity: .15; +} + +.slideshowControls:hover { + opacity: 1; +} + +.controlButton { + position: absolute; + bottom: 3px; + width: 24px; + height: 24px; + cursor: pointer; +} + +.controlButton#prev { + left: 3px; + background: url(left.png) no-repeat; +} + +.controlButton#stop { + left: 28px; + background: url(stop.png) no-repeat; +} + +.controlButton#play { + left: 53px; + background: url(play.png) no-repeat; +} + +.controlButton#next { + left: 78px; + background: url(right.png) no-repeat; +} + +.controlButton#exit { + left: 103px; + background: url(close.png) no-repeat; +} + +.controlButton#comm { + left: 128px; + width: auto; + font-size: 20px; + margin-left: .5ex; + margin-right: .5ex; + padding-left: .5ex; + padding-right: .5ex; + background-color: rgba(0,0,0,.5); + cursor: default; +} + +.controlButton#comm a { + color: white; + text-decoration: none; } .MultiBoxContainer {