]> git.plutz.net Git - serve0/blobdiff - style.css
mark current page in page list
[serve0] / style.css
index 8fea85dc1a9449bdcb134d0104d62939aa1a5999..25cfb0fdae5dc4024c6e78a1e95b03a63b687ba6 100644 (file)
--- a/style.css
+++ b/style.css
@@ -350,6 +350,11 @@ a[href="#advsearch"]:before {
   background-color: #FDD;
   border: 1px solid;
 }
+.page.current {
+  font-weight: bold;
+  color: #DAA;
+  background-color: #000;
+}
 
 #index label:first-of-type { font-weight: bold; }
 #index input, #index button { margin-left: 1em;}
@@ -357,6 +362,8 @@ a[href="#advsearch"]:before {
 
 /* ###  Video View  ### */
 
+body#view { padding-bottom: 6em; }
+
 #view h1 {
   max-width: 100%;
   margin: 1em 0; padding: 0 .5em;