X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=rawnet.css;h=a4b55481b30eb5b0907722f2bc74e0de967f1616;hb=3be70af0db638f7a7a98ec80faf3923a11015a21;hp=557bc825cb7bc2d5dcc659f7ba119ebaacde227d;hpb=8d0b3c5e1934c4bb2a3a5dbd9e0a14ab4efa438b;p=rawnet diff --git a/rawnet.css b/rawnet.css index 557bc82..a4b5548 100644 --- a/rawnet.css +++ b/rawnet.css @@ -116,6 +116,8 @@ body.channels main .channel { border-radius: 4pt; padding: .5em; margin-bottom: .5em; + height: 15em; + overflow: hidden; } body.channels main .channel > .description { @@ -183,6 +185,16 @@ body.channels main .channel > .description h2 { overflow: hidden; } +.video.thumb .duration { + position: absolute; + right: .375em; top: 10.625em; + font-size: .875em; + padding: 0 .25em; + background-color: #333;; + color: #EEE; + opacity: .75; +} + .video.thumb .description { position: absolute; left:0; right:0; bottom: 3.5em;