summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-27 13:31:56 -0400
committerJules Laplace <jules@okfoc.us>2015-04-27 13:31:56 -0400
commit7838302656af124f1eb736ab9ecb731c6f2f3c7c (patch)
tree8c16958c34502dec60ada9176d9548361cac720f /site
parent40d553c5e76aa685f547faa2419fd4e71cbf67a9 (diff)
gallery
Diffstat (limited to 'site')
-rw-r--r--site/public/assets/style.css25
1 files changed, 24 insertions, 1 deletions
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%;