author | Madhusudan.C.S <madhusudancs@gmail.com> |
Fri, 02 Oct 2009 14:02:35 +0530 | |
changeset 13 | 2345fffc92ee |
parent 6 | 4e819dd96e1f |
permissions | -rwxr-xr-x |
5 | 1 |
/* |
2 |
Design by Free CSS Templates |
|
3 |
http://www.freecsstemplates.org |
|
4 |
Released for free under a Creative Commons Attribution 2.5 License |
|
5 |
*/ |
|
6 |
||
7 |
body { |
|
8 |
margin: 0; |
|
9 |
padding: 0; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
10 |
background: #FFFFFF url(images/img01.jpg) repeat-x; |
5 | 11 |
text-align: justify; |
12 |
font: 15px Arial, Helvetica, sans-serif; |
|
13 |
color: #626262; |
|
14 |
} |
|
15 |
||
16 |
form { |
|
17 |
margin: 0; |
|
18 |
padding: 0; |
|
19 |
} |
|
20 |
||
21 |
input { |
|
22 |
padding: 5px; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
23 |
background: #FEFEFE url(images/img13.gif) repeat-x; |
5 | 24 |
border: 1px solid #626262; |
25 |
font: normal 1em Arial, Helvetica, sans-serif; |
|
26 |
} |
|
27 |
||
28 |
h1, h1 a, h2, h2 a, h3, h3 a { |
|
29 |
margin: 0; |
|
30 |
text-decoration: none; |
|
31 |
font-family: Tahoma, Georgia, "Times New Roman", Times, serif; |
|
32 |
font-weight: normal; |
|
33 |
color: #444444; |
|
34 |
} |
|
35 |
||
36 |
h1 { |
|
37 |
letter-spacing: -1px; |
|
38 |
font-size: 2.2em; |
|
39 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
40 |
} |
|
41 |
||
42 |
h2 { |
|
43 |
letter-spacing: -1px; |
|
44 |
font-size: 2em; |
|
45 |
} |
|
46 |
||
47 |
h3 { |
|
48 |
font-size: 1em; |
|
49 |
} |
|
50 |
||
51 |
p, ol, ul { |
|
52 |
margin-bottom: 2em; |
|
53 |
line-height: 200%; |
|
54 |
} |
|
55 |
||
56 |
blockquote { |
|
57 |
margin: 0 0 0 1.5em; |
|
58 |
padding-left: 1em; |
|
59 |
border-left: 5px solid #DDDDDD; |
|
60 |
} |
|
61 |
||
62 |
a { |
|
63 |
color: #1692B8; |
|
64 |
} |
|
65 |
||
66 |
a:hover { |
|
67 |
text-decoration: none; |
|
68 |
} |
|
69 |
||
70 |
/* Header */ |
|
71 |
||
72 |
#header { |
|
73 |
height: 60px; |
|
74 |
} |
|
75 |
||
76 |
#logo h1, #logo p { |
|
77 |
float: left; |
|
78 |
} |
|
79 |
||
80 |
#logo h1 { |
|
81 |
padding: 30px 0 0 40px; |
|
82 |
} |
|
83 |
||
84 |
#logo p { |
|
85 |
margin: 0; |
|
86 |
padding: 14px 0 0 4px; |
|
87 |
line-height: normal; |
|
88 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
89 |
font-size: 14px; |
|
90 |
} |
|
91 |
||
92 |
#logo a { |
|
93 |
text-decoration: none; |
|
94 |
color: #D0C7A6; |
|
95 |
} |
|
96 |
||
97 |
#menu { |
|
98 |
float: right; |
|
99 |
} |
|
100 |
||
101 |
#menu ul { |
|
102 |
margin: 0; |
|
103 |
padding: 0; |
|
104 |
list-style: none; |
|
105 |
} |
|
106 |
||
107 |
#menu li { |
|
108 |
display: block; |
|
109 |
float: left; |
|
110 |
height: 42px; |
|
111 |
} |
|
112 |
||
113 |
#menu a { |
|
114 |
display: block; |
|
115 |
padding: 40px 20px 0px 20px; |
|
116 |
text-decoration: none; |
|
117 |
text-align: center; |
|
118 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
119 |
font-weight: normal; |
|
120 |
font-size: 14px; |
|
121 |
color: #CEC5A4; |
|
122 |
} |
|
123 |
||
124 |
#menu .last { |
|
125 |
margin-right: 20px; |
|
126 |
} |
|
127 |
||
128 |
#menu a:hover { |
|
129 |
color: #FFFFFF; |
|
130 |
} |
|
131 |
||
132 |
#menu .current_page_item { |
|
133 |
} |
|
134 |
||
135 |
#menu .current_page_item a { |
|
136 |
} |
|
137 |
||
138 |
/* Page */ |
|
139 |
||
140 |
#page { |
|
141 |
padding: 40px 40px 0 40px; |
|
142 |
} |
|
143 |
||
144 |
/* Content */ |
|
145 |
||
146 |
#content { |
|
147 |
margin-right: 340px; |
|
148 |
} |
|
149 |
||
150 |
.post { |
|
151 |
margin-bottom: 2px; |
|
152 |
} |
|
153 |
||
154 |
.post .title { |
|
155 |
border-bottom: 1px #999999 dashed; |
|
156 |
font-family: Tahoma, Georgia, "Times New Roman", Times, serif; |
|
157 |
} |
|
158 |
||
159 |
.post .title h2 { |
|
160 |
padding: 10px 10px 0 0px; |
|
161 |
font-weight: normal; |
|
162 |
font-size: 2.2em; |
|
163 |
} |
|
164 |
||
165 |
.post .title p { |
|
166 |
margin: 0; |
|
167 |
padding: 0 0 2px 0px; |
|
168 |
line-height: normal; |
|
169 |
color: #BABABA; |
|
170 |
} |
|
171 |
||
172 |
.post .title p a { |
|
173 |
color: #BABABA; |
|
174 |
} |
|
175 |
||
176 |
.post .entry { |
|
177 |
padding: 5px 0px 5px 0px; |
|
178 |
} |
|
179 |
||
180 |
.post .links { |
|
181 |
margin: 0; |
|
182 |
padding: 0 30px 30px 0px; |
|
183 |
} |
|
184 |
||
185 |
.post .table td{ |
|
186 |
margin-right: 100px; |
|
187 |
} |
|
188 |
.post .links a { |
|
189 |
display: block; |
|
190 |
float: left; |
|
191 |
margin-right: 10px; |
|
192 |
margin-bottom: 5px; |
|
193 |
text-align: center; |
|
194 |
text-decoration: none; |
|
195 |
font-weight: bold; |
|
196 |
color: #FFFFFF; |
|
197 |
} |
|
198 |
||
199 |
.post .links a:hover { |
|
200 |
} |
|
201 |
||
202 |
.post .links .more { |
|
203 |
width: 128px; |
|
204 |
height: 30px; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
205 |
background: url(images/img03.jpg) no-repeat left center; |
5 | 206 |
} |
207 |
||
208 |
.post .links .comments { |
|
209 |
width: 152px; |
|
210 |
height: 30px; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
211 |
background: url(images/img04.jpg) no-repeat left center; |
5 | 212 |
} |
213 |
||
214 |
/* Sidebar */ |
|
215 |
||
216 |
#sidebar { |
|
217 |
float: right; |
|
218 |
width: 300px; |
|
219 |
margin-top: 30px; |
|
220 |
} |
|
221 |
||
222 |
#sidebar ul { |
|
223 |
margin: 0; |
|
224 |
padding: 0; |
|
225 |
list-style: none; |
|
226 |
} |
|
227 |
||
228 |
#sidebar li { |
|
229 |
margin-bottom: 10px; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
230 |
background: url(images/img10.gif) no-repeat left bottom; |
5 | 231 |
} |
232 |
||
233 |
#sidebar li ul { |
|
234 |
padding: 0 30px 40px 30px; |
|
235 |
} |
|
236 |
||
237 |
#sidebar li li { |
|
238 |
margin: 0; |
|
239 |
padding-left: 20px; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
240 |
background: url(images/img11.gif) no-repeat 5px 50%; |
5 | 241 |
} |
242 |
||
243 |
#sidebar h2 { |
|
244 |
padding: 30px 30px 20px 30px; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
245 |
background: url(images/img09.gif) no-repeat; |
5 | 246 |
font-weight: normal; |
247 |
font-size: 1.6em; |
|
248 |
color: #302D26; |
|
249 |
} |
|
250 |
||
251 |
||
252 |
/* Search */ |
|
253 |
||
254 |
#search { |
|
255 |
padding: 20px 30px 40px 30px; |
|
256 |
} |
|
257 |
||
258 |
#search input { |
|
259 |
padding: 0px; |
|
260 |
height: 20px; |
|
261 |
width: auto; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
262 |
background: #DFDFDF url(images/img14.gif) repeat-x; |
5 | 263 |
font-weight: bold; |
264 |
} |
|
265 |
||
266 |
#search p { |
|
267 |
margin: 0; |
|
268 |
padding: 0; |
|
269 |
} |
|
270 |
||
271 |
#search p.btn { |
|
272 |
padding: 10px; |
|
273 |
} |
|
274 |
||
275 |
#search #s { |
|
276 |
padding: 5px; |
|
277 |
width: 150px; |
|
278 |
height: auto; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
279 |
background: #FEFEFE url(images/img13.gif) repeat-x; |
5 | 280 |
border: 1px solid #626262; |
281 |
font: normal 1em Arial, Helvetica, sans-serif; |
|
282 |
} |
|
283 |
||
284 |
#search br { |
|
285 |
display: none; |
|
286 |
} |
|
287 |
||
288 |
/* Categories */ |
|
289 |
||
290 |
#sidebar #categories li { |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
291 |
background: url(images/img12.gif) no-repeat left center; |
5 | 292 |
} |
293 |
||
294 |
/* Calendar */ |
|
295 |
||
296 |
#calendar_wrap { |
|
297 |
padding: 0 30px 40px 30px; |
|
298 |
} |
|
299 |
||
300 |
#calendar table { |
|
301 |
width: 100%; |
|
302 |
text-align: center; |
|
303 |
} |
|
304 |
||
305 |
#calendar thead { |
|
306 |
background: #F1F1F1; |
|
307 |
} |
|
308 |
||
309 |
#calendar tbody td { |
|
310 |
border: 1px solid #F1F1F1; |
|
311 |
} |
|
312 |
||
313 |
#calendar #prev { |
|
314 |
text-align: left; |
|
315 |
} |
|
316 |
||
317 |
#calendar #next { |
|
318 |
text-align: right; |
|
319 |
} |
|
320 |
||
321 |
#calendar tfoot a { |
|
322 |
text-decoration: none; |
|
323 |
font-weight: bold; |
|
324 |
} |
|
325 |
||
326 |
#calendar #today { |
|
327 |
background: #FFF3A7; |
|
328 |
border: 1px solid #EB1400; |
|
329 |
font-weight: bold; |
|
330 |
color: #EB1400 |
|
331 |
} |
|
332 |
||
333 |
/* Footer */ |
|
334 |
||
335 |
#footer { |
|
336 |
padding: 50px 0 10px 0; |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
337 |
background: #757575 url(images/img08.gif) repeat-x; |
5 | 338 |
} |
339 |
||
340 |
#footer p { |
|
341 |
margin-bottom: 1em; |
|
342 |
text-align: center; |
|
343 |
line-height: normal; |
|
344 |
font-size: .9em; |
|
345 |
color: #BABABA; |
|
346 |
} |
|
347 |
||
348 |
#footer a { |
|
349 |
padding: 0 20px; |
|
350 |
text-decoration: none; |
|
351 |
color: #DDDDDD; |
|
352 |
} |
|
353 |
||
354 |
#footer a:hover { |
|
355 |
color: #FFFFFF; |
|
356 |
} |
|
357 |
||
358 |
#footer .rss { |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
359 |
background: url(images/img18.gif) no-repeat left center; |
5 | 360 |
} |
361 |
||
362 |
#footer .xhtml { |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
363 |
background: url(images/img19.gif) no-repeat left center; |
5 | 364 |
} |
365 |
||
366 |
#footer .css { |
|
6
4e819dd96e1f
Restructured and revamped the entire settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
5
diff
changeset
|
367 |
background: url(images/img20.gif) no-repeat left center; |
5 | 368 |
} |
369 |
||
370 |
#footer .legal a { |
|
371 |
padding: 0; |
|
372 |
} |