summaryrefslogtreecommitdiff
path: root/media/sass/dark.sass
blob: 29ac968680c08ea4c9806953de00ee95ce54e1ae (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
//basic stuff

$luxagraf_brown: #201a11
$luxagraf_orange: #b53a04

*:focus
  outline: $luxagraf_orange dotted thin

body
  background: $luxagraf_brown

a
  text-decoration: none
  color: $luxagraf_orange
  &:visited
    color: white
    text-decoration: none
  &:hover
    color: white
    text-decoration: none

header
  border-bottom: #cccccc 1px solid
  a
    color: white !important
    &:hover
      color: $luxagraf_orange unquote("!important")
  #logo
    background: url("../img/logo-dark.gif") no-repeat left bottom

#breadcrumbs
  color: white
  a
    color: white
    &:hover
      color: $luxagraf_orange

footer
  color: #cccccc
  a
    color: #cccccc !important
    &:hover
      color: $luxagraf_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: $luxagraf_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