/[suikacvs]/test/html-webhacc/cc-style.css
Suika

Diff of /test/html-webhacc/cc-style.css

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

revision 1.1 by wakaba, Wed Jun 27 13:30:15 2007 UTC revision 1.2 by wakaba, Wed Jun 27 14:36:45 2007 UTC
# Line 1  Line 1 
1  @import '/www/style/html/xoxo.css';  @import '/www/style/html/xoxo.css';
2    
3  q {  .section {
4      display: block;
5      margin: 1em;
6      border: #800080 1px solid;
7      padding: 0.5em 1em;
8    }
9    
10    dt {
11      font-weight: bolder;
12      font-family: sans-serif;
13    }
14    dt:after {
15      content: ":";
16    }
17    
18    h2 {
19      margin: 0;
20      border-style: none;
21      padding: 0;
22      font-weight: bolder;
23      font-family: sans-serif;
24      font-size: 150%;
25    }
26    
27    .tree-text q, .tree-cdata q, .tree-comment q {
28      display: block;
29    }
30    
31    q, #source-string li {
32    white-space: pre;    white-space: pre;
33    white-space: -moz-pre-wrap;    white-space: -moz-pre-wrap;
34    white-space: pre-wrap;    white-space: pre-wrap;
35  }  }
36    
37    q, #source-string ol {
38      background-color: #f0f0ff;
39      color: black;
40      line-height: 1.5;
41    }
42    
43    q:before, q:after {
44      content: "";
45    }
46    
47    #document-tree > ol {
48      margin-left: 0;
49      padding-left: 0;
50    }
51    #document-tree > ol > li {
52      display: block;
53      list-style: none;
54      margin-left: 0;
55      padding-left: 0;
56    }
57    
58    #document-tree ol ol {
59      margin-left: 1em;
60      padding-left: 0;
61    }
62    
63    #document-tree ol ol li {
64      margin-left: 0;
65      padding-left: 0.4em;
66    }
67    
68    #document-tree ul.attributes {
69      margin-left: 3em;
70      padding: 0;
71    }
72    
73    #document-tree ul.attributes li {
74      display: inline;
75      list-style: none;
76      margin: 0 2em 0 0;
77      padding: 0;
78      text-indent: 0;
79      font-size: 90%;
80    }
81    
82  #nav-items {  #nav-items {
83    display: block;    display: block;
84    position: fixed;    position: fixed;

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24