]> git.plutz.net Git - serve0/blobdiff - style.css
ass option to suppress error output
[serve0] / style.css
index bf113a992e1e59f823d31fa42e2407c5c3cd018e..0d1431a84f036c23de0d8a1a4db889dea39c0bc3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -75,8 +75,8 @@ a[href="#advsearch"]:before {
   border: 1px none;
   overflow: hidden;
   background-color: #333;
+  transition: max-height .3s linear;
   z-index: 1;
-  transition: max-height .5s linear;
 }
 #bookmarks {
   left: 0; width: 30%;
@@ -94,11 +94,12 @@ a[href="#advsearch"]:before {
 
 #advsearch:target, #multitag:target,
 #prefs:target, #bookmarks:target {
-  max-height: 100em; overflow: visible;
+  max-height: 50em; overflow: visible;
 }
 #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; }
 
 #advsearch a[href="#"],
 #multitag a[href="#"],
@@ -106,7 +107,7 @@ a[href="#advsearch"]:before {
 #prefs a[href="#"] {
   display: block;
   position: absolute;
-  top: -2em; line-height: 2em;
+  margin-top: -2em; line-height: 2em;
   padding: 0 .75em;
   font-weight: bold;
   background-color: inherit;
@@ -179,7 +180,7 @@ a[href="#advsearch"]:before {
   overflow: hidden;
   vertical-align: top;
   border: none;
-  transition: max-width .5s linear;
+  transition: max-width .3s linear;
 }
 #advsearch .submit {
   display: inline-block;
@@ -308,6 +309,7 @@ a[href="#advsearch"]:before {
   padding: .25em .5em;
   word-break: break-word;
   background-color: #222;
+  overflow: hidden;
 }
 
 .list.file .time, .list.file .dim {