s4

annotate examples/common/default/default.css @ 1002:47b3e770372d

Auth-ON/OFF button available in all modes
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 04 Dec 2022 16:59:59 +0859
parents bbd5a0c50d5b
children 0967a3ef14cf
rev   line source
yuuji@6 1 /*
yuuji@6 2 * Default CSS definitions
yuuji@6 3 */
yuuji@1002 4 @media print {
yuuji@1002 5 div.blogcomment, div.blogcomment *, div.topmenu,
yuuji@1002 6 table.bloghead button {
yuuji@1002 7 display: none
yuuji@1002 8 }
yuuji@1002 9 a {text-decoration: none;}
yuuji@1002 10 }
yuuji@259 11 body {background: #eff; margin: 2px; padding: 6px;}
yuuji@221 12 h2, h3, hr {clear: both;}
yuuji@116 13 *.warn {color: red;}
yuuji@898 14 *.warnbg {background: red;}
yuuji@898 15 *.hidden {visibility: hidden;}
yuuji@898 16 *.border {border: 1px solid #113;}
yuuji@6 17 div.topmenu {
yuuji@6 18 margin: 0; padding: 0; width: 100%; height: 2em;
yuuji@6 19 }
yuuji@556 20 div.topmenu ul {width: 100%; position: fixed; z-index: 5; margin: 0;
yuuji@6 21 margin: 0 auto;}
yuuji@6 22 div.topmenu ul li {
yuuji@6 23 float: left; width: 18%;
yuuji@6 24 background: rgba(68,255,102,0.8); border: #3e5 2px groove; margin: 0;
yuuji@6 25 text-align: center; font-size: 80%; list-style: none;
yuuji@6 26 box-shadow: #242 2px 3px 5px;
yuuji@6 27 text-shadow: #fff 0px 0px 10px;
yuuji@6 28 }
yuuji@791 29 div.topmenu ul li.worldname {background: #eeeeff;}
yuuji@6 30 div.topmenu ul li:hover {background: #8fa;}
yuuji@6 31 div.topmenu ul a {text-decoration: none;}
yuuji@6 32
yuuji@6 33 ldiv.topmenu + h1 {clear: both; margin-top: 3em;}
yuuji@369 34 pre.list {
yuuji@369 35 overflow: auto; width: 96%; height: 40%; background: white;
yuuji@369 36 border: 2px inset;
yuuji@369 37 }
yuuji@369 38 p.copyright {
yuuji@377 39 border-top: 2px inset #555; text-align: right; clear: both;
yuuji@369 40 font-size: 50%;
yuuji@369 41 }
yuuji@900 42 p.copyright a, a#reload {text-decoration: none;}
yuuji@6 43
yuuji@6 44 td {padding-left: 0.5ex; padding-right: 0.5ex;}
yuuji@6 45 table.td2r td:nth-child(2) {text-align: right;}
yuuji@6 46 table.td3r td:nth-child(3) {text-align: right;}
yuuji@369 47 table.td3rr td:nth-child(n+3) {text-align: right;}
yuuji@898 48 table.td3evw th:nth-child(2n+4), span.textdigest {
yuuji@898 49 background: white;
yuuji@898 50 }
yuuji@987 51 table.td4r td:nth-child(4) {text-align: right;}
yuuji@659 52 table.thl th {text-align: left;}
yuuji@659 53 span#reverse {background: white; padding: 0 0 0 0.4ex; border: outset;}
yuuji@252 54
yuuji@6 55 table.form, table.b, table.b tr, table.b td, table.b th {
yuuji@6 56 border: 1px solid black; border-collapse: collapse;
yuuji@6 57 }
yuuji@185 58 table.b, table.bloghead {
yuuji@185 59 border-radius: 1ex; box-shadow: rgb(250,222,222) 1px 2px 3px;
yuuji@185 60 }
yuuji@6 61 td.warn {background: #fcc;}
yuuji@6 62 input[type="checkbox"][name="rm"]:checked ~ table {background: red;}
yuuji@6 63 input[type="checkbox"][name="rm"] ~ span {display: none;}
yuuji@6 64 input[type="checkbox"][name="rm"]:checked ~ span {display: inline;}
yuuji@6 65
yuuji@6 66 input[type="radio"][value="replace"] + input.replace[type="file"] {
yuuji@6 67 visibility: hidden;}
yuuji@6 68 input[type="radio"][value="replace"]:checked + input.replace[type="file"] {
yuuji@6 69 visibility: visible;
yuuji@6 70 }
yuuji@837 71 button#morefile {visibility: hidden; background: #fe9;}
yuuji@153 72 label.admin span {border-bottom: 1px solid blue;}
yuuji@153 73 label.admin:after {content: "(ADMIN)"; color: red; text-decoration: none;}
yuuji@6 74
yuuji@6 75 /* keep/edit/rm action selector */
yuuji@6 76 input.action ~ input:not(.action), input.action ~ textarea {
yuuji@6 77 display: none;
yuuji@6 78 }
yuuji@836 79 input.action[value="edit"]:checked ~ input[class="edit"],
yuuji@836 80 input.action[value="mv"]:checked ~ input[type="text"] {display: inline;}
yuuji@6 81 input.action[value="edit"]:checked ~ textarea {display: block;}
yuuji@836 82 input.action[value="edit"]:checked ~ span,
yuuji@836 83 input.action[value="mv"]:checked ~ span {display: none;}
yuuji@6 84 input.action[value="rm"]:checked ~ span {background: red;}
yuuji@6 85 label.confirm {display: none;}
yuuji@842 86 *.inline,
yuuji@6 87 input.action[value="rm"]:checked ~ label.confirm {
yuuji@6 88 display: inline;
yuuji@6 89 }
yuuji@836 90
yuuji@451 91 input.hidesub ~ input[type="submit"] {visibility: hidden;}
yuuji@451 92 input.hidesub:focus ~ input[type="submit"],
yuuji@451 93 p:active input[type="submit"]
yuuji@451 94 {visibility: visible;}
yuuji@451 95 input[type=text]:focus {background: #ffa;}
yuuji@6 96
yuuji@241 97 form.replyblog {xxx-margin-bottom: 40%;}
yuuji@6 98 div.blogcomment {
yuuji@6 99 position: fixed; bottom: 0; left: 0;
yuuji@193 100 z-index: 2; background-color: rgba(250,222,222,0.6);
yuuji@6 101 }
yuuji@211 102 /* div.blogcomment textarea:focus {background: yellow;
yuuji@211 103 position: fixed; top: 0; bottom: auto; } Need to consider narrow display */
yuuji@6 104 div.blogcomment * {opacity: 1.0;}
yuuji@6 105 table.bloghead, .bloghead tr, .bloghead td {
yuuji@6 106 border: 1px solid black; border-collapse: collapse;
yuuji@6 107 min-width: 30em;
yuuji@6 108 }
yuuji@293 109 table.bloghead tr.preface {
yuuji@634 110 font-size: 150%; background: yellow; /* text-align: center; */
yuuji@290 111 white-space: pre-wrap;
yuuji@6 112 }
yuuji@998 113 tr.preface em {color: navy; text-decoration: underline; padding-right: 0.3ex;}
yuuji@998 114 tr.preface strong {color: navy; background: #eea;}
yuuji@644 115 table.bloghead tr.frozen {
yuuji@644 116 background: #ccf; border: blue thick solid; color: navy;
yuuji@644 117 }
yuuji@397 118
yuuji@6 119 table.bloghead {margin-bottom: 1em;}
yuuji@6 120
yuuji@6 121 table.blog_replies, .blog_replies tr, .blog_replies td {
yuuji@505 122 border: 1px solid #999; border-collapse: collapse;
yuuji@185 123 white-space: pre-wrap;
yuuji@6 124 }
yuuji@498 125 table.bloghead tr.preface td ul,
yuuji@843 126 table.bloghead tr.preface td ol,
yuuji@871 127 table.bloghead tr.preface h2,
yuuji@871 128 table.bloghead tr.preface h3,
yuuji@871 129 table.bloghead tr.preface h4,
yuuji@871 130 table.bloghead tr.preface h5,
yuuji@871 131 table.bloghead tr.preface h5,
yuuji@496 132 table.blog_replies video,
yuuji@496 133 table.blog_replies iframe,
yuuji@843 134 table.blog_replies ul, .blog_replies tr ul, .blog_replies td ul,
yuuji@843 135 table.blog_replies ol, .blog_replies tr ol, .blog_replies td ol {
yuuji@489 136 text-align: left; white-space: normal; margin: 1ex 0;
yuuji@872 137 }
yuuji@872 138 table.bloghead tr.preface h2,
yuuji@872 139 table.bloghead tr.preface h3,
yuuji@872 140 table.bloghead tr.preface h4,
yuuji@872 141 table.bloghead tr.preface h5,
yuuji@872 142 table.bloghead tr.preface h5
yuuji@872 143 {
yuuji@871 144 display: inline-block;
yuuji@489 145 }
yuuji@322 146 table.blog_replies p.proficon {
yuuji@322 147 float: right; margin: 0 1ex 0 0;
yuuji@322 148 }
yuuji@219 149 table.blog_replies+p.update_link {margin-top: 0; margin-bottom: 14em;}
yuuji@291 150 .blog_replies td.repl {
yuuji@6 151 vertical-align: top; min-width: 30em; height: 3em;
yuuji@185 152 max-width: 50em;
yuuji@6 153 }
yuuji@500 154 .blog_replies td.repl img {max-width: 30%;}
yuuji@427 155 td.repl h2, td.repl h3, td.repl h4 {
yuuji@427 156 display: inline; /* Because td.repl's white space is pre-wrap */
yuuji@459 157 /* text-shadow: blue 0px 1px; */
yuuji@427 158 }
yuuji@591 159 td.repl hr {display: inline-block; width: 95%; color: #cde}
yuuji@584 160 td.repl em {color: #a00; text-decoration: underline; padding-right: 0.3ex;}
yuuji@485 161 td.repl strong {color: white; background: #00a; padding: 0 0.5ex;}
yuuji@999 162 :root {--repl-heading-color: #a22;}
yuuji@999 163 td.repl h2:before {content: "■"; color: var(--repl-heading-color);}
yuuji@999 164 td.repl h3:before {content: "◆"; color: var(--repl-heading-color);}
yuuji@999 165 td.repl h4:before {content: "◎"; color: var(--repl-heading-color);}
yuuji@960 166 td.repl div.atall {
yuuji@960 167 color: white; background: #66f; padding: 0 0.8ex;
yuuji@960 168 display: inline-block; border-radius: 0.8ex;
yuuji@960 169 }
yuuji@1001 170 td.repl.atall:first-line {font-size: 125%;}
yuuji@1001 171
yuuji@355 172 .blog_replies td.repatt {min-width: 12em;}
yuuji@969 173 .blog_replies td.hideauthor {display: none;}
yuuji@354 174 table.blog_replies iframe {
yuuji@840 175 width: 80%; min-height: 300px; max-width: 50em; max-height: 80vw;
yuuji@251 176 padding: 0; border: 0;
yuuji@251 177 }
yuuji@354 178 table.blog_replies td.new { /* New Article from last visit */
yuuji@287 179 background: white
yuuji@286 180 }
yuuji@291 181 table.mini, table.mini tr, table.mini th, table.mini td {
yuuji@291 182 margin: 0; border-width: 0;
yuuji@291 183 border-collapse: collapse;
yuuji@291 184 vertical-align: top; width: auto; height: 1em;
yuuji@291 185 }
yuuji@564 186 table.mini th {background: #cee;}
yuuji@481 187 table.mini tr {border-bottom: solid 1px #bcc;}
yuuji@294 188 table.mini th, table.mini td {text-align: justify;}
yuuji@583 189 table.mini td, table.mini th {padding: 1px 0.5ex; min-width: 1em;}
yuuji@291 190 table.mini {margin-left: 1em; border-left: 2px solid #686;}
yuuji@898 191 div.pjaxview, div.pjaxview2 {
yuuji@898 192 position: fixed; top: 1ex; left: 0; width: 9vw; height: 9vh;
yuuji@898 193 background: #ffffee; border: 1px double navy; border-radius: 2em;
yuuji@898 194 z-index: 7;
yuuji@898 195 }
yuuji@898 196 div.pjaxview2 {
yuuji@929 197 width: 100vw; height: 98vh; transition: 0.5s;
yuuji@898 198 }
yuuji@898 199 div.pjaxview iframe {
yuuji@898 200 width: 98%; height: 90%; object-fit: scale-down;
yuuji@898 201 }
yuuji@898 202 div.pjaxview p {
yuuji@898 203 padding: 0.5ex; text-align: left; margin: 0 2em;
yuuji@898 204 white-space: nowrap; overflow: hidden;
yuuji@898 205 }
yuuji@898 206 div.pjaxview p button { font-size: large; padding: 0 1em;}
yuuji@898 207 div.pjaxview p button { background: #eeeee0; }
yuuji@898 208 div.pjaxview p button:focus { background: #fffff8; }
yuuji@291 209
yuuji@320 210 /* "visibility: collapse" not working on chromium browser */
yuuji@320 211 div.noprofimg tr.profimg {visibility: collapse; display: none;}
yuuji@319 212 div.noprofimg tr:hover + tr.profimg, div.noprofimg tr:active + tr.profimg,
yuuji@319 213 div.noprofimg tr.profimg:hover, div.noprofimg tr.profimg:active {
yuuji@320 214 visibility: visible; display: table-row;}
yuuji@311 215
yuuji@557 216 /* Used for overlapping image */
yuuji@557 217 img.overlap {position: absolute; top: 40px; left: 50px; z-index: 2;}
yuuji@557 218
yuuji@322 219 /* Used in user's home page */
yuuji@311 220 p.profimg {float: left; max-width: 50%; max-height: 400px;
yuuji@311 221 overflow: hidden; margin: 0 1em 1ex;
yuuji@146 222 padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px
yuuji@146 223 }
yuuji@149 224 p.profimg img {max-width: 400px;}
yuuji@146 225 div.home+* {clear: both;}
yuuji@311 226 body.grouphome p.groupimg {
yuuji@315 227 float: right; margin: 0 1em 1ex;
yuuji@311 228 overflow: hidden;}
yuuji@315 229 body.grouphome p.groupimg img {
yuuji@315 230 max-width: 380px; max-height: 380px;}
yuuji@6 231
yuuji@1002 232 @media screen {
yuuji@1002 233 div.fold {margin-top: 1em; border-top: 1px solid black; padding-top: 1em;}
yuuji@1002 234 div.noborder {border: 0px; margin: 0;}
yuuji@1002 235 div.fold > div {
yuuji@32 236 xxdisplay: none; max-height: 80%; overflow: auto;
yuuji@30 237 height: 0px; opacity: 0; padding: 0 1ex;
yuuji@1002 238 }
yuuji@1002 239 div.fold input[type="checkbox"]:checked ~ div,
yuuji@1002 240 div.fold input[type="radio"]:checked ~ div {
yuuji@193 241 display: block; background: #fadede;
yuuji@30 242 height: auto; opacity: 1.0; transition: 1s;
yuuji@1002 243 }
yuuji@1002 244 input.fold + label + *.folded {opacity: 0; display: none; hight: 0;}
yuuji@1002 245 input[type="checkbox"].fold:checked + label + *.folded {
yuuji@1002 246 opacity: 1.0; transition: 2s;
yuuji@1002 247 }
yuuji@1002 248 input[type="checkbox"].fold:checked + label + div.folded {
yuuji@1002 249 display: block; hight: auto; transition: 2s;
yuuji@1002 250 }
yuuji@1002 251
yuuji@1002 252 /* fold2!! */
yuuji@1002 253 div.foldtabs {
yuuji@1002 254 position: relative; height: 5em; margin-top: 1em;
yuuji@1002 255 border-top: 1px solid black; padding-top: 1em;
yuuji@1002 256 }
yuuji@1002 257 div.foldtabs > div {
yuuji@1002 258 position: absolute; top: 2.5em; opacity: 0.0; background: pink;
yuuji@1002 259 margin: 2px; overflow: auto;
yuuji@1002 260 }
yuuji@1002 261 div.foldtabs input[type="radio"] {display: none;}
yuuji@1002 262 div.foldtabs input[type="radio"]:checked + label + div {
yuuji@1002 263 display: block; opacity: 1.0; transition: 0.2s; width: 100%;
yuuji@1002 264 margin: 0; z-index: 2;
yuuji@1002 265 }
yuuji@1002 266 div.foldtabs > label {
yuuji@1002 267 border: 1px outset #ddd; background: #ddd; xbackground: pink;
yuuji@1002 268 border-top-left-radius: 0.8em; border-top-right-radius: 0.8em;
yuuji@1002 269 margin: 0;
yuuji@1002 270 padding: 0.2ex 0.5em; height: 3em;
yuuji@1002 271 }
yuuji@1002 272 div.foldtabs > input:active + label {background: white;}
yuuji@1002 273 div.foldtabs input:checked + label {
yuuji@1002 274 background: pink; border: pink 1px solid; border-bottom-width: 6px;
yuuji@1002 275 }
yuuji@1002 276 div.foldtabs input:checked + label:last-of-type {border-width: 1px;}
yuuji@1002 277 input[type="checkbox"] + label + input[type="submit"] {display: none;}
yuuji@1002 278 input[type="checkbox"]:checked + label + input[type="submit"] {
yuuji@1002 279 display: inline;}
yuuji@1002 280 div.foldtabs p {margin: 0;}
yuuji@30 281 }
yuuji@260 282
yuuji@502 283 /* ToDo List CheckBox inspired by https://cultureacademia.jp/webcreate/303/ */
yuuji@502 284 input.s4-checkbox {display: none;} /* Do not show real checkbox */
yuuji@502 285 input.s4-checkbox + label {
yuuji@502 286 position: relative; padding-left: 0.8em; margin-right: 1em;
yuuji@502 287 }
yuuji@502 288 input.s4-checkbox + label:before,
yuuji@502 289 input.s4-checkbox + label:after {
yuuji@502 290 content: ""; display: block; /* Mimic Checkbox by absolute box */
yuuji@502 291 position: absolute; top: 0; left: 0; margin: 0;
yuuji@502 292 }
yuuji@502 293 input.s4-checkbox + label:before { /* checkbox frame */
yuuji@502 294 width: 0.8em; height: 0.8em; border: 1px solid #aaa; border-radius: 20%;
yuuji@504 295 background: #ddd;
yuuji@502 296 }
yuuji@502 297 input.s4-checkbox:checked + label:before { /* checked frame bg */
yuuji@502 298 background: pink;
yuuji@502 299 }
yuuji@502 300 input.s4-checkbox:checked + label { /* checked text */
yuuji@502 301 /* text-shadow: red 1px 1px; */
yuuji@502 302 }
yuuji@502 303 input.s4-checkbox:checked + label:after { /* checked mark */
yuuji@502 304 width: 0.6em; height: 0.4em; top: 0.05em; left: 0.1em;
yuuji@502 305 border-bottom: 3px solid navy;
yuuji@502 306 border-left: 3px solid navy;
yuuji@502 307 transform: rotate(-40deg);
yuuji@502 308 }
yuuji@502 309 /* ---------------------------------------------------- */
yuuji@502 310
yuuji@842 311 div.dumptable {max-height: 70vw; overflow: auto;}
yuuji@296 312 div.dumptable tr:hover {background-color: #fee;}
yuuji@258 313 table.dumpblogs td,
yuuji@258 314 div.lcto td { /* LINK + CTIME + TITLE + OWNER + something... */
yuuji@258 315 white-space: nowrap; overflow: hidden;}
yuuji@258 316 table.dumpblogs td:nth-child(4),
yuuji@258 317 div.lcto td:nth-child(2) {max-width: 8em;}
yuuji@258 318 table.dumpblogs td:nth-child(5), /* team */
yuuji@258 319 table.dumpblogs td:nth-child(6), /* title */
yuuji@397 320 table.dumpblogs td:nth-child(7), /* heading */
yuuji@258 321 div.lcto td:nth-child(3), /* title */
yuuji@258 322 div.lcto td:nth-child(4) /* owner */
yuuji@258 323 {max-width: 14em;}
yuuji@913 324 /* https://curecode.jp/tech/css-table-position-sticky-with-background-border-vanished/ */
yuuji@913 325 div.dumptable table.dumpblogs th {
yuuji@913 326 position: sticky; top: 0; z-index: 0; background: #fcf0f0;
yuuji@913 327 border: 1px solid black; border-collapse: collapse;
yuuji@913 328 background-clip: padding-box;
yuuji@913 329 }
yuuji@258 330
yuuji@397 331 table.dumpblogs tr.凍結 td:nth-child(n+2) {opacity: 0.5;}
yuuji@397 332 table.dumpblogs tr.凍結 td:last-child {opacity: 1.0; color: blue;}
yuuji@397 333 *.frozen, *.凍結 {color: blue;}
yuuji@258 334
yuuji@258 335 /*
yuuji@252 336 table.dumpblogs td:nth-child(4) {
yuuji@256 337 max-width: 7.6em; overflow: hidden;}
yuuji@252 338 table.dumpblogs td:nth-child(5),
yuuji@252 339 table.dumpblogs td:nth-child(6) {
yuuji@256 340 max-width: 12em; overflow: hidden;}
yuuji@252 341 table.dumpblogs td:nth-child(7) {
yuuji@256 342 min-width: 5em; overflow: hidden;}
yuuji@258 343 */
yuuji@6 344
yuuji@6 345 /********************* icon list *********************/
yuuji@6 346 div.iconlist {
yuuji@6 347 text-align: center; float: left; margin: 1ex 1em;
yuuji@6 348 border: dotted #dfd 2px; padding: 1ex;
yuuji@6 349 }
yuuji@6 350 div.iconlist p {margin: 0; padding: 0;}
yuuji@6 351 div.iconlist p.tag {background: #ffa; border-radius: 4em;}
yuuji@19 352 div.iconlist p._temp {background: cyan;}
yuuji@19 353 div.iconlist p._lecture {background: pink;}
yuuji@19 354 div.iconlist p._admin {background: yellow;}
yuuji@19 355 div.iconlist p._friend {background: fuchsia;}
yuuji@23 356 div.iconlist p._fellows {background: #9f9;} /* light green */
yuuji@24 357 div.iconlist p._club {background: #4bb;} /* light teal */
yuuji@23 358 div.iconlist p._event {background: maroon; color: white;}
yuuji@23 359 div.iconlist p._misc {background: purple; color: white;}
yuuji@38 360 div.iconlist p._record {background: red; color: white;}
yuuji@190 361 div.iconlist p._info {background: #eff;} /* light cyan */
yuuji@190 362 div.iconlist p._support {background: #ffe;} /* light yellow */
yuuji@190 363 div.iconlist p._test {background: #ffb6c1;} /* light pink */
yuuji@609 364 input#ismembtn:checked ~ div.iconlist,
yuuji@609 365 input#isadmbtn:checked ~ div.iconlist {display: none;}
yuuji@609 366 input#ismembtn:checked ~ div.iconlist.Member,
yuuji@609 367 input#isadmbtn:checked ~ div.iconlist.ADMIN,
yuuji@609 368 input#ismembtn:checked ~ div.iconlist.ADMIN {display: block;}
yuuji@6 369 div.xy120x120 {min-width: 120px; min-height: 140px;}
yuuji@6 370 div.xy96x96 {min-width: 96px; min-height: 116px;}
yuuji@388 371 div.xy96x96 img {max-width: 96px;}
yuuji@6 372 div.xy50x50 {min-width: 50px; min-height: 70px;}
yuuji@389 373 div.xy50x50 img {max-width: 50px;}
yuuji@259 374 div.moderated {background: rgba(255, 215, 0, 0.3);} /* gold */
yuuji@259 375 body.moderated {background: #fffec4;} /* #faed8a */
yuuji@259 376 body.ismember, div.ismember {border-top: 4px red solid; margin-top: 0;}
yuuji@243 377 div.right, div.search {clear: both; float: right;}
yuuji@234 378 *.clear {clear: both;}
yuuji@243 379 div.search input[type="text"] {
yuuji@243 380 border: solid 1px #bbb; border-radius: 0.5ex; min-height: 20px;
yuuji@243 381 margin: 1em; padding: 0 0.5ex; padding-left: 18px;
yuuji@243 382 background: url("../../img/loupe.png") left center no-repeat
yuuji@243 383 rgba(242,240,240,0.7);
yuuji@352 384 position: relative;
yuuji@352 385 }
yuuji@557 386 div.search div.fr, *.relative {position: relative;}
yuuji@452 387 div.search p.help, textarea + p.help {display: none;}
yuuji@452 388 div.search input:focus + p.help,
yuuji@452 389 textarea:focus + p.help {
yuuji@352 390 display: block; background: white;
yuuji@352 391 position: absolute; right: 15em; white-space: pre;
yuuji@352 392 border: 1px solid #888; border-radius: 1em; padding: 1ex;
yuuji@352 393 box-shadow: #555 2px 2px;
yuuji@243 394 }
yuuji@452 395 textarea:focus + p.help {
yuuji@452 396 position: fixed;
yuuji@452 397 top: 0em; left: 0;
yuuji@452 398 }
yuuji@587 399 form.summary input[type=submit],
yuuji@914 400 input[type="submit"].all, button.all {
yuuji@912 401 background: #cfc; padding: 0.4ex 2ex;
yuuji@912 402 }
yuuji@602 403 input[type="reset"] {margin-left: 4em;}
yuuji@126 404
yuuji@126 405 /*
yuuji@742 406 * World List
yuuji@739 407 */
yuuji@742 408 li.casmenu div {display: none; position: relative; width: 200%;
yuuji@739 409 min-width: 80%; margin-right: 0;}
yuuji@739 410 li.casmenu div table {
yuuji@739 411 background: white; position: absolute; top: 0em; border: 3px solid navy;
yuuji@742 412 max-width: 100%;
yuuji@739 413 }
yuuji@742 414 li.casmenu div table td {text-align: left; padding: 0.5ex 1em;}
yuuji@739 415 li.casmenu:hover div, li.casmenu:active div,
yuuji@739 416 li.casmenu div:hover, li.casmenu div:active
yuuji@739 417 {display: block;}
yuuji@825 418 span.pre {white-space: pre;}
yuuji@739 419
yuuji@739 420 /*
yuuji@889 421 * Frozen toggle button
yuuji@889 422 */
yuuji@889 423 td.稼動状態 {text-align: center;}
yuuji@889 424 button.toggle-frozen {
yuuji@889 425 padding: 0 1emex;
yuuji@889 426 background: #fdb585;
yuuji@891 427 border-radius: 1ex;
yuuji@889 428 border-bottom: solid 2px #d27d88;
yuuji@889 429 box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0, 0.19);
yuuji@891 430 background: linear-gradient(#fdeaea, #fdb2b2); // ffc8a8
yuuji@889 431 }
yuuji@889 432 .凍結 button.toggle-frozen, .凍結 button.toggle-frozen::before {
yuuji@891 433 background: linear-gradient(#d8e2ea, #83bbea);
yuuji@889 434 }
yuuji@889 435 .凍結 button.toggle-frozen::before {
yuuji@893 436 content: attr(frozen-marker); color: blue;
yuuji@889 437 }
yuuji@889 438 .toggle-frozen::before {
yuuji@893 439 content: attr(running-marker);
yuuji@893 440 }
yuuji@893 441 .info-tooltip {
yuuji@893 442 position: absolute; padding: 1ex;
yuuji@893 443 background: ivory;
yuuji@893 444 border-radius: 1em; border: double 5px blue;
yuuji@893 445 min-width: 10em; right: 0; bottom: 0;
yuuji@893 446 }
yuuji@898 447 .dissolving {opacity: 0; transition: 3.0s;}
yuuji@898 448 .emerging {opacity: 1; transition: 3s;}
yuuji@900 449 button#c, button#reload {display: inline-block;}
yuuji@900 450 span.loading, button#c:disabled, button#reload:disabled {
yuuji@898 451 visibility: visible; transform: rotateX(3600deg); transition: 30s;
yuuji@889 452 }
yuuji@898 453 span.loading {padding: 0 1em;}
yuuji@914 454 input.aux {margin-left: 10em; transform: scale(0.7);}
yuuji@889 455
yuuji@889 456 /*
yuuji@126 457 * PR Web
yuuji@126 458 */
yuuji@126 459 body.pr {font-size: 200%;}
yuuji@126 460 body.pr h1 {
yuuji@126 461 text-align: center; width: 80%; padding: 3ex 0; margin: 0 auto;
yuuji@126 462 background: #ffefef; border: double 5px navy;
yuuji@126 463 }