summaryrefslogtreecommitdiff
path: root/media/sass/dark.sass
blob: 6db92b14af7f0c0119ee9e1f2d7049c74ae70868 (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
//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= #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"
    #logo
        background= url("../img/logo-dark.gif") no-repeat left bottom
            
#breadcrumbs
    color: #fff
    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
    
#post-body
    color: #ccc

aside, header
    color= #ccc
aside section 
    a
        color= #ccc !important
        &:hover
            color= !luxagraf_orange !important

#post-metadata
    border-top= #555 1px dotted
    border-bottom= #555 1px dotted
    color: #ccc

.addendum dt 
    margin-left= -30px !important

h4 a.disqus-link-count  
    color= #ccc !important
    
#writing-detail
    img
        border: none
    .legend
        padding: 8px