X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;fp=include%2Fgallery.css;h=5764706539f996e51594845d9c495a8b316dcb46;hp=0000000000000000000000000000000000000000;hb=f04746d096a80eab7143900e50f02ab0660e1975;hpb=1046cc292f2dd1f3108a05006764b33b55229706 diff --git a/include/gallery.css b/include/gallery.css new file mode 100644 index 0000000..5764706 --- /dev/null +++ b/include/gallery.css @@ -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; +}