forked from jan-warchol/selenized
-
Notifications
You must be signed in to change notification settings - Fork 0
/
selenized-white.css
60 lines (51 loc) · 1014 Bytes
/
selenized-white.css
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
/**
* Selenized white variant Wofi Color theme
**/
window {
margin: 1px;
border: 1px solid #474747;
background-color: #ffffff;
}
#input {
margin: 1px;
border: 2px dashed #008400;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #ffffff;
border-bottom-color: #008400;
background-color: #ffffff;
color: #474747;
font: 14px DejaVu Sans Mono;
}
#inner-box {
margin: 1px;
border: 2px none #ffffff;
background-color: #ffffff;
}
#outer-box {
margin: 1px;
border: 2px none #ffffff;
background-color: #ffffff;
}
#scroll {
margin: 1px;
border: 2px solid #ffffff;
background-color: #ffffff;
color: #474747;
}
#text {
margin: 1px;
border: 1px none #ffffff;
font: 14px DejaVu Sans Mono;
}
#selected {
margin: 0px;
border: 2px none #cdcdcd;
background-color: #cdcdcd;
color: #474747;
}
#entry {
margin: 1px;
border: 1px none #ffffff;
background-color: #ffffff;
}