]> www.average.org Git - mkgallery.git/blobdiff - include/gallery.css
remove creation of the rss/atom feeds - it does not work anyway
[mkgallery.git] / include / gallery.css
index e06e65af103a62f38f46680a75ae6e804e7e2981..96800a8485a491b1aa393505254475623f183be1 100644 (file)
@@ -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;
@@ -274,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;
+}