X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=rawnet.css;h=3349f7f47c0867e4e241522b544c9515725bf78b;hb=HEAD;hp=650da603b77da4d1779bd9b4bb66901c3ed6f2ce;hpb=1cd4a538ca3b1c53a865977dc532187302716f90;p=rawnet diff --git a/rawnet.css b/rawnet.css index 650da60..3349f7f 100644 --- a/rawnet.css +++ b/rawnet.css @@ -242,29 +242,69 @@ body.video video { max-height: 80vh; } -#uploadprogress { - text-align: center; - background: transparent; - margin: 0; +button, a.button { + margin-top: .375em; +} + +body.channel .authors h3 { + display: inline-block; } -#uploadprogress .progress { +body.channel.edit .authors h3 { + margin-bottom: 0; display: block; - position: absolute; - width: 99%; width: calc(100% - 2pt); +} +body.channel .authors span:after { + content: ','; +} +body.channel .authors span:last-child:after { + content: ''; +} + +body.channel.edit .authors input[name=author] { + margin-left: .5em; +} +body.channel.edit .authors input[name=author] { + z-index: 1; +} +body.channel.edit .authors input[name=author] + label { + padding: .25em .5em .125em .25em; + margin: 0 0 .5em 0; + padding-left: 1.25em; + margin-left: -1.25em; + border: .5pt solid; + background-color: rgba(255, 255, 255, .75); +} +body.channel.edit .authors input[name=author], +body.channel.edit .authors input[name=author] + label { + display: none; +} +body.channel.edit .authors input[name=author]:checked, +body.channel.edit .authors input[name=author]:checked + label { + display: inline-block; +} +body.channel.edit .authors input[id^=newauthor] + label { background-color: #FFF; border: 1pt solid; - border-radius: 4pt; - height: 1.25em; + width: 1.5em; height: 1.5em; + text-align: center; } -#uploadprogress .progress .bar { - display: block; - position: absolute; - left: 0; top: 0; bottom: 0; - background-color: #666; + +body.channel.edit .authors input[id^=newauthor] + label + input { + vertical-align: middle; } -#uploadprogress .progress .count { - display: block; - position: absolute; - left: 0; top: 0; right: 0; bottom: 0; - line-height: 1.375em; +body.channel.edit .authors input[id^=newauthor], +body.channel.edit .authors input[id^=newauthor] + label, +body.channel.edit .authors input[id^=newauthor] + label + input { + display: none; +} +body.channel.edit .authors input[id^=newauthor0] + label { + display: inline-block; +} +body.channel.edit .authors input[id^=newauthor]:checked + label + input, +body.channel.edit .authors input[id^=newauthor]:checked + label + input + input + label { + display: inline-block; +} +body.channel.edit .authors input[id^=newauthor]:checked + label, +body.channel.edit .authors input[id^=newauthor]:checked + label + input + input:checked + label { + display: none; }