summaryrefslogtreecommitdiff
path: root/site/public/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/assets/style.css')
-rw-r--r--site/public/assets/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css
index 3db83a9..543a34a 100644
--- a/site/public/assets/style.css
+++ b/site/public/assets/style.css
@@ -476,6 +476,7 @@ nav .sub.active a {
.galnav span:hover {
background:black;
}
+.singleton .galnav { display: none }
.credit {
margin: 4em 0px 0px 0px;
@@ -563,6 +564,10 @@ nav .sub.active a {
cursor: url(images/next.png), auto!important;
background: white;
}
+.singleton .gallery,
+.singleton .cell {
+ cursor: pointer !important;
+}
.cell {
display:inline-block;
height:100%;
@@ -573,6 +578,9 @@ nav .sub.active a {
background-size: cover;
background-position: center center;
}
+.singleton .cell.video {
+ width: 100%;
+}
.cell.video.playing {
background: black !important;
}