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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations) (download) (as text)
Wed Jun 22 11:49:38 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +30 -0 lines
File MIME type: text/css
draft.png: New image; common.css: .formal-specification rule added

1 wakaba 1.4 @import '/www/style/html/xhtml.css';
2 wakaba 1.6 @namespace h2002 'http://www.w3.org/2002/06/xhtml2';
3     @namespace h2005 'http://www.w3.org/2002/06/xhtml2/';
4 wakaba 1.2
5 wakaba 1.7 /* Viewports */
6    
7 wakaba 1.5 html {
8     background-color: rgb(210, 255, 255);
9     color: black;
10     }
11    
12 wakaba 1.6 h2005|html, h2002|html {
13     background-color: rgb(210, 255, 255);
14     color: black;
15     }
16    
17 wakaba 1.7 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 /* XHTML 1 */
26 wakaba 1.1 h1 {
27 wakaba 1.5 background-image: url(/admin/logo/suikalogo);
28 wakaba 1.1 background-position: top left;
29     background-repeat: no-repeat;
30 wakaba 1.5 min-height: 70px;
31 wakaba 1.7 height: 70px;
32 wakaba 1.5 padding-left: 220px;
33 wakaba 1.1 text-align: left;
34 wakaba 1.5 vertical-align: middle;
35 wakaba 1.7 }
36    
37     html.formal-specification h1 {
38     padding-top: 110px;
39     background-image: url(/admin/logo/suikalogo);
40     background-position: /* top= */ 0 /* left= */ 20px;
41     background-repeat: no-repeat;
42     background-attachment: scroll;
43     padding-left: 0;
44     height: auto;
45     min-height: 0;
46     }
47    
48     h1 + h1, html.formal-specification h1 + h1 {
49     padding-top: 0;
50     padding-left: 0;
51     height: auto;
52     min-height: auto;
53     background-image: none;
54 wakaba 1.2 }
55    
56     /* XHTML 2 */
57 wakaba 1.6 body > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h {
58 wakaba 1.3 margin-left: 0;
59 wakaba 1.5 background-image: url(/admin/logo/suikalogo);
60 wakaba 1.2 background-position: top left;
61     background-repeat: no-repeat;
62 wakaba 1.5 min-height: 70px;
63     padding-left: 220px;
64 wakaba 1.2 text-align: left;
65 wakaba 1.5 }
66    
67     /* Hyperlinks */
68    
69     a:hover {
70     background-color: #64ffd2;
71     color: #007755;
72 wakaba 1.2 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24