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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download) (as text)
Wed Jun 8 12:37:51 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +8 -2 lines
File MIME type: text/css
*** empty log message ***

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 html {
6 background-color: rgb(210, 255, 255);
7 color: black;
8 }
9
10 h2005|html, h2002|html {
11 background-color: rgb(210, 255, 255);
12 color: black;
13 }
14
15 /* XHTML 1 */
16 h1 {
17 background-image: url(/admin/logo/suikalogo);
18 background-position: top left;
19 background-repeat: no-repeat;
20 min-height: 70px;
21 padding-left: 220px;
22 text-align: left;
23 vertical-align: middle;
24 }
25
26 /* XHTML 2 */
27 body > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h {
28 margin-left: 0;
29 background-image: url(/admin/logo/suikalogo);
30 background-position: top left;
31 background-repeat: no-repeat;
32 min-height: 70px;
33 padding-left: 220px;
34 text-align: left;
35 }
36
37 /* Hyperlinks */
38
39 a:hover {
40 background-color: #64ffd2;
41 color: #007755;
42 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24