]> mj.ucw.cz Git - gallery.git/commitdiff
Gallery2: Styling reform continued
authorMartin Mares <mj@ucw.cz>
Sun, 30 Dec 2012 11:18:22 +0000 (12:18 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:17 +0000 (21:14 +0100)
gal/highslide/custom.css

index 5b3413c5f2c1c16c9b5a8eef67381cefbb10e4fd..b46622c00429f7b5ed444af333af6e124292e22b 100644 (file)
@@ -2,6 +2,29 @@
  *     Site-specific stylesheet for Highslide JS gallery theme
  */
 
+H1      { text-align: center; }
+H2      { text-align: center; margin-bottom: 3ex; }
+.parent        { text-align: center; }
+.large { text-align: center; }
+
+.fwd {
+       float: right;
+       width: 48px;
+       height: 48px;
+       background-image: url(plain/next.png);
+}
+.back {
+       float: left;
+       width: 48px;
+       height: 48px;
+}
+.up { 
+       width: 48px;
+       height: 48px;
+}
+
+A[href]:hover { background-color: inherit; }
+
 .highslide-wrapper, .highslide-outline {
        background: #111111;
 }