-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathstyles.css
More file actions
101 lines (88 loc) · 1.77 KB
/
styles.css
File metadata and controls
101 lines (88 loc) · 1.77 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.navbar{
font-family: 'Roboto', 'Roboto';
position: fixed;
font-weight: bold;
width: 100%;
background: #17202A;
z-index: 99999999999999999999;
left: 0rem;
top: 0rem;
height: 55px;
}
.navitem{
float: left;
font-weight: bold;
display: block;
color: #f2f2f2 !important;
text-align: center;
padding: 20px 20px;
text-decoration: none !important;
border-bottom: 2px solid transparent;
font-size: 14px;
font-family: 'Trebuchet MS', sans-serif;
}
.navitem:hover{
background-color: #333;
height: 55px !important;
}
.settings{
height:1rem;
}
.version-span{
color: white;
position: absolute;
right: 1rem;
bottom: 1.75rem;
opacity: 0.5;
z-index: 9999;
border: 2px solid #333;
border-radius: 25px;
padding-right: 0.5rem;
padding-left: 0.5rem;
background: #333;
}
.dropbtn {
background-color: transparent;
color: white;
padding: 10px;
font-size: 16px;
height: 55px;
opacity: 0.5;
filter: invert(1);
cursor: pointer;
transition: 0.3s;
}
.dropbtn:hover, .dropbtn:focus {
opacity:1;
}
.dropdown {
position: fixed;
display: inline-block;
right: 0rem;
top: 0rem;
}
.dropdown-content {
visibility: hidden;
position: fixed;
border-radius: 9px;
background-color: #333;
min-width: 160px;
overflow: auto;
right:0.3rem;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: white;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropbtn:hover{
background-color: rgba(221, 221, 221, 0.233);
background: rgba(221, 221, 221, 0.233);
}
.dropdown a:hover {background-color: rgba(221, 221, 221, 0.233);}
iframe{
height: 0rem;
}