]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
remove rss reference, update todo
[mkgallery.git] / include / gallery.css
index c863c1972f0234be32347843c8bf9b4aec328db1..96800a8485a491b1aa393505254475623f183be1 100644 (file)
@@ -1,9 +1,22 @@
 /*
+       $Id$
+
        This is a part of mkgallery.pl suite
        http://www.average.org/mkgallery/
+
+       DO NOT EDIT THIS FILE OR FACE RISK OF PROBLEMS ON UPGRADE
+       Instead, include custom modifications into custom.css
 */
 
-img {
+h2.ititle {
+       text-align: center;
+}
+
+h2.atitle {
+       text-align: center;
+}
+
+img.thumbnail {
  clear:both;
  border-style: inset;
  border-color: gray;
@@ -11,6 +24,13 @@ img {
  margin: 0.2ex;
 }
 
+img.mainformat {
+ clear:both;
+ border-style: none;
+ margin: 0px;
+ padding: 0px;
+}
+
 table.slide {
  float: left;
  width: 210px;
@@ -77,14 +97,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 +108,13 @@ table.picframe {
  left: 0px;
  width: 100%;
  height: 30px;
- border-top: 1px solid white;
  z-index: 3;
+ opacity: .15;
+ color: white;
+}
+
+.slideshowControls:hover {
+ opacity: 1;
 }
 
 .controlButton {
@@ -106,38 +126,65 @@ table.picframe {
 }
 
 .controlButton#prev {
- left: 0px;
+ left: 3px;
  background: url(left.png) no-repeat;
 }
 
+.controlButton#prevDisabled {
+ left: 3px;
+ background: url(leftDisabled.png) no-repeat;
+ cursor: default;
+}
+
 .controlButton#stop {
- left: 25px;
+ left: 28px;
  background: url(stop.png) no-repeat;
 }
 
 .controlButton#play {
- left: 50px;
+ left: 28px;
  background: url(play.png) no-repeat;
 }
 
 .controlButton#next {
- left: 75px;
+ left: 53px;
  background: url(right.png) no-repeat;
 }
 
+.controlButton#nextDisabled {
+ left: 53px;
+ background: url(rightDisabled.png) no-repeat;
+ cursor: default;
+}
+
 .controlButton#exit {
- left: 100px;
+ left: 78px;
  background: url(close.png) no-repeat;
 }
 
 .controlButton#comm {
- left: 125px;
+ left: 103px;
  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;
 }
 
+.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;
@@ -245,3 +292,16 @@ table.picframe {
        color: #FFF;
        text-align: left;
 }
+
+div.slideimage {
+ position: relative;
+}
+
+div.geoloc {
+ position: absolute;
+ right: 0px;
+ top: 0px;
+ width: 14px;
+ height: 14px;
+ background: url(smallglobe.png) no-repeat;
+}