-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
121 lines (97 loc) · 2.66 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
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
/* Customize fonts */
label {
font-family: 'Encode Sans Normal', Helvetica;
font-weight: 400;
}
h1, h2 { font-weight: 400;
font-family: 'Encode Sans Normal', Helvetica;}
h3 { font-weight: 400;
font-family: 'Encode Sans Normal', Helvetica;
color: white;}
h4 { font-size: 1.6rem;
font-weight: 500;
font-family: 'Encode Sans Normal', Helvetica;}
li {
color: white;
}
.nav-tabs {
background: white;
font-family: 'Encode Sans Normal', Helvetica;
}
.nav-tabs-custom .nav-tabs li.active:hover a, .nav-tabs-custom .nav-tabs li.active a{
background-color: white;
border-top-color: #C2C2C2;
}
.nav-tabs-custom .nav-tabs li.active {
border-top-color: white;
}
/* logo */
.skin-blue .main-header .logo {
background-color: #252C4F;
}
/* logo when hovered */
.skin-blue .main-header .logo:hover {
background-color: #252C4F;
font-family: 'Encode Sans Normal', Helvetica;
}
/* navbar (rest of the header) */
.skin-blue .main-header .navbar {
background-color: #252C4F;
font-family: 'Encode Sans Normal', Helvetica;
}
/* main sidebar */
.skin-blue .main-sidebar {
background-color: #C2C2C2;
font-family: 'Encode Sans Normal', Helvetica;
}
/* active selected tab in the sidebarmenu */
.skin-blue .main-sidebar .sidebar .sidebar-menu .active a{
background-color: #b8b8b8;
font-family: 'Encode Sans Normal', Helvetica;
}
/* other links in the sidebarmenu */
.skin-blue .main-sidebar .sidebar .sidebar-menu a{
background-color: #C2C2C2;
color: #000000;
font-family: 'Encode Sans Normal', Helvetica;
}
/* other links in the sidebarmenu when hovered */
.skin-blue .main-sidebar .sidebar .sidebar-menu a:hover{
background-color: white;
font-family: 'Encode Sans Normal', Helvetica;
}
/* toggle button when hovered */
.skin-blue .main-header .navbar .sidebar-toggle:hover{
background-color: #252C4F;
font-family: 'Encode Sans Normal', Helvetica;
}
/*boxes*/
.skin-blue .box-header {
font-family: 'Encode Sans Normal', Helvetica;
}
.footer {
font-family: 'Encode Sans Normal', Helvetica;
font-size: 1.5rem;
font-style: italic;
color: white;
background-color: #252C4F;
height: auto;
padding: 20px;
}
#footer-text {
color: white;
font-style: normal;
}
.fa-github {
color: white;
}
.fa-robot {
color: white;
}
.col-md-1 {
text-align: center;
font-size: 1.3rem;
}
.fa-chart-simple, .fa-chart-line{
color: white !important;
}