-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemplatemo_style.css
563 lines (460 loc) · 12.3 KB
/
templatemo_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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
/*
Credit: http://www.templatemo.com
*/
body {
margin: 0px;
padding: 0px;
color: #5f5555;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
line-height: 1.5em;
background-color: #1c1816;
background-image: url(../images/templatemo_body.jpg);
background-repeat: repeat-x;
background-position: top;
}
a, a:link, a:visited { color: #9570c9; text-decoration: underline; }
a:hover { color: #f27444; text-decoration: none; }
p { margin: 0px; padding: 0; }
img { border: none; }
h1, h2, h3, h4, h5, h6 { color: #fff; }
h1 { font-size: 40px; font-weight: normal; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 28px; font-weight: normal; margin: 0 0 30px 0; padding: 10px 0 15px 0; background: url(../images/templatemo_divider.jpg) repeat-x bottom; }
h3 { font-size: 21px; margin: 0 0 15px 0; padding: 0; padding: 0; color: #fff; font-weight: normal; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0 0 10px 0;
width: 480px;
}
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color: #fff; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; color: #fff; }
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.float_l { float: left; }
.float_r { float: right; }
.image_wrapper { display: inline-block; padding: 4px; border: 1px solid #fff; background: none; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }
blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #e55822; }
.tmo_lis { margin: 10px 10px; padding: 0; list-style: none; }
.tmo_lis li { background: transparent url(../images/purple.png) no-repeat scroll 0 0px; margin:0 0 20px; padding:0 0 0 18px; line-height: 1em; }
.tmo_lis li a { color: #9570c9; text-decoration: none; }
.tmo_lis li a:hover { color: #f27444; text-decoration: none; }
.tmo_list { margin: 10px 10px; padding: 0; list-style: none; }
.tmo_list li { background: transparent url(../images/templatemo_list.png) no-repeat scroll 0 0px; margin:0 0 20px; padding:0 0 0 18px; line-height: 1em; }
.tmo_list li a { color: #9570c9; text-decoration: none; }
.tmo_list li a:hover { color: #f27444; text-decoration: none; }
.btn_more a {
display: block;
color: #9a6bd7;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.btn_more a span {
font-size: 14px;
}
.btn_more a:hover, .btn_more a span:hover {
color: #fff;
}
.btn_more a span {
font-size: 16px;
}
.button a { color: #666; font-weight: bold; }
.button a span { color: #000; font-size: 14px; }
.button a:hover { color: #000; text-decoration: none; }
#templatemo_top_wrapper {
width: 100%;
height: 45px;
background: url(../images/templatemo_top_bar.jpg) center no-repeat;
}
#templatemo_top {
width: 940px;
height: 45px;
padding: 0 10px;
margin: 0 auto;
background: url(../images/templatemo_top_bar.jpg) center no-repeat;
}
#social_box { float: right; display: inline-block; margin: 8px 0 0; padding: 0; list-style: none; }
#social_box li { display: block; float: left; padding: 0; margin: 0; }
#social_box li a { width: 24px; height: 24px; margin-right: 5px; }
#templatemo_header_wrapper {
width: 100%;
height: 125px;
background: url(../images/templatemo_header.jpg) no-repeat center;
}
#templatemo_header {
width: 941px;
height: 125px;
padding: 0 10px;
margin: 0 auto;
background: url(../images/templatemo_header.jpg) no-repeat center;
}
#templatemo_header #site_title {
float: left;
width: 300px;
padding-top: 30px;
}
#templatemo_header #site_title h1 {
margin: 0;
padding: 0;
width: 426px;
}
#templatemo_header #site_title a {
margin: 0px;
padding: 0px;
font-size: 40px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#templatemo_header #site_title a span {
display: block;
font-size: 16px;
color: #ccc;
font-weight: normal;
margin-top: 5px;
margin-left: 5px;
}
#header_right {
float: right;
width: 660px;
}
/* menu */
#templatemo_menu_wrapper {
width: 100%;
height: 50px;
background: url(../images/templatemo_menu.jpg) center;
}
#templatemo_menu {
width: 940px;
height: 50px;
padding: 0 10px;
margin: 0 auto;
background: url(../images/templatemo_menu.jpg) center;
}
#templatemo_menu ul {
height: 53px;
margin: 0;
padding: 16px 0 0 0;
list-style: none;
}
#templatemo_menu ul li {
padding: 0;
margin: 0;
display: inline-block;
}
#templatemo_menu ul li a {
float: left;
display: block;
margin-right: 70px;
color: #d2a3cd;
text-align: center;
text-decoration: none;
font-weight: bold;
outline: none;
border: none;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
color: #f4703a;
}
/* end of menu */
/* content */
#templatemo_middle_wrapper_outer {
clear: both;
width: 100%;
background: url('../images/templatemo_content_top.jpg') no-
#templatemo_middle_wrapper_inner {
width: 587px;
padding: 10px 0;
margin: 0 130px 0 auto;
background: url('../images/templatemo_content_top.jpg') no-repeat center top;
}
#templatemo_middle_top { width: 614px;
height: 10px; margin: 0 auto; background: url(../images/templatemo_content_top.png) no-repeat; }
#templatemo_middle_bottom { width: 970px; height: 10px; margin: 0 auto; background: url(../images/templatemo_content_bottom.png) no-repeat; }
#templatemo_middle {
width: 610px;
padding: 10px 25px;
margin: 0 437px 0 auto;
background: url(../images/templatemo_content_middle.png) repeat-y;
height: 300px;
}
#templatemo_content {
float: left;
width: 620px;
padding-right: 20px;
border-right: 1px solid #342e2e;
}
#templatemo_content p {
margin-bottom: 10px;
}
.content_box {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #433d3a;
}
.col_w310 {
float: left;
width: 270px;
padding-right: 40px;
}
#templatemo_slider {
width: 600px;
height: 365px;
background: #231e1c;
border: 10px solid #231e1c;
border-bottom:10px}
#templatmeo_sidebar {
float: right;
width: 428px;
position: relative;
top:500px;
left: 464px;
height: 439px;
margin-left: 0px;
}
.sidebar_box {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #433d3a;
position: relative;
top: 500px;
left: 500px;
height: 467px;
width: 471px;
z-index: 1;
}
.post_box {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #433d3a;
}
.post_box_last {
padding-bottom: 0;
border-bottom: none;
}
.post_box h2 {
margin: 0;
padding: 10px 0 10px 0;
line-height: 30px;
}
.post_box h2 a {
color: #FFF;
text-decoration: none;
}
.post_box .post_meta {
padding: 5px;
margin-bottom: 20px;
background: #000000;
}
.post_box p {
text-align: justify;
margin-bottom: 20px;
}
.post_box img {
float: left;
margin-right: 20px;
padding: 5px; border: 1px solid #000;
background: #221c1c;
display: inline-block;
}
.post_box .category {
float: left;
width: 300px;
}
.post_box .comment {
position: absolute;
top: -10px;
right: 0px;
width: 70px;
height: 42px;
text-align: center;
padding-top: 10px;
font-size: 16px;
font-weight: bold;
background: url(images/templatemo_comment.png) no-repeat;
}
.post_box .comment a {
color: #333;
text-decoration: none;
}
#comment_section {
clear: both;
margin-bottom: 60px;
width: 585px;
}
.first_level {
margin: 0; padding: 0;
}
.comments {
list-style: none;
}
.comments li { margin-bottom: 10px; list-style:none; }
.comments li .commentbox1 { border: 1px solid #3c3735; background: #282321; }
.comments li .commentbox2 { border: 1px solid #534e4b; background: #3c3735; }
.comments li .comment_box { clear: both; width:100%; padding: 15px; }
.comment_box .gravatar { float: left; width: 50px; border: 1px solid #3c3735; margin-right: 15px; background: #3c3735; }
.comment_box .gravatar img { margin: 0; width: 50px; height: 50px; }
.comment_box .comment_text { margin: 0 0 0 65px; }
.comment_box .comment_text p { margin: 0; color: #aaaaaa; }
.comment_text .comment_author { font-size: 14px; color: #d25050; margin-bottom: 10px; }
.comment_text .date { font-size: 12px; font-weight: normal; color: #948393; padding-left: 10px; }
.comment_text .time { font-size: 12px; font-weight: normal; color: #948393; padding-left: 10px; }
.comment_text .reply a { display: block; clear: both; float: right; padding: 1px 10px; height: 24px; text-align: center; background: #3694ab; border: 1px solid #fff; color: #fff; }
#comment_form {
clear: both;
}
#comment_form h3 {
font-size: 20px;
border-bottom: 1px dotted #666;
margin-bottom: 10px;
padding-bottom: 10px;
}
#comment_form form {
padding: 20px;
background: #282321;
border: 1px solid #3c3735;
}
#comment_form textarea {
background: #13100F none repeat fixed 0 0;
border: 1px solid #3c3735;
display: block;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #aaaaaa;
height: 150px;
margin-top: 5px;
padding: 5px;
width: 450px;
}
#comment_form .form_row {
width: 100%;
margin-bottom: 15px;
}
#comment_form form input {
margin-top: 5px;
padding: 5px;
width: 300px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #aaaaaa;
background: #13100F none repeat fixed 0 0;
border: 1px solid #3c3735;
}
#comment_form .submit_btn {
width: 90px;
font-weight: bold;
color: #aaaaaa;
cursor: pointer;
padding: 8px 10px;
}
.service_box { clear: both; margin-bottom: 50px; }
.service_box img { float: left; width: 48px; height: 48px; }
.service_box .sb_right { float: right; width: 540px; }
#contact_form { padding: 0; }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form input {
margin-top: 5px;
padding: 5px;
width: 250px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #aaaaaa;
background: #13100F none repeat fixed 0 0;
border: 1px solid #3c3735;
}
#contact_form form label { display: block; width: 100px; margin-right: 10px; font-size: 14px; color: #a39d9d; }
#contact_form form textarea {
background: #13100F none repeat fixed 0 0;
border: 1px solid #3c3735;
display: block;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #aaaaaa;
height: 150px;
margin-top: 5px;
padding: 5px;
width: 260px;
}
#contact_form .submit_btn {
width: 90px;
font-weight: bold;
color: #aaaaaa;
cursor: pointer;
padding: 8px 10px;
}
/* gallery */
#gallery { clear: both; }
#gallery a { border: none; }
#gallery ul { list-style: none; margin: 0; padding: 0; }
#gallery ul li { padding: 0 0 30px 0; margin: 0 0 30px 0; border-bottom: 1px dashed #433d3a; }
#gallery ul li .left { float: left; width: 272px; }
#gallery ul li .left img { width: 260px; height: 160px; border: 5px solid #000; }
#gallery ul li .right { float: right; width: 320px;
height: 170px;
}
/* end of gallery */
.ads_125 { margin: 0; padding: 0; list-style: none; }
.ads_125 li { display: block; float: left; margin: 0 10px 10px 0; padding: 0; display: inline-block; }
.ads_125 li a { display: block; width: 125px; height: 125px; }
.ads_125 .odd { margin-right: 0; }
.ads_125 .last_row { margin-bottom: 0; }
.recent_comment_box { padding: 0 0 15px; margin: 0 0 15px; border-bottom: 1px dashed #433d3a; }
.recent_comment_box a { color: #e55822; font-weight: bold; }
/* footer */
#templatemo_footer {
clear: both;
width: 930px;
padding: 20px;
}
.col_w310 {
width: 270px;
padding-right: 40px;
}
#templatemo_footer h4 {
color: #cfbbb1;
margin-bottom: 10px;
}
#templatemo_footer p {
margin-bottom: 10px;
}
#templatemo_footer ul { padding: 0; margin: 0; list-style: none; }
#templatemo_footer li { padding: 0; margin: 0 0 5px 0; }
#templatemo_footer li a {
display: block;
text-decoration: none;
border-bottom: 1px dotted #322d2b;
}
#templatemo_footer li a:hover {
color: #fff;
}
#templatemo_footer .last {
padding-right: 0;
}
/* end of footer*/
/* copyright */
#templatemo_copyright_wrapper {
width: 100%;
background: #120f0e;
border-top: 1px solid #36312e;
}
#templatemo_copyright {
clear: both;
width: 930px;
padding: 10px 20px;
margin: 0 auto;
text-align: center;
color: #cfbbb1;
border-top: 1px solid #000;
}
#templatemo_copyright a {
color: #cfbbb1;
}
/* end of copyright */