X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;ds=sidebyside;f=rawnet.css;h=320ec9a62e228fc56931ba55a7802e586b5c7497;hb=efaac6453001e2ba50be817a006b34d45b57e42c;hp=d034a6d056dabe22b19822a98b1883cee317fb27;hpb=29b06964286c147a372ece76e52a92f0a9577c4f;p=rawnet diff --git a/rawnet.css b/rawnet.css index d034a6d..320ec9a 100644 --- a/rawnet.css +++ b/rawnet.css @@ -151,6 +151,13 @@ body.channels main .channel > .description h2 { @media(min-width: 84em) { .channel > .description, .video.thumb, .newvideo { max-width: 19%; } } @media(min-width: 104em) { .channel > .description, .video.thumb, .newvideo { max-width: 19em; } } +.video.thumb > a { + display: block; + color: inherit; + font-style: inherit; + text-decoration: inherit; +} + .video.thumb figure { position: absolute; top: 0; height: 11em; width: 100%; @@ -205,3 +212,29 @@ body.channels main .channel > .description h2 { .video.thumb .description:hover { max-height: 8em; } + +body.video.edit form > .delete { + text-align: right; +} +body.video.edit form #delconfirm + label:after { + content: '\0A'; + white-space: pre; +} +body.video.edit form #delconfirm + label + button { + pointer-events: none; + color: #AAA; + border-color: #AAA; + left: -.75em; +} +body.video.edit form #delconfirm:checked + label + button { + pointer-events: auto; + color: inherit; + border-color: inherit; + background-color: #FDD; +} + +body.video video { + display: block; + margin: 0 auto; + max-height: 80vh; +}