X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=style.css;h=880b2b89e29c04b5635d6052e5b041f379bf599e;hb=2515c4e19a1daf3c166c446ba97979f4bfebed26;hp=6bfeebca10cad71dda269b2c28d4f7d2f1faee19;hpb=fa328da5585a0bfa0b6c08b3c79d529af06aada8;p=serve0 diff --git a/style.css b/style.css index 6bfeebc..880b2b8 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: 1000em; 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="#"], @@ -358,6 +359,33 @@ a[href="#advsearch"]:before { #index input, #index button { margin-left: 1em;} +/* ### Video View ### */ + +#view h1 { + margin: 1em .5em; + font-size: 1.25em; + font-weight: bold; + 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{