X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=e5c5e82a936ccb9978c4f2efa91ca3f4c0768ba9;hp=af7ba23079eb1b17af20ed85df3569e91b5a6b93;hb=481af6c9567c2f71575e7e3464103937d6025ce4;hpb=cb44a09019db83f27d607386ffef817e007e67d5 diff --git a/include/gallery.css b/include/gallery.css index af7ba23..e5c5e82 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -1,16 +1,21 @@ +/* + This is a part of mkgallery.pl suite + http://www.average.org/mkgallery/ +*/ + img { clear:both; border-style: inset; border-color: gray; border-width: 2px; - margin: 0.3ex; + margin: 0.2ex; } table.slide { float: left; width: 210px; height: 210px; - margin: 0.3ex; + margin: 0.2ex; border-style: outset; border-color: #e0c080; border-width: 2px; @@ -26,43 +31,60 @@ table.slide td { vertical-align: middle; } -div.ibox { +table.ipage { background-color: #ffffc0; border: 1px solid black; + border-collapse: collapse; + text-align: left; margin: 0px; padding: 0px; - display: none; - z-index: 1000; - position: absolute; } -div.iboxtitle { - background-color: blue; +table.ipage td { border: 1px solid black; margin: 0px; - padding: 0.5ex; + padding: 1ex; } -div.iboxtitle * { - color: white; + +table.infotable { + border-width: 0px; +} +table.infotable td { + border-width: 0px; + padding: 0.3ex; } -table.ipage { - background-color: #ffffc0; +table.navi { + background-color: #c0c0c0; border: 1px solid black; border-collapse: collapse; - text-align: left; + text-align: center; margin: 0px; padding: 0px; } -table.ipage td { +table.navi td { border: 1px solid black; margin: 0px; padding: 1ex; } -table.infotable { - border-width: 0px; +table.picframe { + border: 1px solid black; + margin: 10px; + padding: 10px; } -table.infotable td { - border-width: 0px; - padding: 0.3ex; + +.loading { + background: url(loading.gif) center no-repeat; +} + +.slideshowWindow { + background-color: black; } + +.slideshowContainer { + border: 1px solid #ccc; + width: 99%; + height: 95%; + margin-bottom: 5px; +} +