-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.styl
677 lines (520 loc) · 11.4 KB
/
style.styl
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
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
@import 'nib'
/*!
THEME NAME: X-Blue
THEME URI: https://github.com/ikcam/x-blue
DESCRIPTION: X-Blue is a WordPress Theme based on my customize version of SandBox in HTML5
VERSION: 0.9
AUTHOR: <a href="http://ikcam.com/">Irving Kcam</a>
AUTHOR URI: http://ikcam.com
TAGS: white, microformats, fixed-width, flexible-width, two-columns, right-sidebar, facebook, twitter, google
*/
global-reset()
reset-html5()
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700')
body
color #474747
font-family 'Open Sans', sans-serif
font-size 14px
font-weight normal
em
font-style italic
b, strong
font-weight bold
a
color #39F
text-decoration none
&:hover
color #369
text-decoration underline
section#nav-top
background #333
border-bottom 1px solid #999
color #FFF
font-size .8em
height 20px
line-height 20px
margin-bottom 10px
width 100%
a
color #FFF
div#breadcrumb
float left
div#rss
float right
a
background url('images/sprite.png') 0 -320px no-repeat
display inline-block
margin-right 10px
padding 0 0 0 20px
header#header
margin-bottom 10px
section#access
background url('images/sprite.png') 0 0 repeat-x
margin-bottom 10px
nav#menu
display inline-block
> ul
> li
border-top #39F solid 3px
display inline-block
margin-right 5px
padding-top 5px
> a
background linear-gradient-image(22px, #39F, #369)
background linear-gradient(top, #39F, #369)
border-radius bottom 5px
color #FFF
display block
font-weight bold
padding 4px 8px
> ul
display none
&:hover
border-top #369 solid 3px
> a
background linear-gradient-image(22px, #369, #39F)
background linear-gradient(top, #369, #39F)
text-decoration none
form#search
float right
padding-top 8px
input[type="text"]
border solid 1px #CCC
border-radius 5px
box-shadow inset 0px 0px 8px rgba(0,0,0,0.3)
height 14px
margin 0 5px 0 0
padding 3px 5px
transition all .3s ease-in-out
width 100px
&:focus
border solid 1px #474747
width 150px
input[type="submit"]
background linear-gradient-image(22px, #39F, #369)
background linear-gradient(top, #39F, #369)
border none
border-radius 5px
color #FFF
font-size 1.02em
font-weight bold
margin 0
padding 2px 20px 3px
&:hover
background linear-gradient-image(22px, #369, #39F)
background linear-gradient(top, #369, #39F)
section#wrapper
margin 0 auto
width 960px
section#container
float left
margin 0 -350px 20px 0
width 100%
section#content
margin 0 350px 0 0
article.post
margin-bottom 20px
position relative
div.entry-date
color #FFF
font-family Georgia, 'Times New Roman'
font-size 1.2em
padding 10px
position absolute
right 610px
text-align center
text-transform capitalize
top 10px
> div
background linear-gradient(top, #39F, #369)
border-radius left 7px
display inline-block
padding 5px 10px
h2.entry-title, h2.page-title, h3.entry-title
color #369
font-family Georgia, 'Times New Roman'
font-size 1.8em
a
color #369
&:hover
color #39F
text-decoration underline
h2.page-title
margin-bottom 10px
text-align right
div.entry-content
font-size .9em
line-height 150%
padding 10px
h1, h2, h3, h4, h5, h6
color #000
font-family Georgia, 'Times New Roman'
font-weight bold
margin-bottom 5px
h1
font-size 1.6em
h2
font-size 1.5em
h3
font-size 1.4em
h4
font-size 1.3em
h5
font-size 1.2em
h6
font-size 1.1em
p
margin-bottom 10px
ul
list-style disc
margin-bottom 10px
padding 0 0 0 20px
ul
list-style circle
.alignnone
float none
margin 5px 20px 20px 0
.aligncenter
text-align center
margin 5px auto
img&
display block
.alignleft
float left
margin 5px 20px 20px 0
.alignright
float right
margin 5px 0 20px 20px
.alignjustify
text-align justify
.wp-caption
background #fff
border 1px solid #f0f0f0
max-width 96%
padding 5px 3px 10px
text-align center
img
border 0
height auto
margin 0
max-width 98.5%
padding 0
width auto
p.wp-caption-text
font-size 11px
line-height 17px
margin 0
padding 0 4px 5px
img.attachment-post-thumb
float left
margin 0 5px 5px 0
div.read-more
margin-bottom 10px
> a
background #39F
border-left 2px solid #CCC
border-bottom 2px solid #CCC
border-radius right 5px
color #FFF
display inline-block
padding 3px 8px
text-decoration none
&:hover
border-bottom solid 2px #999
border-left solid 2px #999
div.entry-meta, div.entry-meta-top
color #666
font-size .85em
line-height 20px
padding 2px 10px
div.entry-meta
background #EEE
border-bottom solid 2px #CCC
border-right solid 2px #CCC
border-radius 5px
&:hover
border-bottom solid 2px #AAA
border-right solid 2px #AAA
> div.social-buttons
display inline-block
> div
display inline-block
height 20px
vertical-align middle
> div.right
float right
height 20px
span.author, span.cat-links, span.comments-link, span.edit-link, a.comment-link
display inline-block
padding-left 20px
span.cat-links
background url('images/sprite.png') 0 -220px no-repeat
span.tag-links
display block
font-weight bold
font-size .8em
a
background #666
border-left solid 3px #999
color #FFF
display inline-block
font-weight normal
padding 2px 3px
text-decoration none
&:hover
background #999
border-left solid 3px #CCC
span.author
background url('images/sprite.png') 0 -260px no-repeat
margin-right 10px
span.comments-link, a.comment-link
background url('images/sprite.png') 0 -280px no-repeat
span.edit-link
background url('images/sprite.png') 0 -300px no-repeat
margin-right 10px
nav.navigation
padding 10px 0
&:after
clear both
content '.'
display block
height 0
visibility hidden
div.nav-previous, div.nav-next
font-size .9em
max-width 40%
a
background #39F
border-bottom 2px solid #CCC
color #FFF
display inline-block
padding 3px 8px
text-decoration none
&:hover
border-bottom 2px solid #999
div.nav-previous
float left
a
border-radius left 5px
border-right 2px solid #CCC
&:hover
border-right 2px solid #999
div.nav-next
float right
a
border-left 2px solid #CCC
border-radius right 5px
&:hover
border-left 2px solid #999
section#comments
background #EEE
border-bottom 2px solid #CCC
border-right 2px solid #CCC
border-radius 5px
margin-bottom 10px
padding 10px 20px
h3
color #369
font-family Georgia, 'Times New Roman'
font-size 1.5em
font-style italic
margin-bottom 5px
section#comments-list
margin-bottom 20px
> ol
> li
margin-bottom 10px
&:nth-child(2), &:nth-child(4), &:nth-child(6), &:nth-child(8), &:nth-child(10)
background #FFF
div.comment-author
img
float left
margin-right 5px
&:after
content '.'
clear both
display block
height 0
visibility hidden
span.comment-meta
font-size .85em
p
color #666
font-size .85em
padding 5px 10px
section#respond
text-align center
div.formcontainer
font-size .85em
p#comment-notes
background #FF9
border 2px solid #CCC
border-radius 5px
display inline-block
font-weight bold
margin-bottom 10px
padding 5px 10px
label
font-weight bold
div.name-box, div.email-box, div.url-box
display inline-block
margin-bottom 10px
input[type="text"]
border none
border-radius 5px
box-shadow inset 0px 0px 5px rgba(0,0,0,0.5)
transition all .3s ease-in-out
padding 3px 5px
width 100px
&:focus
width 150px
textarea
border none
border-radius 5px
box-shadow inset 0px 0px 5px rgba(0,0,0,0.5)
margin-bottom 10px
input[type="submit"]
background linear-gradient-image(24px, #39F, #369)
border-bottom 2px solid #999
border-right 2px solid #999
border-top none
border-left none
border-radius 5px
color #FFF
font-size 1.1em
font-weight bold
padding 3px 10px
&:hover
border-bottom 2px solid #333
border-right 2px solid #333
cursor pointer
&:active
background linear-gradient-image(24px, #369, #39F)
aside.sidebar
float right
font-size .9em
width 310px
overflow hidden
> ul
> li
line-height 150%
margin-bottom 20px
&:after
clear both
content '.'
display block
height 0
visibility hidden
> h3
border-bottom 1px dotted #CCC
color #369
font-family Georgia, 'Times New Roman'
font-size 1.6em
font-style italic
margin-bottom 5px
padding-bottom 3px
ul
list-style disc
padding 0 0 0 20px
li.cat-item
float left
width 140px
clear none
ul
list-style circle
&#social
div.fb-like, div.twitter, div.googleplus, div.email
border-left solid 1px #D4D4D4
border-right solid 1px #D4D4D4
border-bottom solid 1px #D4D4D4
padding 5px
div.fb-like
background #EEE
border-top solid 1px #D4D4D4
div.googleplus
background #EEE
div.left, div.text
display inline-block
font-size .85em
vertical-align middle
div.text
max-width 200px
div.email
text-align center
form
margin-bottom 10px
input[type="submit"]
background #39F
border-radius right 5px
border none
border-right solid 2px #CCC
border-bottom solid 2px #CCC
color #FFF
font-weight bold
&:hover
border none
border-right solid 2px #999
border-bottom solid 2px #999
a
border solid 1px #CCC
display inline-block
color #666
line-height 100%
padding 3px 8px 3px 20px
text-decoration none
&.rss
background #EEE url("images/sprite.png") 0 -340px no-repeat
margin-right 100px
&.contact
background #EEE url("images/sprite.png") 0 -360px no-repeat
&:hover
background-color #DDD
ol
li
background-color #08C
font-size 1.1em
margin-right 0 !important
padding 10px 5px
a
color #FFF
& + li
background #1D95D1 !important
margin-right 15px !important
& + li
background #39A3D7 !important
margin-right 30px !important
& + li
background #56B0DC !important
margin-right 45px !important
& + li
background #72BDE1 !important
margin-right 60px !important
&#secondary
clear right
footer#footer
background #333
border-radius top 10px
color #FFF
clear both
font-size .9em
padding 10px
text-align center
a
color #FFF
text-decoration underline
// Ad Blocks
section#ad728
background #EEE
height 90px
margin 0 auto 10px
width 728px
section#ad468
background #EEE
height 60px
margin 0 auto
width 468px
section#ad300
background #EEE
height 250px
margin 0 auto
width 300px