blob: 4315d18726ebb6280165985ac22f5cf4a41253fe (
plain)
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
|
@import base.sass
$brown: #201a11
$orange: #b53a04
*:focus
outline: $orange dotted thin
body
background: $brown
a
text-decoration: none
color: $orange
&:visited
color: white
text-decoration: none
&:hover
color: white
text-decoration: none
header[role="banner"]
border-bottom: #cccccc 1px solid
margin-bottom: 1em
a
color: white !important
&:hover
color: $orange unquote("!important")
h1
background: url('../img/tree-dark.png') left bottom no-repeat
h2
background: url('../img/text-dark.png') left bottom no-repeat !important
.legend h2
float: left
width: 40%
background: #f3f
.buttons
float: left
background: #fff
#breadcrumbs
color: white
a
color: white
&:hover
color: $orange
article[role="main"] .geo a
color: white
article[role="main"] .geo a:hover
color: $orange
footer
color: #cccccc
a
color: #cccccc !important
&:hover
color: $orange !important
img
&.postpic, &.postpicright
border: none
&.picfull
border: none
#post-body
color: #cccccc
aside, header
color: #cccccc
aside section
a
color: #cccccc !important
&:hover
color: $orange !important
#post-metadata
border-top: #555555 1px dotted
border-bottom: #555555 1px dotted
p
color: #cccccc
.addendum dt
margin-left: -30px !important
h4 a.disqus-link-count
color: #cccccc !important
#writing-detail
img
border: none
.legend
padding: 8px
|