/[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.8 by wakaba, Tue Dec 13 13:23:14 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    @media print {
18      html, h2005|html, h2002|html {
19        background-color: transparent;
20        color: black;
21      }
22    }
23    
24    html.status-work-in-progress {
25      padding-left: 50px;
26      background-image: url(/admin/style/draft); /* width = 40px */
27      background-position: left top;
28      background-repeat: repeat-y;
29      background-attachment: fixed;
30    }
31    
32  /* XHTML 1 */  /* XHTML 1 */
33  h1 {  h1 {
34          background-image: url(/admin/logo/suikalogo);          background-image: url(/admin/logo/suikalogo);
35          background-position: top left;          background-position: top left;
36          background-repeat: no-repeat;          background-repeat: no-repeat;
37          min-height: 70px;          min-height: 70px;
38      height: 70px;
39          padding-left: 220px;          padding-left: 220px;
40          text-align: left;          text-align: left;
41    vertical-align: middle;    vertical-align: middle;
42  }  }
43    
44    html.formal-specification h1 {
45      padding-top: 110px;
46      background-image: url(/admin/logo/suikalogo);
47      background-position: /* top= */ 0 /* left= */ 20px;
48      background-repeat: no-repeat;
49      background-attachment: scroll;
50      padding-left: 0;
51      height: auto;
52      min-height: 0;
53    }
54    
55    h1 + h1, html.formal-specification h1 + h1 {
56      padding-top: 0;
57      padding-left: 0;
58      height: auto;
59      min-height: 0;
60      background-image: none;
61    }
62    
63    @media print {
64      html.formal-specification h1 {
65        padding-top: 0;
66        padding-left: 0;
67        height: auto;
68        min-height: 0;
69        background-image: none;
70      }
71    
72      html.formal-specification h1:first-child:before {
73        content: url(/admin/logo/suikalogo);
74        display: block;
75        padding-bottom: 1em;
76      }
77    }
78    
79  /* XHTML 2 */  /* XHTML 2 */
80  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 {
81          margin-left: 0;          margin-left: 0;

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24