]> git.deb.at Git - deb/hackedgotchi.git/blob - www/boxless.css
add Frank S. Thomas
[deb/hackedgotchi.git] / www / boxless.css
1 /* CSS for Planet Debian
2  * 
3  * Yes, Planet *DEBIAN* ... please stop stealing our CSS for use on
4  * your own Planet!  I'd like this to have a fairly distinctive look
5  * and there's a perfectly good CSS example included with the Planet
6  * source now.
7  *
8  * THIEVES! ADMINS! WE HATES THEM FOREVER!
9  *
10  * I'll set Andrew Suffield on you...
11  */
12
13 body {
14         /*font-size: 90%;*/
15
16         padding: 0 10px;
17         padding-top: 1px;
18         padding-bottom: 1em;
19
20         border-right: 1px solid rgb(128, 128, 128);
21
22         background-color: white;
23         color: black;
24
25         margin: 0;
26         margin-right: 185px;
27 }
28
29 h1 {
30         font-family: "Lucida Sans Unicode", sans-serif;
31         font-size: 175%;
32
33         letter-spacing: -2px;
34
35         color: rgb(215, 7, 81);
36
37         padding: 0;
38         margin: 0;
39         margin-top: 1em;
40 }
41
42
43 div.channel {
44         padding: 0;
45         padding-bottom: 0.1em;
46
47         margin: 0;
48         margin-top: 20px;
49 }
50
51 div.channel img.face {
52         float: right;
53         border: none;
54 }
55
56 div.channel h2 {
57         font-family: "Lucida Sans Unicode", sans-serif;
58         font-size: 150%;
59
60         letter-spacing: -2px;
61
62         padding: 0 0.25em;
63
64         border-bottom: 1px solid black;
65
66         margin: 0;
67 }
68
69 div.channel h2 a {
70         text-decoration: none;
71         color: inherit;
72 }
73
74
75 div.entry {
76         padding: 0 5px;
77
78         margin: 0;
79         margin-bottom: 20px;
80 }
81
82 div.entry h3 {
83         font-family: "Bitstream Vera Sans", sans-serif;
84         font-size: 110%;
85
86         color: rgb(32, 32, 32);
87
88         padding: 0;
89
90         border-bottom: 1px dashed black;
91
92         margin: 0;
93         margin-top: 2px;
94 }
95
96 div.entry h3 a {
97         text-decoration: none;
98         color: inherit;
99 }
100
101 div.entry p.date {
102         font-family: sans-serif;
103
104         color: rgb(64, 64, 64);
105
106         padding: 0 10px;
107
108         margin: 10px 0;
109 }
110
111 div.entry p.date a {
112         text-decoration: none;
113         color: inherit;
114 }
115
116
117 div.content {
118         text-align: justify;
119
120         padding: 0 20px;
121
122         margin: 0;
123         margin-top: 5px;
124 }
125
126 div.content h1 { font-size: 100%; }
127 div.content h2 { font-size: 100%; }
128 div.content h3 { font-size: 100%; }
129 div.content h4 { font-size: 100%; }
130 div.content h5 { font-size: 100%; }
131 div.content h6 { font-size: 100%; }
132
133
134 div#sidebar {
135         position: absolute;
136         top: 0px;
137         right: 0px;
138         width: 165px;
139
140         font-family: sans-serif;
141         font-size: 80%;
142
143         text-align: justify;
144
145         padding: 0 10px;
146
147         background-color: white;
148
149         margin: 0;
150 }
151
152 div#sidebar h1 {
153         font-family: "Bitstream Vera Sans", sans-serif;
154         font-size: 20px !important;
155
156         text-transform: lowercase;
157
158         margin-top: 30px;
159 }
160
161 div#sidebar div#logo {
162         padding: 2px 0;
163         padding-left: 10px;
164
165         border-top: 1px solid black;
166         border-bottom: 1px solid black;
167
168         margin-left: -10px;
169 }
170
171 div#sidebar h2 {
172         font-size: 100%;
173
174         text-transform: uppercase;
175
176         border-bottom: 1px dashed rgb(128, 128, 128);
177
178         margin-top: 2em;
179 }
180
181 div#sidebar img.button {
182         border: none;
183 }
184
185 div#sidebar ul {
186         list-style-type: square;
187
188         text-align: left;
189
190         padding-left: 1.5em;
191
192         margin-left: 0px;
193 }
194
195 div#sidebar li a {
196         text-decoration: none;
197         color: inherit;
198 }
199
200
201 a:hover {
202         text-decoration: underline !important;
203         color: blue !important;
204 }
205
206 /* Suggested by Daniel Silverstone */
207 span.ljuser img {
208         border: 0px;
209 }