]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
importing initial source batch
[mkgallery.git] / include / gallery.css
diff --git a/include/gallery.css b/include/gallery.css
new file mode 100644 (file)
index 0000000..5764706
--- /dev/null
@@ -0,0 +1,31 @@
+img {
+ clear:both;
+ border: 1px solid green;
+}
+table.slide {
+ float: left;
+ width: 210px;
+ height: 210px;
+ margin: 0.3ex;
+ border: 1px solid black;
+ background-color: #e0c080;
+ text-align: center;
+ font-size: 10px
+}
+tr {
+ margin: 0px;
+}
+td {
+ margin: 0px;
+ vertical-align: middle;
+}
+div.ibox {
+ background-color: #ffffc0;
+ border: 1px solid black;
+ text-align: left;
+ position: absolute;
+ margin: 0px;
+ padding: 1ex;
+ display: none;
+ z-index: 1000;
+}