blob: 17db98eae93c6f7c40701d6f244473465a9bc71e (
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
|
//basic stuff
!luxagraf_brown = #201a11
!luxagraf_orange = #b53a04
*:focus
outline= !luxagraf_orange dotted thin
body
background= !luxagraf_brown
font-family= "Hoefler Text", Georgia, "Times New Roman", Times, serif
/* font-size 15px */
font-size= 62.5%
/* line height of 24 px */
line-height= 23px
color= #fff
height=100%
text-align= center
p
margin: 0.8em 0 0 0
a
text-decoration= "none"
color= !luxagraf_orange
&:visited
color= #fff
text-decoration= "none"
&:hover
color= #fff
text-decoration= "none"
header
border-bottom= #ccc 1px "solid"
a
color: #fff !important
&:hover
color= !luxagraf_orange "!important"
h1
a
background= url("../img/logo-dark.gif") no-repeat left bottom
#breadcrumbs
a
color: #fff
&:hover
color= !luxagraf_orange
footer
color= #ccc
a
color= #ccc !important
&:hover
color = !luxagraf_orange !important
img
&.postpic, &.postpicright
border= "none"
&.picfull
border= none
div#post-body
color: #ccc
aside, header
color= #ccc
aside section
a
color= #ccc !important
&:hover
color= !luxagraf_orange !important
section#post-metadata
border-top= #555 1px dotted
border-bottom= #555 1px dotted
dl.addendum dt
margin-left= -30px !important
h4 a.disqus-link-count
color= #ccc !important
|