/[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.2 by wakaba, Wed Nov 19 11:05:27 2003 UTC revision 1.7 by wakaba, Wed Jun 22 11:49:38 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  @namespace h2 'http://www.w3.org/2002/06/xhtml2';  /* 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 */  /* XHTML 1 */
26  h1 {  h1 {
27          background-image: url(/admin/logo/suika);          background-image: url(/admin/logo/suikalogo);
28          background-position: top left;          background-position: top left;
29          background-repeat: no-repeat;          background-repeat: no-repeat;
30          min-height: 42px;          min-height: 70px;
31          height: 42px;    height: 70px;
32          padding-left: 100px;          padding-left: 220px;
33          text-align: left;          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 */  /* XHTML 2 */
57  body > h2|h {  body > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h {
58          background-image: url(/admin/logo/suika);          margin-left: 0;
59            background-image: url(/admin/logo/suikalogo);
60          background-position: top left;          background-position: top left;
61          background-repeat: no-repeat;          background-repeat: no-repeat;
62          min-height: 42px;          min-height: 70px;
63          padding-left: 100px;          padding-left: 220px;
64          text-align: left;          text-align: left;
65  }  }
66    
67    /* Hyperlinks */
68    
69    a:hover {
70      background-color: #64ffd2;
71      color: #007755;
72    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24