]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/StyleSheet/Default
b01806f70cf1816609db897f4960f012058d5da9
[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 * {
8     padding: 0;
9     margin: 0;
10
11     list-style-type: none;
12 }
13
14 body {
15     background-color: white;
16 }
17
18 .side-bar ul, .side-bar ol {
19     margin-top: 0.4em;
20 }
21
22 .side-bar li + li {
23     margin-top: 0.2em;
24 }
25
26 .side-bar ul + h1 {
27     margin-top: 1.2em;
28 }
29 </textData>
30 </page>