X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=style.css;h=2cf1c2f802937d75528762152abe4967d4c49a3d;hb=3aa5a049de785dfe848d69d34606dfc6d05d2638;hp=bf113a992e1e59f823d31fa42e2407c5c3cd018e;hpb=8b6974fad820c642d6b811c336b76d8611367342;p=serve0 diff --git a/style.css b/style.css index bf113a9..2cf1c2f 100644 --- 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,7 +94,7 @@ a[href="#advsearch"]:before { #advsearch:target, #multitag:target, #prefs:target, #bookmarks:target { - max-height: 100em; overflow: visible; + max-height: 1000em; overflow: visible; } #advsearch:target { border-style: none none solid none; } #prefs:target { border-style: none none solid solid; } @@ -106,7 +106,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 +179,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;