s4

annotate examples/common/default/default.css @ 893:c1a5d137740d

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