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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Mon Jul 21 07:23:25 2003 UTC revision 1.6 by wakaba, Wed Jun 8 12:37:51 2005 UTC
# Line 1  Line 1 
1  @import '/s/default/xhtml1+2.css';  @import '/www/style/html/xhtml.css';
2  @import '/s/default/common-class.css';  @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 {  h1 {
17          background-image: url(/admin/logo/suika);          background-image: url(/admin/logo/suikalogo);
18          background-position: top left;          background-position: top left;
19          background-repeat: no-repeat;          background-repeat: no-repeat;
20          padding-left: 100px;          min-height: 70px;
21            padding-left: 220px;
22          text-align: left;          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    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24