Parent Directory
|
Revision Log
New status class added
| 1 | wakaba | 1.1 | @import '/www/style/html/spec.css'; |
| 2 | |||
| 3 | /* Viewports */ | ||
| 4 | |||
| 5 | html { | ||
| 6 | background-color: rgb(210, 255, 255); | ||
| 7 | color: black; | ||
| 8 | } | ||
| 9 | |||
| 10 | @media print { | ||
| 11 | html, h2005|html, h2002|html { | ||
| 12 | background-color: transparent; | ||
| 13 | color: black; | ||
| 14 | } | ||
| 15 | } | ||
| 16 | |||
| 17 | html.status-work-in-progress { | ||
| 18 | padding-left: 50px; | ||
| 19 | background-image: url(/admin/style/draft); /* width = 40px */ | ||
| 20 | background-position: left top; | ||
| 21 | background-repeat: repeat-y; | ||
| 22 | background-attachment: fixed; | ||
| 23 | } | ||
| 24 | |||
| 25 | wakaba | 1.2 | html.status-stable { |
| 26 | padding-left: 50px; | ||
| 27 | } | ||
| 28 | |||
| 29 | wakaba | 1.1 | h1 { |
| 30 | padding-top: 110px; | ||
| 31 | background-image: url(/admin/logo/suikalogo); | ||
| 32 | background-position: /* top= */ 0 /* left= */ 20px; | ||
| 33 | background-repeat: no-repeat; | ||
| 34 | background-attachment: scroll; | ||
| 35 | padding-left: 0; | ||
| 36 | text-align: left; | ||
| 37 | vertical-align: middle; | ||
| 38 | } | ||
| 39 | |||
| 40 | h1 + h1 { | ||
| 41 | padding-top: 0; | ||
| 42 | padding-left: 0; | ||
| 43 | height: auto; | ||
| 44 | min-height: 0; | ||
| 45 | background-image: none; | ||
| 46 | } | ||
| 47 | |||
| 48 | @media print { | ||
| 49 | h1 { | ||
| 50 | padding-top: 0; | ||
| 51 | padding-left: 0; | ||
| 52 | height: auto; | ||
| 53 | min-height: 0; | ||
| 54 | background-image: none; | ||
| 55 | } | ||
| 56 | |||
| 57 | h1:first-child:before { | ||
| 58 | content: url(/admin/logo/suikalogo); | ||
| 59 | display: block; | ||
| 60 | padding-bottom: 1em; | ||
| 61 | } |