]> gitweb @ CieloNegro.org - Rakka.git/blob - defaultPages/StyleSheet/Default
bde37fb5e4ea1e30cdae7eee01cbc361a4cbd4d8
[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 .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 .side-bar .content {
96     padding: 20px;
97 }
98
99 .side-bar li {
100     padding: 3px;
101 }
102
103 .side-bar ul, .side-bar ol {
104     list-style-type: none;
105     margin-top: 0.4em;
106 }
107
108 .side-bar li + li {
109     margin-top: 0.2em;
110 }
111
112 .side-bar ul + h1 {
113     margin-top: 1.2em;
114 }
115
116 /* color and text */
117 body {
118     background-color: #white;
119     color: black;
120 }
121
122 .header, .footer, .side-bar {
123     background-color: #eeeeee;
124 }
125
126 .side-bar h1 {
127     font-size: 120%;
128     font-weight: bold;
129 }
130
131 .side-bar a {
132     color: #4e8eff;
133 }
134
135 .side-bar a:visited {
136     color: #3f73d0;
137 }
138
139 .side-bar .date {
140     font-size: 70%;
141     white-space: nowrap;
142 }
143
144 .side-bar .trackbacks p {
145     font-size: 90%;
146 }
147
148 .side-bar .outline li {
149     list-style-type: circle;
150     margin-left: 1em;
151     
152     padding: 0;
153     background-color: black;
154 }
155 .side-bar .outline li li {
156     list-style-type: disc;
157 }
158 .side-bar .outline li li li {
159     list-style-type: square;
160 }
161 </textData>
162 </page>