forked from npofopr/site-dlya-slabovidyashith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (54 loc) · 1 KB
/
style.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
.sv_settings{
display: none;
padding: 10px;
min-height: 40px;
font-size:22px;
color:#333;
background: white;
}
.sv_settings *{
font-weight:bold;
}
.fs-outer button{
display:inline-block;
background:white !important;
color:black !important;
height:35px;
width:35px;
padding: 0;
}
.fs-n{
font-size:14px;
}
.fs-m{
font-size:18px;
}
.fs-l{
font-size:22px;
}
.cs-outer button{
display:inline-block;
height:35px;
width:35px;
padding: 0;
}
.cs-bw, .cs-bw:focus, .cs-bw:hover{
color:black !important;
background:white !important;
}
.cs-wb, .cs-wb:focus, .cs-wb:hover{
color:white !important;
background:black !important;
}
.cs-bb, .cs-bb:focus, .cs-bb:hover{
color: #063462 !important;
background: #9dd1ff !important;
}
.cs-gb, .cs-gb:focus, .cs-gb:hover{
color: #4d4b43 !important;
background: #f7f3d6 !important;
}
.cs-yg, .cs-yg:focus, .cs-yg:hover{
color: #a9e44d !important;
background: #3b2717 !important;
}