X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fgallery.css;h=96800a8485a491b1aa393505254475623f183be1;hp=e278b305edcacf6ae70401c718d5f1805ec944d5;hb=HEAD;hpb=2442719e0866f7733d1b171307d1a39ffdb8b8cf diff --git a/include/gallery.css b/include/gallery.css index e278b30..96800a8 100644 --- a/include/gallery.css +++ b/include/gallery.css @@ -3,8 +3,19 @@ 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 */ +h2.ititle { + text-align: center; +} + +h2.atitle { + text-align: center; +} + img.thumbnail { clear:both; border-style: inset; @@ -281,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; +}