-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path3
68 lines (60 loc) · 1.24 KB
/
3
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
@import blueprint/reset.sass
@import blueprint
@import compass/layout.sass
@import blueprint/modules/grid.sass
@import blueprint/modules/form.sass
@import partials/base.sass
@import print.sass
+blueprint
+blueprint-form
#container
+container
:border 2px solid #666
:background-color #fff
:margin-top 3em
:margin-bottom 3em
:padding-bottom 4em
a
:font-size 1em
:font-weight normal
:color = !red_color
&:hover
:background-color #444
:color #fff
li
span
:color = !red_color
:font-size .9em
h2
a
:font-weight bold
:font-family 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
:font-size 1.5em
:text-decoration none
:color #fff
:background-color #444
&:hover
:background-color = !red_color
:color #fff
#yield
+prepend(3)
+span(12)
#sidebar
+span(3)
body
:background-image url(/images/header.png)
:background-repeat repeat-x
background-color = !darker_color
hr
:border none 0
:border-top = 1px "dashed" !inter_color
:width 100%
:height 1px
.author
em
:color gray
:font-family "serif"
@import partials/header.sass
@import partials/footer.sass
@import partials/pagination.sass
@import partials/small_print.sass