-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
233 lines (214 loc) · 4.13 KB
/
main.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0px;
/*grid-auto-rows: minmax(100px, auto);
*/
}
body {
/* font-family: Tahoma;*/
background-color: #111111;
/* border-collapse: collapse;
*/
}
p {color: #ffffff;}
/* Colors: Background: (46, 46, 46);
#2e2e2e Comments: (121, 121, 121);
#797979 White: (214, 214, 214);
#d6d6d6 Yellow: (229, 181, 103);
#e5b567 Green: (180, 210, 115);
# # 7bad3d Orange: (232, 125, 62);
#e87d3e Purple: (158, 134, 200);
#9e86c8 # 664ffb Pink: (176, 82, 121);
#b05279 Blue: (108, 153, 187);
#6c99bb # 48a6fd */
.navwrap{
height: 60px;
width: 55vw;
/*line-height: 60px;
*/
box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
.navwrap nav{
position: relative;
display: flex;
}
button {
flex: 1;
width: 100%;
z-index: 1;
cursor: pointer;
transition: background 1s ease;
}
/* .navwrap nav button a{
position: relative;
z-index: -1;
color: #1d1f20;
font-size: 20px;
font-weight: 500;
text-decoration: none;
transition: color 0.6s ease;
}
.navwrap nav button a i{
font-size: 25px;
margin: 0 7px;
}
*/
.navwrap nav .tab{
position: absolute;
top:100px;
left:50vw;
display: block;
height: 100%;
width: 20%;
left: 0;
bottom: 0;
z-index: 0;
border-radius: 50px;
background: linear-gradient(45deg, #b05279 0%,#664ffb 100%);
/*transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
*/
transition: 5s cubic-bezier(0.5, -0.9, 0.2, 2);
}
/* Style the tab */
.tab {
width: 99.9vw;
height: 5vh;
overflow: hidden;
border: none;
background-color: #111111;
color: #48a6fd;
font-weight:bold;
}
/* Style the buttons inside the tab */
.tab button {
width: 10vw;
height: inherit;
background-color: #111111;
color: #48a6fd;
float: left;
border: none;
outline: none;
cursor: pointer;
/* padding: 14px 16px;
*/
transition: 0.3s;
font-size: 1.5vw;
font-weight:bold;
}
/* Change background color of buttons on hover */
.tab button:hover {
color: #ffffff;
background-color: #664ffb;
border-radius:50px;
/* transition: color 0.5s ease;*/
}
.nodes nav {
left:90vw;
}
li {
color: #ffffff;
font-family: sans-serif;
}
/*.awesome {
color: #48a6fd;
}
.awesome {
color: #664ffb;
}*/
/* Create an active/current tablink class */
.tab button.active {
background: #111111;
color:white;
transition: 0.2s ease all;
/* transition: color 0.5s ease;*/
border-radius: 50px;
border:0.2vw #664ffb solid;
/*border-width:0.1vw;
border-color:white;*/
}
.tab button.active:hover {
background: #664ffb;
}
.awesometab button.active:hover {
background: #664ffb;
}
.awesometab button.active {
background: #111111;
color:white;
transition: 0.2s ease all;
/* transition: color 0.5s ease;*/
border-radius: 50px;
border:0.2vw #664ffb solid;
/*border-width:0.1vw;
border-color:white;*/
}
/* Style the tab content */
.tabcontent {
overflow: hidden;
width: 99.9vw;
height: 94vh;
margin: 0px;
background-color: #111111;
color: #48a6fd;
display: none;
/* padding: 6px 12px;
*/
border: none;
border-top: none;
margin: 0;
padding: 0;
}
a {
background-color:inherit;
color:inherit;
text-decoration: none;
}
object {
font-size: 1.5vw;
}
img {
margin: 0;
padding: 0;
}
/* width */
::-webkit-scrollbar {
width: 0.5vw;
}
/* Track */
::-webkit-scrollbar-track {
background: #222222;
border-radius:5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #664ffb;
transition-property: background;
transition-duration: 2s;
transition-timing-function: ease;
border-radius:5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #48a6fd;
}
pre {
font-size: 1vw;
}
.agree {
font-size:1vw;
width:20%;
background-color:#111111;
color:white;
border-radius:50px;
border:0.2vw solid white;
}
.agree button:hover {
border-radius:50px;
background-color:48a6fd;
}