]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
wip
[mkgallery.git] / include / gallery.css
index 8503ddf2a1c9cd41645361924ae2d182673a4b0e..0a8c92807a31cfeb2098d1a982b67d14aa4d5fca 100644 (file)
@@ -1,4 +1,6 @@
 /*
 /*
+       $Id$
+
        This is a part of mkgallery.pl suite
        http://www.average.org/mkgallery/
 */
        This is a part of mkgallery.pl suite
        http://www.average.org/mkgallery/
 */
@@ -90,6 +92,7 @@ table.picframe {
  height: 30px;
  z-index: 3;
  opacity: .15;
  height: 30px;
  z-index: 3;
  opacity: .15;
+ color: white;
 }
 
 .slideshowControls:hover {
 }
 
 .slideshowControls:hover {
@@ -105,38 +108,46 @@ table.picframe {
 }
 
 .controlButton#prev {
 }
 
 .controlButton#prev {
- left: 0px;
+ left: 3px;
  background: url(left.png) no-repeat;
 }
 
 .controlButton#stop {
  background: url(left.png) no-repeat;
 }
 
 .controlButton#stop {
- left: 25px;
+ left: 28px;
  background: url(stop.png) no-repeat;
 }
 
 .controlButton#play {
  background: url(stop.png) no-repeat;
 }
 
 .controlButton#play {
- left: 50px;
+ left: 28px;
  background: url(play.png) no-repeat;
 }
 
 .controlButton#next {
  background: url(play.png) no-repeat;
 }
 
 .controlButton#next {
- left: 75px;
+ left: 53px;
  background: url(right.png) no-repeat;
 }
 
 .controlButton#exit {
  background: url(right.png) no-repeat;
 }
 
 .controlButton#exit {
- left: 100px;
+ left: 78px;
  background: url(close.png) no-repeat;
 }
 
 .controlButton#comm {
  background: url(close.png) no-repeat;
 }
 
 .controlButton#comm {
- left: 125px;
+ left: 103px;
  width: auto;
  width: auto;
- color: white;
- margin: .3ex;
+ font-size: 20px;
+ margin-left: .5ex;
+ margin-right: .5ex;
+ padding-left: .5ex;
+ padding-right: .5ex;
+ background-color: rgba(0,0,0,.5);
  cursor: default;
 }
 
  cursor: default;
 }
 
+.controlButton#comm a {
+ text-decoration: none;
+}
+
 .MultiBoxContainer {
        position: absolute;
        border: 2px solid #000;
 .MultiBoxContainer {
        position: absolute;
        border: 2px solid #000;