]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
make it work, more or less...
[mkgallery.git] / include / gallery.css
index 5e1f741a4de34d3dacf6a054e74b5ecebe430022..c863c1972f0234be32347843c8bf9b4aec328db1 100644 (file)
@@ -82,10 +82,60 @@ table.picframe {
 }
 
 .slideshowContainer {
- border: 1px solid #ccc;
- width: 99%;
- height: 95%;
- margin-bottom: 5px;
+ padding-bottom: 32px;
+ width: 100%;
+ height: 100%;
+}
+
+.slideshowControls {
+ position: absolute;
+ bottom: 0px;
+ left: 0px;
+ width: 100%;
+ height: 30px;
+ border-top: 1px solid white;
+ z-index: 3;
+}
+
+.controlButton {
+ position: absolute;
+ bottom: 3px;
+ width: 24px;
+ height: 24px;
+ cursor: pointer;
+}
+
+.controlButton#prev {
+ left: 0px;
+ background: url(left.png) no-repeat;
+}
+
+.controlButton#stop {
+ left: 25px;
+ background: url(stop.png) no-repeat;
+}
+
+.controlButton#play {
+ left: 50px;
+ background: url(play.png) no-repeat;
+}
+
+.controlButton#next {
+ left: 75px;
+ background: url(right.png) no-repeat;
+}
+
+.controlButton#exit {
+ left: 100px;
+ background: url(close.png) no-repeat;
+}
+
+.controlButton#comm {
+ left: 125px;
+ width: auto;
+ color: white;
+ margin: .3ex;
+ cursor: default;
 }
 
 .MultiBoxContainer {