aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/solarized/css/style-solarized.css
blob: cf16338f4d4d08a48e02f1e9edbba8c51654874f (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
/*
 * Solarized - by NumEricR
 * http://github.com/NumEricR/poche-themes
 * ==================================================
 *
 * Based on Solarized's palette - (c) 2011 Ethan Schoonover
 * See http://ethanschoonover.com/solarized#usage-development
 * See http://ethanschoonover.com/solarized#the-values
 *
 * Background:              #fdf6e3     base 3
 * Highlight:               #eee8d5     base 2
 * Primary content:         #657b83     base 00
 * Intermediate:            #839496     base 0
 * Emphasized content:      #586e75     base 01
 * Secondary content:       #93a1a1     base 1
 * Green:                   #859900
 * Orange:                  #cb4b16
 * Red:                     #dc322f
 * Blue:                    #268bd2
 *
 * ================================================== */

/* Background */

body,
#article_toolbar {
    background-color: #fdf6e3;
}

/* Highlight */
/* 2 different selectors for selection pseudo-elmt */
/* See https://developer.mozilla.org/en-US/docs/Web/CSS/::selection */
::-moz-selection {
    background-color: #eee8d5;
}
::selection {
    background-color: #eee8d5;
}

/* Primary content */

body,
a,
a:hover,
a:visited,
td {
    color: #657b83;
}

/* Secondary content */

.tools p,
.vieworiginal a,
.vieworiginal a:hover,
.vieworiginal a:visited {
    color: #93a1a1;
}

#main #content .entrie,
#article header,
#article article {
    border-bottom-color: #93a1a1;
}

/* Emphasized content */

.entrie h2 a:hover,
footer,
footer a {
    color: #586e75;
}

/* Colored content */

#main .messages.success,
#main .messages.warning,
#main .messages.error,
#main .messages.information,
#main .messages.info {
    background-color: #eee8d5;
}

#main .messages.success {
    border-color: #859900;
}

#main .messages.success p {
    color: #859900 !important; /* Overwrites !important used on messages.css */
}

#main .messages.warning {
    border-color: #cb4b16;
}

#main .messages.warning p {
    color: #cb4b16;
}

#main .messages.error {
    border-color: #dc322f;
}

#main .messages.error p {
    color: #dc322f !important; /* Overwrites !important used on messages.css */
}

#main .messages.information,
#main .messages.info {
    border-color: #268bd2;
}

#main .messages.information p,
#main .messages.info p {
    color: #268bd2;
}

/* Miscellaneous */

.bouton,
.bouton:hover,
#main #links li a.current,
#links a:hover,
.pagination span.current,
.pagination a:hover,
.pagination a:active {
    color: #fdf6e3;
    background-color: #93a1a1;
}

.bouton:hover {
    background-color: #657b83;
}

#login,
#password,
#password_repeat,
#bookmarklet,
.top_link {
    background-color: #eee8d5;
}

#login,
#password,
#password_repeat,
#bookmarklet {
    padding: 5px;
    border: 1px solid #93a1a1;
    color: #657b83;
}

#bookmarklet {
    border-style: dashed;
}

.pagination a {
    border-color: #93a1a1;
    color: #93a1a1;
}

.pagination span.current {
    border-color: #eee8d5;
}

/* Images */

a.back span {
    background-image: url('../img/solarized/left.png');
}

a.top span {
    background-image: url('../img/solarized/top.png');
}

a.fav span,
a.fav-off span:hover {
    background-image: url('../img/solarized/star-on.png');
}

a.fav span:hover,
a.fav-off span {
    background-image: url('../img/solarized/star-off.png');
}

a.archive span,
a.archive-off span:hover {
    background-image: url('../img/solarized/checkmark-on.png');
}

a.archive span:hover,
a.archive-off span {
    background-image: url('../img/solarized/checkmark-off.png');
}

a.twitter span {
    background-image: url('../img/solarized/twitter.png');
}

a.shaarli span {
    background-image: url('../img/solarized/shaarli.png');
}

a.flattr span {
    background-image: url('../img/solarized/flattr.png');
}

a.email span {
    background-image: url('../img/solarized/envelop.png');
}

a.delete span {
    background-image: url('../img/solarized/remove.png');
}

a.link span {
    background-image: url('../img/solarized/link.png');
}

a.bad-display span {
    background-image: url('../img/solarized/bad-display.png');
}

.arrow-down {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #93A1A1 transparent transparent transparent;

    position: absolute;
    margin-top: 1.5em;
    margin-left: -30px;
}