X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=style.css;h=3430619576364439cf2044315c2716d3620a52a2;hb=1bac890e2bd4a6998794f0fcb3b02409279389c2;hp=74944ab86413798dfaf1f7baef3f957b174a96c4;hpb=3bec8918198647fff324dc30ecc8b0690e7aff0c;p=serve0 diff --git a/style.css b/style.css index 74944ab..3430619 100644 --- a/style.css +++ b/style.css @@ -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="#"], @@ -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 { @@ -357,6 +359,35 @@ a[href="#advsearch"]:before { #index input, #index button { margin-left: 1em;} +/* ### Video View ### */ + +#view h1 { + max-width: 100%; + margin: 1em 0; padding: 0 .5em; + font-size: 1.25em; + font-weight: bold; + word-break: break-word; + text-decoration: none; +} + +#view #mainvideo { + display: inline; + width: 100%; + max-height: 70%; +} + +#view .time, #view .dim, +#view .tag { + margin-right: -.125em; + padding: .125em .25em; + color: black; +} +#view .time, +#view .dim { background-color: #CCD; } +#view .tag { background-color: #DCC; } + + + /* ### Multi Tagging Drawer ### */ #multitag fieldset{