/[suikacvs]/webroot/admin/style/spec.css
Suika

Contents of /webroot/admin/style/spec.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download) (as text)
Fri Mar 3 07:35:57 2006 UTC (20 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -1 lines
File MIME type: text/css
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