]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/StyleSheet/Default
Implemented the outline command
[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 li {
116     padding: 3px;
117 }
118
119 .sideBar ul, .sideBar ol {
120     list-style-type: none;
121     margin-top: 0.4em;
122     margin-bottom: 0.4em;
123 }
124
125 .sideBar li + li {
126     margin-top: 0.2em;
127 }
128
129 .sideBar ul + h1 {
130     margin-top: 1.2em;
131 }
132
133 /* color and text **************************************************************/
134 * {
135     font-family: sans-serif;
136 }
137
138 body {
139     background-color: white;
140     color: black;
141
142     line-height: 1.3;
143 }
144
145 h1, h2, h3, h4, h5, h6 {
146     font-weight: normal;
147 }
148
149 hr {
150     border-color: #bbbbbb;
151     border-width: 1px;
152     border-style: dashed;
153 }
154
155 .title {
156     background-color: #fafafa;
157
158     border-color: #cccccc;
159     border-width: 0 0 1px 0;
160     border-style: solid;
161
162     font-size: 1.2em;
163 }
164
165 .body h1 {
166     font-size: 200%;
167 }
168 .body h2 {
169     font-size: 150%;
170 }
171 .body h3 {
172     font-size: 130%;
173 }
174 .body h4 {
175     font-size: 110%;
176 }
177 .body h5 {
178     font-size: 90%;
179 }
180 .body h1, .body h2, .body h3, .body h4, .body h5 {
181     background-color: #fafafa;
182     
183     border-color: #dddddd;
184     border-width: 1px;
185     border-style: solid;
186
187     padding: 0 10px;
188 }
189
190 a {
191     color: #008800;
192     text-decoration: none;
193 }
194
195 .header, .footer, .sideBar {
196     background-color: #eeeeee;
197 }
198
199 .sideBar h1 {
200     font-size: 120%;
201 }
202 .sideBar h1, .sideBar h2, .sideBar h3, .sideBar h4, .sideBar h5 {
203     font-weight: normal;
204
205     color: #555555;
206     background-color: #fafafa;
207
208     border-color: #dddddd white white #dddddd;
209     border-width: 1px;
210     border-style: solid;
211 }
212
213 .sideBar .date {
214     font-size: 70%;
215     white-space: nowrap;
216 }
217
218 .sideBar .trackbacks p {
219     font-size: 90%;
220 }
221
222 .sideBar .outline li {
223     list-style-type: disc;
224     margin-left: 1em;
225     
226     padding: 0;
227     line-height: 1.0;
228 }
229 .sideBar .outline li li {
230     list-style-type: circle;
231 }
232 .sideBar .outline li li li {
233     list-style-type: square;
234 }
235 .sideBar .outline li li li li {
236     list-style-type: disc;
237 }
238 .sideBar .outline li li li li li {
239     list-style-type: circle;
240 }
241
242 p {
243     margin: 0 0 0.8em 0;
244 }
245
246 /* float ***********************************************************************/
247 h1, h2, h3, h4, h5, h6 {
248     clear: both;
249 }
250
251 /* image ***********************************************************************/
252 img {
253     border-width: 0;
254 }
255
256 .inlineImage {
257     margin-top: 5px;
258     margin-bottom: 5px;
259 }
260
261 .leftFloat {
262     float: left;
263     margin-right: 25px;
264 }
265
266 .rightFloat {
267     float: right;
268     margin-left: 25px;
269 }
270
271 .imageFrame {
272     background-color: #eeeeee;
273     padding: 5px;
274
275     border-color: #cccccc;
276     border-width: 1px;
277     border-style: solid;
278
279     margin-top: 5px;
280     margin-bottom: 10px;
281 }
282
283 .imageFrame p {
284     margin: 0;
285 }
286
287 .imageData {
288     text-align: center;
289 }
290
291 .imageCaption {
292     margin-top: 3px;
293 }
294 </textData>
295 </page>