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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download) (as text)
Wed Jun 8 12:08:24 2005 UTC (19 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +19 -6 lines
File MIME type: text/css
Use <http://suika.fam.cx/suika/admin> coloring

1 @import '/www/style/html/xhtml.css';
2 @namespace h2 'http://www.w3.org/2002/06/xhtml2';
3
4 html {
5 background-color: rgb(210, 255, 255);
6 color: black;
7 }
8
9 /* XHTML 1 */
10 h1 {
11 background-image: url(/admin/logo/suikalogo);
12 background-position: top left;
13 background-repeat: no-repeat;
14 min-height: 70px;
15 padding-left: 220px;
16 text-align: left;
17 vertical-align: middle;
18 }
19
20 /* XHTML 2 */
21 body > h2|h {
22 margin-left: 0;
23 background-image: url(/admin/logo/suikalogo);
24 background-position: top left;
25 background-repeat: no-repeat;
26 min-height: 70px;
27 padding-left: 220px;
28 text-align: left;
29 }
30
31 /* Hyperlinks */
32
33 a:hover {
34 background-color: #64ffd2;
35 color: #007755;
36 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24