-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
executable file
·254 lines (211 loc) · 4.02 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
/*Shamelessly copied from Planet Floss India*/
/* Name: CSS File for Planet FLOSS India
Author: Sayamindu Dasgupta <sayamindu randomink org>
Inspired by http://planet.gnome.org, http://www.mono-project.org and
some stuff taken from the Lush Wordpress Theme at
http://www.i-jeriko.de/wordpress-theme-lush/
*/
html {
margin: 0;
padding: 0;
min-width: 1005px;
overflow: auto;
}
body {
margin: 0;
padding: 0;
background: #dcdcdc;
background-image: url(images/bg_tile.jpg);
background-repeat: repeat-y;
background-position: top right;
}
div.maincolumn {
background: #dcdcdc;
width: 82%
}
.contentlist LI {
list-style-type: none;
margin-left: -4%;
}
div.header {
background-image: url(images/fsmk_banner.jpg);
background-repeat: no-repeat;
background-position: top center ;
text-align: left;
height: 315px;
padding-left: 10px;
}
div.entryheader {
background-image: url(dialog_top.jpg);
background-repeat: no-repeat;
padding-top: 15px;
padding-left: 25px;
}
div.entrybody {
background-image: url(dialog_body.jpg);
background-repeat: repeat-y;
margin-top: -15px;
padding: 15px;
margin-left: 3px;
}
.odd div.entryfooter {
background-image: url(dialog_bottom_odd.jpg);
background-repeat: no-repeat;
padding-left: 205px;
padding-top: 30px;
padding-bottom: 30px;
}
.even div.entryfooter {
background-image: url(dialog_bottom_even.jpg);
background-repeat: no-repeat;
padding-left: 530px;
padding-top: 30px;
padding-bottom: 30px;
}
.entryfooter img {
position: relative;
z-index: 100000; /* Above everything else - otherwise IE 7 draws text over it */
border-width: 0px;
}
div.date {
width: 775px;
position: relative;
bottom: -30px;
text-align: right;
color: #666;
font-family: sans-serif;
font-size: 75%;
font-style: oblique;
}
div.entrytext {
width: 770px;
text-align: justify;
font-size: 90%;
}
div.entryheader {
font-family: sans-serif;
font-size: 125%;
font-weight: bold;
font-stretch: wider;
}
.entryheader a {
color: #666;
text-decoration: none;
}
.entryheader a:hover {
background: #666;
color: #FFF;
text-decoration: underline;
}
/* TODO: Add style elements for a, li, img, blockquote */
.entrytext blockquote {
position: relative;
top: 0;
left: -30px;
width: 550px;
background: #f0f0f0 url(blockquote.gif) no-repeat top left;
border-left: 10px solid #b1b1b5;
padding: 30px 15px 30px 120px;
}
.entrytext img {
padding: 7px;
border: 1px solid #CCC;
max-width: 90%;
}
.entrytext pre {
margin: 0 auto 1em;
padding: 1em;
width: 70%;
background: #F0F0F5;
overflow: auto;
}
.entrytext code { font-size: 1.1em; }
.entrytext ul, .entrytext ol {
margin: 0 2em 1em;
padding-left: 50px;
}
.entrytext ul li {
list-style-image: url(listbullet.png);
color: #666;
}
.entrytext ol li {
color: #666;
}
.entrytext a {
color: #666;
text-decoration: underline;
}
/* Broken HTML ruining my design :-( */
div.entrytext > li {
color: #666;
padding-left: 100px;
list-style-image: url(listbullet.png);
}
.odd div.name {
margin-left: 130px;
margin-top: -50px;
}
.even div.name {
margin-left: -105px;
margin-top: -50px;
}
.name a {
font-family: sans-serif;
color: #666;
text-decoration: none;
}
.name a:hover {
font-family: sans-serif;
color: #fff;
background: #666;
text-decoration: underline;
}
/* Sidebar stuff */
div.sidebar {
position: absolute;
right: 0px;
top: 320px;
height: 100%;
font-size: 75%;
color: #666;
width: 167px;
}
.sidebar h2 {
background-image: url(meta.gif);
background-repeat: repeat;
text-align: center;
font-size: 120%;
font-family: sans-serif;
}
.sidebar p {
padding: 6px;
text-align: justify;
}
.sidebar ul {
list-style-image: url(listbullet.png);
}
.sidebar ul.people {
list-style-image: url(icon_name.gif);
}
.sidebar li {
margin-left: -5px;
padding: 2px;
}
.sidebar a {
color: #666;
text-decoration: none;
}
.sidebar a:hover {
background: #666;
color: #FFF;
text-decoration: underline;
}
/* Footer Stuff */
div.footer {
width: 100%;
color: black;
font-size: 75%;
text-align: center;
color: #666;
padding-top: 25px;
}