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