-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
81 lines (63 loc) · 1.34 KB
/
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
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
#top-banner {
color : rgb(255,255,255);
font-size: 30px;
background-color: rgba(30,30,30,0.7);
overflow: auto;
text-align: center;
}
#top-banner-img{
float:right;
}
#menu {
width: 260px;
height: 100%;
border-right:1px solid #ccc;
font-family: "Lato";
font-weight: normal;
font-size: 18px;
min-height: 500px;
background-color: rgba(30,30,30,0.7);
box-shadow: 3px 0px 5px rgba(0,0,0,.3);
position:absolute;
overflow:auto;
}
#menu .menu-button {
padding:0.01em 16px 8px;
line-height: 45px;
z-index: 5;
}
#menu .menu-button > a {
background-color:rgba(97,97,97,1);
color:#fff;
box-shadow: 1px 1px 4px rgba(0,0,0,.2);
cursor: pointer;
padding:4px 2px 4px 16px;
display:block;
-webkit-transition:all 0.3s ease,color 0.15s ease;
transition:all 0.3s ease,color 0.15s ease;
text-decoration: none;
}
#menu .menu-button > a:hover {
color:#000!important;
background-color:#FFFFFF!important;
text-decoration: none;
}
.menu-button-icon {
width: 38px;
height: 38px;
margin: 0px 10px -12px -5px;
}
#top-banner, #menu {
border-color:#616161;
}
#toggle-menu-button:hover {
color:#757575;
}
#toggle-menu-button-label {
font-family: "Lato";
font-size: 14px;
}
#content {
margin-left: 300px;
margin-top: 40px;
}