]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/StyleSheet/Default
Record before an experiment
[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 .sideBar {
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 .body dl {
82     margin: 1em 2em;
83 }
84 .body dt {
85     font-weight: bold;
86 }
87 .body dd {
88     margin-left: 3em;
89     margin-top: 0.1em;
90 }
91 .body dd + dt {
92     margin-top: 0.9em;
93 }
94
95 .sideBar .content {
96     padding: 20px;
97 }
98
99 .sideBar li {
100     padding: 3px;
101 }
102
103 .sideBar ul, .sideBar ol {
104     list-style-type: none;
105     margin-top: 0.4em;
106 }
107
108 .sideBar li + li {
109     margin-top: 0.2em;
110 }
111
112 .sideBar ul + h1 {
113     margin-top: 1.2em;
114 }
115
116 /* color and text */
117 body {
118     background-color: #white;
119     color: black;
120
121     line-height: 1.3;
122 }
123
124 .header, .footer, .sideBar {
125     background-color: #eeeeee;
126 }
127
128 .sideBar h1 {
129     font-size: 120%;
130     font-weight: bold;
131 }
132
133 .sideBar a {
134     color: #4e8eff;
135 }
136
137 .sideBar a:visited {
138     color: #3f73d0;
139 }
140
141 .sideBar .date {
142     font-size: 70%;
143     white-space: nowrap;
144 }
145
146 .sideBar .trackbacks p {
147     font-size: 90%;
148 }
149
150 .sideBar .outline li {
151     list-style-type: circle;
152     margin-left: 1em;
153     
154     padding: 0;
155     background-color: black;
156 }
157 .sideBar .outline li li {
158     list-style-type: disc;
159 }
160 .sideBar .outline li li li {
161     list-style-type: square;
162 }
163
164 p {
165     margin: 0.8em 0;
166 }
167
168 /* float */
169 h1, h2, h3, h4, h5, h6 {
170     clear: both;
171 }
172
173 /* image */
174 img {
175     border-width: 0;
176 }
177
178 .inlineImage {
179     margin-top: 5px;
180     margin-bottom: 5px;
181 }
182
183 .leftFloat {
184     float: left;
185     margin-right: 25px;
186 }
187
188 .rightFloat {
189     float: right;
190     margin-left: 25px;
191 }
192
193 .imageFrame {
194     background-color: #eeeeee;
195     padding: 5px;
196
197     border-color: #cccccc;
198     border-width: 1px;
199     border-style: solid;
200 }
201
202 .imageFrame p {
203     margin: 0;
204 }
205
206 .imageData {
207     text-align: center;
208 }
209
210 .imageCaption {
211     margin-top: 3px;
212 }
213 </textData>
214 </page>