]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
keyboard controls
[mkgallery.git] / include / gallery.css
index 0a8c92807a31cfeb2098d1a982b67d14aa4d5fca..fa3ad84f04f3de13a270c6c41f144c69c62c021d 100644 (file)
@@ -5,7 +5,7 @@
        http://www.average.org/mkgallery/
 */
 
-img {
+.slideimage img {
  clear:both;
  border-style: inset;
  border-color: gray;
@@ -13,6 +13,13 @@ img {
  margin: 0.2ex;
 }
 
+.slideshowContainer img {
+ clear:both;
+ border-style: none;
+ margin: 0px;
+ padding: 0px;
+}
+
 table.slide {
  float: left;
  width: 210px;
@@ -112,6 +119,12 @@ 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;
@@ -127,6 +140,12 @@ table.picframe {
  background: url(right.png) no-repeat;
 }
 
+.controlButton#nextDisabled {
+ left: 53px;
+ background: url(rightDisabled.png) no-repeat;
+ cursor: default;
+}
+
 .controlButton#exit {
  left: 78px;
  background: url(close.png) no-repeat;
@@ -145,9 +164,16 @@ table.picframe {
 }
 
 .controlButton#comm a {
+ color: white;
  text-decoration: none;
 }
 
+.controlPosition {
+ vertical-align: middle;
+ font-size: 10px;
+ margin-right: 1ex;
+}
+
 .MultiBoxContainer {
        position: absolute;
        border: 2px solid #000;