/[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.5 by wakaba, Wed Jun 8 12:08:24 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 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 {  h1 {
11          background-image: url(/admin/logo/suika);          background-image: url(/admin/logo/suikalogo);
12          background-position: top left;          background-position: top left;
13          background-repeat: no-repeat;          background-repeat: no-repeat;
14          padding-left: 100px;          min-height: 70px;
15            padding-left: 220px;
16          text-align: left;          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    }

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24