-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
322 lines (267 loc) · 5.86 KB
/
styles.css
File metadata and controls
322 lines (267 loc) · 5.86 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
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
body,
html {
height: 100vh;
box-sizing: border-box;
background-color: white;
overflow-y: hidden; /* hidden */
}
.CodeMirror {
border-bottom: 2px solid gray;
height: 100% !important;
font-size: 16px;
}
#python-out {
border-top: 2px solid gray;
height: 45vh;
overflow-y: auto;
font-size: 16px;
background-color: black;
padding-left: 30px;
padding-top: 30px;
box-sizing: border-box;
color: white;
font-family: 'Source Code Pro', monospace;
/*
animation-duration: 1.0s;
animation-name: colorthing;
animation-iteration-count: infinite;
animation-direction: alternate;
*/
}
@keyframes colorthing {
from {
color: rgb(0, 255, 0);
}
to {
color: rgb(14, 161, 14);
}
}
.btn {
margin-top: 12px;
margin-left: 0px;
}
.btn:hover {
color: #04AA6D;
background-color: white;
}
.navbar {
display: flex;
color: #F9FAF8;
background-color: #1F2937;
padding: 20px 0px 20px 100px;
align-items: center;
height: 5vh;
}
.header-logo {
/*width: 84px;
height: 84px;
margin-right: auto;*/
margin-bottom: 2vh;
}
.header-link {
display: flex;
margin-left: auto;
padding: 0px 100px 0px 0px;
}
.header-link a {
text-decoration: none;
color: #E5E7EB;
font-size: 18px;
/* padding: 10px; */
font-family: 'Roboto', arial;
}
/* For the tabs */
.tab {
overflow: auto; /* hidden */
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
/*border-right: 1px solid black;*/
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
#tabcontent {
max-height: 85vh !important;
overflow-y: auto !important;
/* display: none; */
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
animation: fadeEffect 1s;
/* Fading effect takes 1 second */
}
.tabbody {
white-space: pre-line;
/*height: 400px !important;
overflow-y: auto; */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* for loading screen */
#loadingScreen {
height: 100%;
/* 100% Full-height */
width: 100%;
/* 0px width - make 100% to start with it open */
position: fixed;
/* Stay in place */
z-index: 7;
/* Stay on top */
top: 0;
/* Stay at the top */
left: 0;
background-color: #ffffff;
/* Black*/
overflow-x: hidden;
/* Disable horizontal scroll */
/*padding-top: 60px;*/
/* Place content 60px from the top */
transition: 0.5s;
/* 0.5 second transition effect to slide in the sidenavbar */
display: flex;
justify-content: center;
align-items: center;
}
#loadingScreen p {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 50px;
color: #818181;
display: block;
transition: 0.3s;
text-align: center;
}
/* for loading screen */
#intro {
height: 0;
/* 100% Full-height */
width: 100%;
/* 0px width - make 100% to start with it open */
position: fixed;
/* Stay in place */
z-index: 6;
/* Stay on top */
top: 0;
/* Stay at the top */
left: 0;
background-color: #ffffff;
/* Black*/
overflow-x: hidden;
/* Disable horizontal scroll */
/*padding-top: 60px;*/
/* Place content 60px from the top */
transition: 0.5s;
/* 0.5 second transition effect to slide in the sidenavbar */
display: flex;
justify-content: center;
align-items: center;
}
/* Position and style the close button (top right corner) */
#intro .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#intro p {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 50px;
color: #818181;
display: block;
transition: 0.3s;
text-align: center;
}
/* The side navigation menu */
.sidenavbar {
height: 100%;
/* 100% Full-height */
width: 100%;
/* 0px width - make 100% to start with it open */
position: fixed;
/* Stay in place */
z-index: 5;
/* Stay on top */
top: 0;
/* Stay at the top */
left: 0;
background-color: #111;
/* Black*/
overflow-x: hidden;
/* Disable horizontal scroll */
padding-top: 60px;
/* Place content 60px from the top */
transition: 0.5s;
/* 0.5 second transition effect to slide in the sidenavbar */
}
/* The navigation menu links */
.sidenavbar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
text-align: center;
}
/* When you mouse over the navigation links, change their color */
.sidenavbar a:hover {
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenavbar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenavbar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenavbar {
padding-top: 15px;
}
.sidenavbar a {
font-size: 18px;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: white;
color: black;
}
}
.result {
/* visibility: hidden; */
display: none;
}