/[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 - (show 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 @import '/www/style/html/xhtml.css';
2 @namespace h2002 'http://www.w3.org/2002/06/xhtml2';
3 @namespace h2005 'http://www.w3.org/2002/06/xhtml2/';
4
5 /* Viewports */
6
7 html {
8 background-color: rgb(210, 255, 255);
9 color: black;
10 }
11
12 h2005|html, h2002|html {
13 background-color: rgb(210, 255, 255);
14 color: black;
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 /* XHTML 1 */
26 h1 {
27 background-image: url(/admin/logo/suikalogo);
28 background-position: top left;
29 background-repeat: no-repeat;
30 min-height: 70px;
31 height: 70px;
32 padding-left: 220px;
33 text-align: left;
34 vertical-align: middle;
35 }
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 }
55
56 /* XHTML 2 */
57 body > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h {
58 margin-left: 0;
59 background-image: url(/admin/logo/suikalogo);
60 background-position: top left;
61 background-repeat: no-repeat;
62 min-height: 70px;
63 padding-left: 220px;
64 text-align: left;
65 }
66
67 /* Hyperlinks */
68
69 a:hover {
70 background-color: #64ffd2;
71 color: #007755;
72 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24