From 7838302656af124f1eb736ab9ecb731c6f2f3c7c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 27 Apr 2015 13:31:56 -0400 Subject: gallery --- site/public/assets/style.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'site') diff --git a/site/public/assets/style.css b/site/public/assets/style.css index f018d8d..7a5ccbb 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -444,7 +444,7 @@ nav .sub.active a { .postname { border-bottom: 1px solid #999; padding: 20px 0px 0.6em 2px; - margin-bottom: 1em; + margin-bottom: 0.7em; font-size: 1em; } @@ -587,6 +587,29 @@ nav .sub.active a { text-align: right; } +.galnav { + display: inline-block; + width: 100%; + float: left; + clear: both; +} +.galnav span{ + width: 50%; + background: #999; + color: white; + padding: 2px; + font-size: 11px; + transition:0.2s background; +} +.galnav .nextbutton{ + text-align: right; + background: #888; + cursor:pointer; +} +.galnav span:hover { + background:black; +} + :-webkit-full-screen #okgallery { width: 100%; height: 100%; -- cgit v1.2.3-70-g09d2