X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=96800a8485a491b1aa393505254475623f183be1;hp=0a8c92807a31cfeb2098d1a982b67d14aa4d5fca;hb=02e3f3fcb4c9f4741974ee40e838ed0b8a358b88;hpb=f8281d2d6eaaa20f2c65d9753a2870df1310fd1a diff --git a/include/gallery.css b/include/gallery.css index 0a8c928..96800a8 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -3,9 +3,20 @@ This is a part of mkgallery.pl suite http://www.average.org/mkgallery/ + + DO NOT EDIT THIS FILE OR FACE RISK OF PROBLEMS ON UPGRADE + Instead, include custom modifications into custom.css */ -img { +h2.ititle { + text-align: center; +} + +h2.atitle { + text-align: center; +} + +img.thumbnail { clear:both; border-style: inset; border-color: gray; @@ -13,6 +24,13 @@ img { margin: 0.2ex; } +img.mainformat { + clear:both; + border-style: none; + margin: 0px; + padding: 0px; +} + table.slide { float: left; width: 210px; @@ -112,6 +130,12 @@ table.picframe { background: url(left.png) no-repeat; } +.controlButton#prevDisabled { + left: 3px; + background: url(leftDisabled.png) no-repeat; + cursor: default; +} + .controlButton#stop { left: 28px; background: url(stop.png) no-repeat; @@ -127,6 +151,12 @@ table.picframe { background: url(right.png) no-repeat; } +.controlButton#nextDisabled { + left: 53px; + background: url(rightDisabled.png) no-repeat; + cursor: default; +} + .controlButton#exit { left: 78px; background: url(close.png) no-repeat; @@ -145,9 +175,16 @@ table.picframe { } .controlButton#comm a { + color: white; text-decoration: none; } +.controlPosition { + vertical-align: middle; + font-size: 10px; + margin-right: 1ex; +} + .MultiBoxContainer { position: absolute; border: 2px solid #000; @@ -255,3 +292,16 @@ table.picframe { color: #FFF; text-align: left; } + +div.slideimage { + position: relative; +} + +div.geoloc { + position: absolute; + right: 0px; + top: 0px; + width: 14px; + height: 14px; + background: url(smallglobe.png) no-repeat; +}