-
-
Notifications
You must be signed in to change notification settings - Fork 296
/
style.css
52 lines (44 loc) · 862 Bytes
/
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
.wrapper.style2 .image {
box-shadow : none
}
.spotlight .image {
box-shadow : none
}
.blue-icon {
color: #4A98E5;
}
table tbody tr:nth-child(2n + 1) {
background-color: transparent;
}
table tbody td:nth-child(3) {
background-color: rgba(144, 144, 144, 0.075);
}
table tbody th:nth-child(3) {
background-color: rgba(144, 144, 144, 0.075);
}
table tbody td:nth-child(2), table tbody td:nth-child(3), table thead tr th:nth-child(2), table thead tr th:nth-child(3) {
text-align: center;
}
.navbar-inverse .navbar-brand {
color: white;
}
.navbar-inverse {
background-color: #4696e5;
border-color: #4696e5;
}
.navbar {
border-radius: initial;
margin-bottom: 0px;
}
.navbar a {
border-bottom: initial;
}
.navbar-inverse .navbar-nav>li>a {
color: white;
}
h1, h2, h3, h4, h5, h6 {
color: #828282;
}
body {
color: #999999;
}