-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathchirpstack.css
More file actions
84 lines (70 loc) · 1.24 KB
/
Copy pathchirpstack.css
File metadata and controls
84 lines (70 loc) · 1.24 KB
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
@media only screen and (max-width: 768px) {
.chirpstack-header {
display: none;
}
}
@media only screen and (min-width: 768px) {
.chirpstack-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 32px;
background-color: white;
box-shadow: 0 0 10px 0 #ccc;
padding: 16px;
z-index: 999;
}
.chirpstack-logo {
float: left;
height: 32px;
}
.chirpstack-links {
margin-top: 7px;
font-size: 16px;
margin-right: 32px;
float: right;
}
.chirpstack-buttons {
margin-top: 5px;
float: right;
margin-right: 32px;
}
.sidebar {
margin-top: 64px;
}
.page-wrapper {
margin-top: 64px;
}
.nav-chapters {
top: 64px;
}
.chirpstack-links a {
color: black;
text-decoration: none;
}
.chirpstack-links a:hover {
text-decoration: underline;
}
#menu-bar.sticky,
.js #menu-bar-hover-placeholder:hover + #menu-bar,
.js #menu-bar:hover,
.js.sidebar-visible #menu-bar {
top: 64px !important;
}
#menu-bar-hover-placeholder {
top: 64px;
}
html {
scroll-padding: 64px;
}
}
#theme-toggle {
display: none;
}
.sponsors img {
max-height: 135px;
max-width: 300px;
margin-left: 25px;
margin-right: 25px;
}