/[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.6 by wakaba, Wed Jun 8 12:37:51 2005 UTC revision 1.7 by wakaba, Wed Jun 22 11:49:38 2005 UTC
# Line 2  Line 2 
2  @namespace h2002 'http://www.w3.org/2002/06/xhtml2';  @namespace h2002 'http://www.w3.org/2002/06/xhtml2';
3  @namespace h2005 'http://www.w3.org/2002/06/xhtml2/';  @namespace h2005 'http://www.w3.org/2002/06/xhtml2/';
4    
5    /* Viewports */
6    
7  html {  html {
8    background-color: rgb(210, 255, 255);    background-color: rgb(210, 255, 255);
9    color: black;    color: black;
# Line 12  h2005|html, h2002|html { Line 14  h2005|html, h2002|html {
14    color: black;    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/suikalogo);          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: 70px;          min-height: 70px;
31      height: 70px;
32          padding-left: 220px;          padding-left: 220px;
33          text-align: left;          text-align: left;
34    vertical-align: middle;    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 > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h {  body > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h {
58          margin-left: 0;          margin-left: 0;

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24