-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
40 lines (30 loc) · 805 Bytes
/
index.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
#pers tr td:nth-child(1) {
font-weight: bold;
width: 20%;
}
#it1 tr td:nth-child(2), #it2 tr td:nth-child(2), #db tr td:nth-child(2), #sof tr td:nth-child(2), #met tr td:nth-child(2), #op tr td:nth-child(2) {
width: 30%;
}
#it1 tr td:nth-child(3), #it2 tr td:nth-child(3), #db tr td:nth-child(3), #sof tr td:nth-child(3), #met tr td:nth-child(3), #op tr td:nth-child(3) {
width: 40%;
}
a i:hover {
color: black;
}
body {
background-color: #e2dede;
}
article {
background-color: white;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #f5f5f5;
cursor: default;
background-color: #3c763d;
border: 1px solid #ddd;
border-bottom-color: transparent
}
footer div{
background-color: black;
color: white;
}