X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=fa3ad84f04f3de13a270c6c41f144c69c62c021d;hp=edfa12d1e66970254ff07b061283ca9900f2a1da;hb=dc476cc5961e6326e9a922f9eb8b1220a6d7ae41;hpb=b28da5acd20f0d611ecd7fae9ed6942c239adda6 diff --git a/include/gallery.css b/include/gallery.css index edfa12d..fa3ad84 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -1,9 +1,11 @@ /* + $Id$ + This is a part of mkgallery.pl suite http://www.average.org/mkgallery/ */ -img { +.slideimage img { clear:both; border-style: inset; border-color: gray; @@ -11,6 +13,13 @@ img { margin: 0.2ex; } +.slideshowContainer img { + clear:both; + border-style: none; + margin: 0px; + padding: 0px; +} + table.slide { float: left; width: 210px; @@ -90,6 +99,7 @@ table.picframe { height: 30px; z-index: 3; opacity: .15; + color: white; } .slideshowControls:hover { @@ -109,28 +119,40 @@ table.picframe { background: url(left.png) no-repeat; } +.controlButton#prevDisabled { + left: 3px; + background: url(leftDisabled.png) no-repeat; + cursor: default; +} + .controlButton#stop { left: 28px; background: url(stop.png) no-repeat; } .controlButton#play { - left: 53px; + left: 28px; background: url(play.png) no-repeat; } .controlButton#next { - left: 78px; + left: 53px; background: url(right.png) no-repeat; } +.controlButton#nextDisabled { + left: 53px; + background: url(rightDisabled.png) no-repeat; + cursor: default; +} + .controlButton#exit { - left: 103px; + left: 78px; background: url(close.png) no-repeat; } .controlButton#comm { - left: 128px; + left: 103px; width: auto; font-size: 20px; margin-left: .5ex; @@ -146,6 +168,12 @@ table.picframe { text-decoration: none; } +.controlPosition { + vertical-align: middle; + font-size: 10px; + margin-right: 1ex; +} + .MultiBoxContainer { position: absolute; border: 2px solid #000;