-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
77 lines (62 loc) · 1.14 KB
/
styles.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.titre {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:28px;
margin-top: 5px; margin-bottom: 0px;
text-align: left;
font-weight: normal;
color: #222;
}
.soustitre {
font-family: "Lucida Grande", Tahoma;
font-size: 14px;
font-weight: lighter;
font-variant: normal;
text-transform: uppercase;
color: #666666;
margin-top: 10px;
text-align: left;
letter-spacing: 0.3em;
}
body {
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #112446;
}
.main-icon {
position: absolute;
top: -35px;
right: 15px;
color: #F2F2F2;
font-size: 1100%;
}
.material-switch > input[type="checkbox"]:checked + label::after {
background: #112446;
}
.btn-dreamrs {
background-color: #112446;
color: #fff;
border-color: #112446;
}
.btn-dreamrs:hover {
color: #fff;
}
.btn-dreamrs.active {
color: #112446;
background-color: #fff;
border-color: #112446;
}
/* Charts */
.plot-spin {
background: #FFFFFF;
}
.container
{
position: absolute;
top: 15px;
width:90%;
max-width: 1400px;
min-width: 600px;
margin: 0 auto;
left: 0;
right: 0;
background-color: #fff;
}