X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=style.css;h=b2412a24575d5e76a427ce08324f9163d97e1c55;hp=6bfeebca10cad71dda269b2c28d4f7d2f1faee19;hb=7923eb42dcaf132b64f667087f4aeb3bc031652e;hpb=fa328da5585a0bfa0b6c08b3c79d529af06aada8 diff --git a/style.css b/style.css index 6bfeebc..b2412a2 100644 --- a/style.css +++ b/style.css @@ -94,28 +94,25 @@ a[href="#advsearch"]:before { #advsearch:target, #multitag:target, #prefs:target, #bookmarks:target { - max-height: 1000em; 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; } +#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 ### */ @@ -358,6 +355,37 @@ a[href="#advsearch"]:before { #index input, #index button { margin-left: 1em;} +/* ### Video View ### */ + +body#view { padding-bottom: 6em; } + +#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{