/[pub]/suikawiki/sw4data/ids/2/303.txt
Suika

Contents of /suikawiki/sw4data/ids/2/303.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Nov 12 18:34:17 2008 UTC (16 years ago) by wakaba
Branch: MAIN
CVS Tags: before-graph-20090923, suika-20100509, HEAD
File MIME type: text/plain
converted from SuikaWiki3 <http://suika.fam.cx/gate/cvs/suikawiki/wikidata/page/57696B69.ns/5374796C65.ns/A4C4A4AFA4EAA4ABA4B131.ns/48544D4C.txt>

1 /*
2 SuikaWiki 3 HTML 出力用スタイル・シート
3 「つくりかけ1」(仮)
4
5 License: Public Domain
6 */
7
8 /* Structure */
9 html {
10 display: block;
11 }
12 head {
13 display: none;
14 margin: 0;
15 border-style: none;
16 padding: 0;
17 }
18 body, body.wiki-section {
19 display: block;
20 margin: 0;
21 border-style: none;
22 padding: 0.5em 1.5em;
23 background-color: transparent;
24 background-image: url(http://suika.fam.cx/~wakaba/-temp/2004/sw);
25 background-position: right bottom;
26 background-attachment: fixed;
27 background-repeat: no-repeat;
28 color: inherit;
29 line-height: 2.0;
30 font-size: 100%;
31 }
32
33 .section, .wiki-section {
34 display: block;
35 margin: 2em 0;
36 border-style: none groove none none;
37 border-width: 2px;
38 border-color: #804040;
39 padding: 0.5em 1.5em;
40 }
41 body .section .section, body .wiki-section .wiki-section {
42 margin: 1em 0;
43 border-style: none;
44 }
45
46 /* Heading */
47
48 h1 {
49 display: block;
50 margin: 0 0 1em 0;
51 border-style: outset;
52 border-width: 2px;
53 border-color: #004182;
54 padding: 0.2em;
55 font-size: 150%;
56 font-weight: bolder;
57 font-family: sans-serif;
58 background-color: #004182;
59 color: #ffffb9;
60 letter-spacing: 0.2em;
61 -moz-border-radius: 0.6em 0;
62 }
63
64 h2, h3, h4, h5, h6 {
65 display: block;
66 margin: -1em -1.5em 0 -1.5em;
67 border-style: none;
68 padding: 0.2em 0.5em;
69 color: #006699;
70 background-color: transparent;
71 font-size: 100%;
72 font-weight: bolder;
73 font-family: sans-serif;
74 }
75
76 h2 {
77 border: outset 2px #804040;
78 -moz-border-radius: 0 0.7em 0 0;
79 background-color: #804040;
80 color: #ffdddd;
81 font-size: 120%;
82 }
83
84 /* Special Structure */
85 #footer {
86 display: block;
87 margin: 2em 0 0 0;
88 border-style: solid none none none;
89 border-color: gray;
90 border-width: 1px;
91 padding: 0.3em 0 0 0;
92 font-size: 85%;
93 }
94
95 #last-modified {
96 display: block;
97 text-align: right;
98 font-size: 85%;
99 }
100
101 /* Paragraph-level structure */
102
103 p {
104 display: block;
105 margin-top: 0.5em;
106 margin-bottom: 0.5em;
107 text-indent: 1em;
108 text-align: justify;
109 }
110
111 blockquote {
112 display: block;
113 margin-top: 0.5em;
114 margin-bottom: 0.5em;
115 border-style: none none none solid;
116 border-width: 1em;
117 border-color: #ddddff;
118 padding-left: 1em;
119 }
120
121 pre {
122 display: block;
123 margin-top: 0.5em;
124 margin-bottom: 0.5em;
125 border: 1px dotted #ccccff;
126 max-width: 95%; overflow: auto;
127 background-color:#eeeeff;
128 color: black;
129 font-size: 100%;
130 }
131
132 /* List and Table */
133 ul, ol, dl {
134 display: block;
135 margin-top: 0.5em;
136 margin-bottom: 0.5em;
137 }
138
139 li, dt, dd {
140 text-align: justify;
141 }
142
143 li, dt {
144 display: list-item;
145 margin: 0.3em 0;
146 border-style: none;
147 padding: 0 0 0 0.5em;
148 }
149
150 dd {
151 display: block;
152 margin: 0 0 0 3em;
153 border-style: none;
154 padding: 0;
155 }
156
157 /* Anchor */
158 a:link {
159 border-style: none none solid none;
160 border-color: #0000CC;
161 border-width: 1px;
162 padding-bottom: 0.1em;
163 text-decoration: none;
164 color: inherit;
165 background-color: transparent;
166 }
167 a:visited {
168 border-style: none none solid none;
169 border-color: #000080;
170 border-width: 1px;
171 padding-bottom: 0.1em;
172 text-decoration: none;
173 color: inherit;
174 background-color: transparent;
175 }
176 a.wiki:link, a.wiki:visited {
177 border-bottom-style: dashed;
178 }
179 a.wiki .mark {
180 vertical-align: super;
181 font-size: xx-small;
182 line-height: 1.0;
183 text-decoration: none;
184 color: red;
185 }
186 a.wiki-anchor {
187 border-style: none;
188 text-decoration: none;
189 }
190 a[href^="#"]:link, a[href^="#"]:visited {
191 border-style: none;
192 text-decoration: none;
193 }
194 a.wiki:link:hover {
195 border-bottom-color: red;
196 }
197 a.wiki:visited:hover {
198 border-bottom-color: purple;
199 }
200 a:hover {
201 background-color: #FFA;
202 color: #000080;
203 }
204 a.wiki:hover {
205 border-bottom-style: solid;
206 }
207 a.wiki-cmd:link, a.wiki-cmd:visited {
208 border: 2px groove ButtonFace;
209 color: ButtonText;
210 background-color: ButtonFace;
211 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24