X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=style.css;h=2e461e13a1ca0b7c11496339b6e5f74b1a75e248;hb=b9eab7e6648bd2aabf00bed5cf274fd6d5118d93;hp=25cfb0fdae5dc4024c6e78a1e95b03a63b687ba6;hpb=b0cfee07ebebf399963569086924b13fe0a8a335;p=serve0 diff --git a/style.css b/style.css index 25cfb0f..2e461e1 100644 --- a/style.css +++ b/style.css @@ -346,14 +346,15 @@ a[href="#advsearch"]:before { display: inline-block; margin: 0 .125em; padding: .25em .5em; - color: black; - background-color: #FDD; + color: #DAA; + background-color: #000; border: 1px solid; } .page.current { font-weight: bold; - color: #DAA; - background-color: #000; + color: black; + background-color: #FDD; + border-color: #DAA; } #index label:first-of-type { font-weight: bold; } @@ -366,7 +367,7 @@ body#view { padding-bottom: 6em; } #view h1 { max-width: 100%; - margin: 1em 0; padding: 0 .5em; + margin: .5em .75em; font-size: 1.25em; font-weight: bold; word-break: break-word; @@ -374,9 +375,23 @@ body#view { padding-bottom: 6em; } } #view #mainvideo { - display: inline; - width: 100%; - max-height: 70%; + display: block; + width: 98%; + margin-left: auto; margin-right: auto; + max-height: 240px; +} +@media(min-height: 400px) { #view #mainvideo { max-height: 320px; } } +@media(min-height: 480px) { #view #mainvideo { max-height: 460px; } } +@media(min-height: 520px) { #view #mainvideo { max-height: 480px; } } +@media(min-height: 640px) { #view #mainvideo { max-height: 600px; } } +@media(min-height: 700px) { #view #mainvideo { max-height: 640px; } } +@media(min-height: 760px) { #view #mainvideo { max-height: 720px; } } +@media(min-height: 1000px){ #view #mainvideo { max-height: 960px; } } +@media(min-height: 1200px){ #view #mainvideo { max-height: 1080px;} } + +#view a[href$=download], +#view a[href^=javascript] { + margin-left: 1em; } #view .time, #view .dim,