Serenity Operating System
1html {
2 font-family: Katica;
3}
4
5head, link, meta, script, style, title {
6 display: none;
7}
8
9body {
10 margin-left: 8;
11 margin-top: 8;
12 margin-right: 8;
13 margin-bottom: 8;
14}
15
16h1, h2 {
17 font-family: Pebbleton;
18 font-weight: bold;
19}
20
21h3 {
22 font-weight: bold;
23}
24
25pre {
26 font-family: Csilla;
27 font-weight: lighter;
28 margin-bottom: 8;
29 margin-top: 8;
30 white-space: pre;
31}
32
33code {
34 font-family: Csilla;
35 font-weight: lighter;
36}
37
38u, ins {
39 text-decoration: underline;
40}
41
42strong, b {
43 font-weight: bold;
44}
45
46html, address,
47blockquote,
48body, dd, div,
49dl, dt, fieldset, form,
50frame, frameset,
51h1, h2, h3, h4,
52h5, h6, noframes,
53ol, p, ul, center,
54dir, hr, menu, pre,
55header, footer {
56 display: block;
57}
58
59center {
60 text-align: center;
61}
62
63h1, h2, h3 {
64 margin-top: 8;
65 margin-bottom: 8;
66 margin-left: 0;
67 margin-right: 0;
68}
69
70h4, p,
71blockquote, ul,
72fieldset, form,
73ol, dl, dir,
74menu {
75 margin-top: 4;
76 margin-bottom: 4;
77 margin-left: 0;
78 margin-right: 0;
79}
80
81h5, h6 {
82 margin-top: 2;
83 margin-bottom: 2;
84 margin-left: 0;
85 margin-right: 0;
86}
87
88li {
89 display: list-item;
90 margin-left: 8;
91 margin-top: 2;
92 margin-bottom: 2;
93}
94
95a:link {
96 color: -libhtml-link;
97 text-decoration: underline;
98}
99
100a:hover {
101 color: red;
102}
103
104hr {
105 margin-top: 4;
106 margin-bottom: 4;
107 border-top-width: 1;
108 border-left-width: 1;
109 border-right-width: 1;
110 border-bottom-width: 1;
111 border-top-color: #888888;
112 border-left-color: #888888;
113 border-right-color: #888888;
114 border-bottom-color: #888888;
115 border-top-style: inset;
116 border-left-style: inset;
117 border-right-style: inset;
118 border-bottom-style: inset;
119}
120
121blink {
122 display: inline;
123}
124
125table {
126 display: table;
127}
128
129tr {
130 display: table-row;
131}
132
133td {
134 display: table-cell;
135}
136
137basefont {
138 display: block;
139}