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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Sat Jun 30 08:26:08 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +5 -1 lines
File MIME type: text/css
++ ChangeLog	30 Jun 2007 08:26:04 -0000
2007-06-30  Wakaba  <wakaba@suika.fam.cx>

	* cc-style.css (img): New rule not to make border
	for img[usemap].

	* cc.cgi: |table.cgi|-feature merged.  Doctype
	token was serialized incorrectly.

	* table-script.js (tableToCanvas): Has second
	argument to specify the parent.  Use image map
	to identify cells.

	* table.cgi: Minor fix to sync with the aforementioned
	change.

1 wakaba 1.1 @import '/www/style/html/xoxo.css';
2    
3 wakaba 1.2 .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 wakaba 1.1 white-space: pre;
33     white-space: -moz-pre-wrap;
34     white-space: pre-wrap;
35     }
36    
37 wakaba 1.2 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 wakaba 1.1 #nav-items {
83     display: block;
84     position: fixed;
85     top: 0.5em;
86     right: 0.5em;
87     width: auto;
88     height: auto;
89     font-size: 90%;
90     background-color: #f4fff4;
91     color: black;
92     padding: 0;
93     line-height: 1.1;
94     }
95    
96     #nav-items li {
97     display: block;
98     list-style: none;
99     margin: 0;
100     border-style: none;
101     padding: 0;
102     text-align: center;
103     }
104    
105     #nav-items li a[href] {
106     display: block;
107     border-style: none;
108     color: inherit;
109     text-decoration: none;
110     }
111    
112 wakaba 1.3 img {
113     border-style: none;
114     }
115    
116 wakaba 1.1 /*
117    
118     Copyright 2007 Wakaba <w@suika.fam.cx>
119    
120     This library is free software; you can redistribute it
121     and/or modify it under the same terms as Perl itself.
122    
123 wakaba 1.3 $Date: 2007/06/27 14:36:45 $
124 wakaba 1.1
125     */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24