aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/style-dark.css
blob: 0fcced246ff17cd3fc0749ec98cc2373cdbd3f43 (plain) (blame)
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
/*** GENERAL ***/
body {
    color: #fff;
    background-color: #0d0d0d;
}

a, a:hover, a:visited {
    color: #fff;
}

#main ul#links li a.current {
    background-color: #000;
    color: #fff;
}

#links a:hover, .backhome a:hover, .support a:hover{
    background-color: #fff;
    color: #000;
}

input[type=submit].delete {
    background : url('../img/dark/remove.png') no-repeat center center;
    color : transparent;
}

#main .entrie {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

#main .entrie h2 a:hover {
    color: #29B1E3;
}

a.fav span {
    background: url('../img/dark/star-on.png') no-repeat;
}

a.fav span:hover {
    background: url('../img/dark/star-off.png') no-repeat;
}

a.fav-off span {
    background: url('../img/dark/star-off.png') no-repeat;
}

a.fav-off span:hover {
    background: url('../img/dark/star-on.png') no-repeat;
}

a.archive span {
    background: url('../img/dark/checkmark-on.png') no-repeat;
}

a.archive span:hover {
    background: url('../img/dark/checkmark-off.png') no-repeat;
}

a.archive-off span {
    background: url('../img/dark/checkmark-off.png') no-repeat;
}

a.archive-off span:hover {
    background: url('../img/dark/checkmark-on.png') no-repeat;
}

/*** ***/
/*** ARTICLE PAGE ***/

body.article {
	color: #fff;
    background-color: #0d0d0d;
}

#article header {
    border-bottom: 1px solid #222222;
}

#article article {
    border-bottom: 1px solid #222222;
}

.vieworiginal a {
    color: #888888;
}

.entrie {
    background-color: #fff;
}