]> git.plutz.net Git - serve0/blobdiff - style.css
mark current page in page list
[serve0] / style.css
index 3430619576364439cf2044315c2716d3620a52a2..25cfb0fdae5dc4024c6e78a1e95b03a63b687ba6 100644 (file)
--- a/style.css
+++ b/style.css
@@ -94,29 +94,25 @@ a[href="#advsearch"]:before {
 
 #advsearch:target, #multitag:target,
 #prefs:target, #bookmarks:target {
-  max-height: 50em; overflow: visible;
+  max-height: 25em; overflow-y: scroll;
 }
 #advsearch:target { border-style: none none solid none; }
 #prefs:target { border-style: none none solid solid; }
 #bookmarks:target { border-style: none solid solid none; }
-#advsearch:target, #multitag:target { max-height: 500em; }
+#multitag:target { border-style: solid none none none; }
 
 #advsearch a[href="#"],
 #multitag a[href="#"],
 #bookmarks a[href="#"],
 #prefs a[href="#"] {
   display: block;
-  position: absolute;
-  margin-top: -2em; line-height: 2em;
-  padding: 0 .75em;
+  line-height: 2em;
   font-weight: bold;
   background-color: inherit;
-  left: 0; right: 0;
 }
-#prefs a[href="#"] { width: 2.5em; left: auto; }
-#bookmarks a[href="#"] { width: 2.5em; right: auto; }
+-#prefs a[href="#"] { width: 2.5em; left: auto; }
+-#bookmarks a[href="#"] { width: 2.5em; right: auto; }
 #advsearch a[href="#"] { border-bottom: 1px solid; }
-#multitag a[href="#"] { position: normal; border-top: 1px solid;}
 
 
 /* ###  Preferences Drawer  ### */
@@ -354,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;}
@@ -361,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;