]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/StyleSheet/Default
implemented listing
[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
15 .center {
16     position: absolute;
17     
18     overflow: auto;
19
20     top: 20px;
21     right: 15em;
22     left: 15em;
23     bottom: 20px;
24 }
25
26 .left {
27     top: 0em;
28     width: 15em;
29     left: 0;
30     bottom: 0;
31 }
32
33 .right {
34     top: 0em;
35     width: 15em;
36     right: 0;
37     bottom: 0;
38 }
39
40 .header {
41     position: absolute;
42     height: 20px;
43     left: 15em;
44     right: 15em;
45     top: 0;
46 }
47
48 .footer {
49     position: absolute;
50     height: 20px;
51     left: 15em;
52     right: 15em;
53     bottom: 0;
54 }
55
56 .side-bar {
57     position: absolute;
58     overflow: auto;
59 }
60
61 /* spacing */
62 .body {
63     padding: 25px 30px;
64 }
65
66 .body ul, .body ol {
67     list-style-position: inside;
68     margin: 1em 0;
69 }
70 .body ul ul, .body ul ol, .body ol ul, .body ol ol {
71     margin: 0;
72 }
73
74 .body li {
75     margin: 3px 5px;
76 }
77 .body li li {
78     margin-left: 20px;
79 }
80
81 .side-bar .content {
82     padding: 20px;
83 }
84
85 .side-bar li {
86     padding: 3px;
87 }
88
89 .side-bar ul, .side-bar ol {
90     list-style-type: none;
91     margin-top: 0.4em;
92 }
93
94 .side-bar li + li {
95     margin-top: 0.2em;
96 }
97
98 .side-bar ul + h1 {
99     margin-top: 1.2em;
100 }
101
102 /* color and text */
103 body {
104     background-color: #white;
105     color: black;
106 }
107
108 .header, .footer, .side-bar {
109     background-color: #eeeeee;
110 }
111
112 .side-bar h1 {
113     font-size: 120%;
114     font-weight: bold;
115 }
116
117 .side-bar a {
118     color: #4e8eff;
119 }
120
121 .side-bar a:visited {
122     color: #3f73d0;
123 }
124
125 .side-bar .date {
126     font-size: 70%;
127     white-space: nowrap;
128 }
129
130 .side-bar .trackbacks p {
131     font-size: 90%;
132 }
133
134 .side-bar .outline li {
135     list-style-type: circle;
136     margin-left: 1em;
137     
138     padding: 0;
139     background-color: black;
140 }
141 .side-bar .outline li li {
142     list-style-type: disc;
143 }
144 .side-bar .outline li li li {
145     list-style-type: square;
146 }
147 </textData>
148 </page>