X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=rawnet.css;h=650da603b77da4d1779bd9b4bb66901c3ed6f2ce;hb=1cd4a538ca3b1c53a865977dc532187302716f90;hp=320ec9a62e228fc56931ba55a7802e586b5c7497;hpb=c54a337bcc1f582416bb9ad42ce04e633c15cac7;p=rawnet diff --git a/rawnet.css b/rawnet.css index 320ec9a..650da60 100644 --- a/rawnet.css +++ b/rawnet.css @@ -96,7 +96,9 @@ body.channel main h1.name { text-align: center; } body main .description, -body main form { +body main form, +body main iframe { + display: block; max-width: 40em; margin: auto; } @@ -120,6 +122,7 @@ body.channels main .channel { body.channels main .channel > .description { overflow: hidden; + margin-right: -.5%; } body.channels main .channel > .description h2 { margin: 0; @@ -238,3 +241,30 @@ body.video video { margin: 0 auto; max-height: 80vh; } + +#uploadprogress { + text-align: center; + background: transparent; + margin: 0; +} +#uploadprogress .progress { + display: block; + position: absolute; + width: 99%; width: calc(100% - 2pt); + background-color: #FFF; + border: 1pt solid; + border-radius: 4pt; + height: 1.25em; +} +#uploadprogress .progress .bar { + display: block; + position: absolute; + left: 0; top: 0; bottom: 0; + background-color: #666; +} +#uploadprogress .progress .count { + display: block; + position: absolute; + left: 0; top: 0; right: 0; bottom: 0; + line-height: 1.375em; +}