From ca051708692da4f55833e8b8a595ac33d3cfb4a4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 30 Dec 2012 12:18:22 +0100 Subject: [PATCH] Gallery2: Styling reform continued --- gal/highslide/custom.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gal/highslide/custom.css b/gal/highslide/custom.css index 5b3413c..b46622c 100644 --- a/gal/highslide/custom.css +++ b/gal/highslide/custom.css @@ -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; } -- 2.39.2