-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml-help.css
More file actions
77 lines (68 loc) · 1.27 KB
/
html-help.css
File metadata and controls
77 lines (68 loc) · 1.27 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
#sidenavigation {
height: 86%;
width: 0;
position: absolute;
z-index: 1;
bottom: -1;
left: 0;
background-color: #2f3136;
overflow-x: hidden;
padding-top: 60px;
border: 2px solid black;
transition: 0.5s;
}
a.closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
color: #818181;
display: block;
transition: 0.3s;
}
a.closebtn:hover {
color: #f1f1f1;
}
#search {
width: 215px;
font-size: 18px;
padding: 11px;
border: 5px solid #2f3136;
margin-top: -5%;
}
#help-menu {
list-style-type: none;
padding: 0;
margin: 0;
}
#help-menu li a {
padding: 12px;
text-decoration: none;
color: #dcddde;
display: block;
}
#help-menu li a:hover {
background-color: #3c3f45;
}
div.nav-line {
width: 35px;
height: 5px;
background-color: black;
margin: 6px 0;
}
#openNav {
background-color: #2f3136;
padding: 1rem;
width: -moz-fit-content;
width: fit-content;
margin-left: -5px;
float: left;
}
#nav-header {
font-family: Arial;
color: #dcddde;
margin-left: 2.5%;
margin-top: -20%;
position: absolute;
}