-
Notifications
You must be signed in to change notification settings - Fork 6
/
custom.css
77 lines (56 loc) · 906 Bytes
/
custom.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
.landing {
/*background-image: url("bg.jpg");*/
}
.centered {
text-align: center;
}
span.iconbig {
font-size: 3em !important;
}
div.pcont {
margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}
.pcont h1,h2,h3 {
margin-top: 5px;
}
.pcont img {
margin: 0 auto;
width: 50%;
height: auto;
}
img.big{
width: 50% !important;
}
.boxhead{
color: #428bca !important;
}
.well {
background-color: #ffffff ;
}
.plot {
background-color: #ffffff !important;
}
body {
background-color: #fafafa !important;
}
.kpi {
padding: 10px;
}
.kpi_head {
}
.kpi_box {
background-color: #007E33;
color: #FFFFFF;
/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/
text-align: center;
}
#BIN_MULTIPLE {
background-color: #286090 !important;
}
div.dataTables_wrapper {
/* font-size: 13px !important;*/
}