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 | |||