-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
45 lines (40 loc) · 940 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
.navbar-inverse {
background-color: #1f4181;
border-color: #1f4181;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fabc29;
background-color: #1f4181;
}
.btn-primary {
color: #fabc29;
background-color: #1f4181;
border-color: #1f4181;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
color: #fabc29;
text-decoration: none;
outline: 0;
background-color: #1f4181;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
text-decoration: none;
color: #ffffff;
background-color: #1f4181;
}
.btn-primary:focus, .btn-primary.focus {
color: #ffffff;
background-color: #1f4181;
border-color: #1f4181;
}
.center {
text-align: center;
}
th, td {
padding: 15px;
}
.myFormat {
font-size: 30px;
margin-left: auto;
margin-right: auto;
}