]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/StyleSheet/Default
15d58b2f373de4f0dde83fd93e23e198369a0d52
[Rakka.git] / defaultPages / StyleSheet / Default
1 <?xml version="1.0" encoding="utf-8"?>
2 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
3       type="text/css"
4       isBoring="yes"
5       isTheme="yes">
6   <textData>
7 /* global configuration *******************************************************/
8 * {
9     padding: 0;
10     margin: 0;
11 }
12
13 /* layout *********************************************************************/
14 .center {
15     position: absolute;
16     
17     overflow: auto;
18
19     top: 20px;
20     right: 15em;
21     left: 15em;
22     bottom: 20px;
23 }
24
25 .left {
26     top: 0em;
27     width: 15em;
28     left: 0;
29     bottom: 0;
30 }
31
32 .right {
33     top: 0em;
34     width: 15em;
35     right: 0;
36     bottom: 0;
37 }
38
39 .header {
40     position: absolute;
41     height: 20px;
42     left: 15em;
43     right: 15em;
44     top: 0;
45 }
46
47 .footer {
48     position: absolute;
49     height: 20px;
50     left: 15em;
51     right: 15em;
52     bottom: 0;
53 }
54
55 .sideBar {
56     position: absolute;
57     overflow: auto;
58 }
59
60 /* spacing ********************************************************************/
61 .title {
62     padding: 5px 20px;
63 }
64
65 .title p {
66     margin: 0;
67 }
68
69 .body {
70     padding: 25px 30px;
71 }
72
73 .body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
74     margin: 5px 0px;
75 }
76
77 .body ul, .body ol {
78     list-style-position: inside;
79     margin: 0 0 0.8em 0;
80 }
81 .body ul ul, .body ul ol, .body ol ul, .body ol ol {
82     margin: 0;
83 }
84
85 .body li {
86     margin: 3px 5px;
87 }
88 .body li li {
89     margin-left: 20px;
90 }
91
92 .body dl {
93     margin: 1em 2em;
94 }
95 .body dt {
96     font-weight: bold;
97 }
98 .body dd {
99     margin-left: 3em;
100     margin-top: 0.1em;
101 }
102 .body dd + dt {
103     margin-top: 0.9em;
104 }
105
106 .sideBar h1 {
107     margin-bottom: 5px;
108     padding: 0px 5px;
109 }
110
111 .sideBar .content {
112     padding: 20px;
113 }
114
115 .sideBar p {
116     margin-left: 5px;
117 }
118
119 .sideBar .outline li {
120     margin-left: 1em;
121     padding: 0;
122 }
123
124 .sideBar li {
125     padding: 3px;
126 }
127
128 .sideBar ul, .sideBar ol {
129     list-style-type: none;
130     margin-top: 0.4em;
131     margin-bottom: 0.4em;
132 }
133
134 .sideBar li + li {
135     margin-top: 0.1em;
136 }
137
138 .sideBar * + h1 {
139     margin-top: 1.2em;
140 }
141
142 /* color and text *************************************************************/
143 * {
144     font-family: sans-serif;
145 }
146
147 body {
148     background-color: white;
149     color: black;
150 }
151
152 .body {
153     line-height: 1.3;
154 }
155
156 p {
157     margin: 0 0 0.8em 0;
158 }
159
160 h1, h2, h3, h4, h5, h6 {
161     font-weight: normal;
162 }
163
164 hr {
165     border-color: #bbbbbb;
166     border-width: 1px;
167     border-style: dashed;
168 }
169
170 .title {
171     background-color: #fafafa;
172
173     border-color: #cccccc;
174     border-width: 0 0 1px 0;
175     border-style: solid;
176
177     font-size: 1.2em;
178 }
179
180 .body h1 {
181     font-size: 200%;
182 }
183 .body h2 {
184     font-size: 150%;
185 }
186 .body h3 {
187     font-size: 130%;
188 }
189 .body h4 {
190     font-size: 110%;
191 }
192 .body h5 {
193     font-size: 90%;
194 }
195 .body h1, .body h2, .body h3, .body h4, .body h5 {
196     background-color: #fafafa;
197     
198     border-color: #dddddd;
199     border-width: 1px;
200     border-style: solid;
201
202     padding: 0 10px;
203 }
204
205 a {
206     color: #008800;
207     text-decoration: none;
208 }
209
210 .header, .footer, .sideBar {
211     background-color: #eeeeee;
212 }
213
214 .sideBar h1 {
215     font-size: 120%;
216 }
217 .sideBar h1, .sideBar h2, .sideBar h3, .sideBar h4, .sideBar h5 {
218     font-weight: normal;
219
220     color: #555555;
221     background-color: #fafafa;
222
223     border-color: #dddddd white white #dddddd;
224     border-width: 1px;
225     border-style: solid;
226 }
227
228 .sideBar .date {
229     font-size: 70%;
230     white-space: nowrap;
231 }
232
233 .sideBar .trackbacks p {
234     font-size: 90%;
235 }
236
237 .sideBar .outline li {
238     list-style-type: disc;
239     background-color: inherit;
240 }
241 .sideBar .outline li li {
242     list-style-type: circle;
243 }
244 .sideBar .outline li li li {
245     list-style-type: square;
246 }
247 .sideBar .outline li li li li {
248     list-style-type: disc;
249 }
250 .sideBar .outline li li li li li {
251     list-style-type: circle;
252 }
253
254 .sideBar li {
255     padding: 2px 5px;
256     background-color: #f5f5f5;
257 }
258
259 /* float **********************************************************************/
260 h1, h2, h3, h4, h5, h6 {
261     clear: both;
262 }
263
264 /* image **********************************************************************/
265 img {
266     border-width: 0;
267 }
268
269 .inlineImage {
270     margin-top: 5px;
271     margin-bottom: 5px;
272 }
273
274 .leftFloat {
275     float: left;
276     margin-right: 25px;
277 }
278
279 .rightFloat {
280     float: right;
281     margin-left: 25px;
282 }
283
284 .imageFrame {
285     background-color: #eeeeee;
286     padding: 5px;
287
288     border-color: #cccccc;
289     border-width: 1px;
290     border-style: solid;
291
292     margin-top: 5px;
293     margin-bottom: 10px;
294 }
295
296 .imageFrame p {
297     margin: 0;
298 }
299
300 .imageData {
301     text-align: center;
302 }
303
304 .imageCaption {
305     margin-top: 3px;
306 }
307
308 /* error **********************************************************************/
309 .error {
310     color: red;
311     background-color: white;
312
313     font-weight: bold;
314     
315     border-color: #880000;
316     border-width: 3px;
317     border-style: double;
318
319     padding: 10px;
320 }
321
322 .error p, .error pre {
323     margin: 0;
324 }
325
326 .error:before {
327     content: "Error: "
328 }
329 </textData>
330 </page>