X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=style.css;h=bfd8541ed38e9e5c1d22e2c5e2bdd5dd9bba4c13;hb=02812995d1df8b60f702be2ec8cf807782a7ab35;hp=f1e18816f4613b9fd78f3fe795f5d3f9186239c8;hpb=2c88e39a9ebf6952cf85cdbcdbdd8e37dd484cc0;p=serve0 diff --git a/style.css b/style.css index f1e1881..bfd8541 100644 --- a/style.css +++ b/style.css @@ -367,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; @@ -377,7 +377,20 @@ body#view { padding-bottom: 6em; } #view #mainvideo { display: inline; width: 100%; - max-height: 70%; + 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,