aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/style-light.css
blob: cd2384c34164420b82ec281cfba53d11637f37be (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
91
92
93
94
95
96
97
98
99
100
/*** GENERAL ***/
body {
    color: #222222;
    background-color: #F1F1F1;
}

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

.bouton {
	background-color: #000;
    color: #fff;
    border: none;
}
.bouton:hover {
	background-color: #222222;
    color: #F1F1F1;
}

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

#links a:hover, .backhome a:hover{
    background-color: #040707;
    color: #F1F1F1;
}

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

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

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

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

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

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

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

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

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

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

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

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

body.article {
	color: #222222;
    background-color: #F1F1F1;
}

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

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

.vieworiginal a {
    color: #888888;
}

.entrie {
    background-color: #fff;
}