-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
82 lines (70 loc) · 1.36 KB
/
Copy pathmain.css
File metadata and controls
82 lines (70 loc) · 1.36 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
body {
min-width: 54em;
margin: 0px auto;
background: #ffffff;
}
#main_body {
transition: margin-left .5s;
}
#top_bar {
text-align: center;
width: 100%;
}
#main_body #top_bar a {
font-weight: normal;
color: #777;
font-family: 'Arial', 'Verdana', 'Helvetica', 'Sans-Serif';
text-align: center;
text-decoration: none;
}
#main_body hr {
border-style: ridge;
}
.sidenav {
height: 100%;
position: fixed;
z-index: 1;
top: 0;
left: -250px;
width: 250px;
background-color: #4b6cce;
overflow-x: hidden;
transition: 0.5s;
}
.sidebarmenu a {
padding: 0.75em 0 0.75em 0;
text-decoration: none;
font-size: 25px;
color: #ffffff;
display: block;
transition: 0.5s;
border-top: 1px solid rgba(255,255,255,0.1);
text-align: center;
font-family: 'Arial', 'Verdana', 'Helvetica', 'Sans-Serif';
}
.sidebarmenu a:hover, .offcanvas a:focus{
color: #f1f1f1;
background-color: #6280d8;
}
.sidebaritem {
border-top: 1px solid rgba(255,255,255,0.1);
padding: 3em 2em 2em 2em;
text-align: center;
}
.sidebaritem a {
padding: 0.3em;
}
.sidebaritem img {
width: 2em;
height: 2em;
}
#navbutton {
cursor: pointer;
color: #4b6cce;
font-size: 2em;
margin-left: 0.5em;
position: fixed;
top: 0.5em;
left: 0;
transition: left 0.5s;
}