-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathapi_custom.css
More file actions
64 lines (53 loc) · 964 Bytes
/
api_custom.css
File metadata and controls
64 lines (53 loc) · 964 Bytes
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
/* custom navigation styles */
.navbar {
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 3;
}
.navbar {
background: #BBBBBB;
color: white;
border: none;
border-top: 5px solid #00B3EA;
border-radius: 0px;
}
.navbar .nav li, .navbar .nav li a, .navbar .brand:hover {
color: white;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
background: #105B74;
}
.navbar .dropdown-menu li a, .navbar .dropdown-menu li {
color: #21B6E8;
}
.navbar .dropdown-menu li a:hover {
background: #EEEEEE;
color: #197D9E;
}
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
cursor: not-allowed;
pointer-events: none;
}
.pager>.disabled>a,
.pager>.disabled>a:hover,
.pager>.disabled>a:focus {
pointer-events: none;
}
.pager .next {
margin-left: 10px;
}
.logo {
width: 60px;
padding-top: 5px;
padding-bottom: 5px;
}
.str, .atv {
color: #5D615B;
}
body a {
color: #20B3E4;
}