]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
make initialization in js file rather than embedded
[mkgallery.git] / include / gallery.css
index c9d4b3f2862f5dd71c09eb3e15d9fbaecea7c132..aa91c7166ef30cca007bb3716ce60f3e649a5720 100644 (file)
@@ -1,3 +1,8 @@
+/*
+       This is a part of mkgallery.pl suite
+       http://www.average.org/mkgallery/
+*/
+
 img {
  clear:both;
  border-style: inset;
@@ -31,13 +36,13 @@ div.ibox {
  border: 1px solid black;
  margin: 0px;
  padding: 0px;
+ font-size: 10px;
  display: none;
  z-index: 1000;
  position: absolute;
 }
 div.iboxtitle {
  background-color: blue;
- border: 1px solid black;
  margin: 0px;
  padding: 0.5ex;
 }
@@ -86,3 +91,17 @@ table.picframe {
  margin: 10px;
  padding: 10px;
 }
+
+
+
+.slideshowWindow {
+ background-color: black;
+}
+
+.slideshowContainer {
+ border: 1px solid #ccc;
+ width: 99%;
+ height: 95%;
+ margin-bottom: 5px;
+}
+