stylesheet.css 8.2 KB
Newer Older
1 2
html,
body {
J
Jason Park 已提交
3 4 5 6 7 8
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
9
    background: rgb(63, 63, 63);
J
Jason Park 已提交
10 11
    font-family: 'Roboto', sans-serif;
    color: rgb(187, 187, 187);
J
Jason Park 已提交
12
    -webkit-font-smoothing: subpixel-antialiased;
J
Jason Park 已提交
13 14
}

G
Gautam krishna.R 已提交
15
*::-webkit-scrollbar {
16
    display: none;
G
Gautam krishna.R 已提交
17 18
}

J
Jason Park 已提交
19 20 21 22 23
a {
    text-decoration: none;
}

* {
24 25 26 27
    color: inherit;
}

*:not(input) {
J
Jason Park 已提交
28 29 30 31
    -webkit-touch-callout: none;
    user-select: none;
}

J
Jason Park 已提交
32 33 34 35 36 37 38 39 40 41
.btn {
    display: inline-table;
}

.btn > .wrapper {
    display: table-cell;
    vertical-align: middle;
}

.btn,
J
Jason Park 已提交
42
button {
J
Jason Park 已提交
43
    vertical-align: top;
J
Jason Park 已提交
44 45 46 47 48 49 50
    border: none;
    height: 100%;
    padding: 0 12px;
    margin: 0;
    background: none;
    font-size: 12px;
    outline: none;
J
Jason Park 已提交
51 52 53
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
J
Jason Park 已提交
54 55
}

J
Jason Park 已提交
56
.btn:hover,
J
Jason Park 已提交
57
button:not([disabled]):hover {
58
    background: rgba(0, 0, 0, .15) !important;
59
    cursor: pointer;
J
Jason Park 已提交
60 61
}

J
Jason Park 已提交
62
.btn.active,
J
Jason Park 已提交
63
button.active {
J
Jason Park 已提交
64
    background: rgb(38, 38, 38);
J
Jason Park 已提交
65
}
J
Jason Park 已提交
66 67 68 69 70 71 72 73
.btn input,
button input {
    outline: none;
    background: rgba(0, 0, 0, .3);
    padding: 4px;
    border: none;
}

J
Jason Park 已提交
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
.divider {
    position: absolute !important;
    z-index: 3;
}

.divider.vertical {
    cursor: ew-resize;
}

.divider.horizontal {
    cursor: ns-resize;
}

nav {
    height: 30px;
    width: 100%;
    padding: 0 16px;
}

nav h3 {
    display: inline;
}

.nav-arrow {
    padding: 0 4px;
}

101
#navigation span:empty + .nav-arrow {
J
Jason Park 已提交
102 103 104
    display: none;
}

105
.top-menu-buttons {
J
Jason Park 已提交
106 107 108 109
    float: right;
    height: 100%;
}

J
Jason Park 已提交
110 111 112 113 114 115 116 117 118 119
#shared {
    width: 128px;
}

#shared.collapse {
    display: none;
}

#interval {
    width: 24px;
120 121 122
    text-align: right;
}

J
Jason Park 已提交
123 124 125 126
.sidemenu {
    top: 30px;
    right: 85%;
    visibility: hidden;
J
Jason Park 已提交
127 128
    overflow: scroll;
    padding-bottom: 120px;
J
Jason Park 已提交
129 130 131 132 133 134
}

.sidemenu.active {
    visibility: visible;
}

135
.sidemenu #footer {
J
Jason Park 已提交
136
    border-top: 2px solid rgb(38, 38, 38);
J
Jason Park 已提交
137 138 139
}

.sidemenu button {
J
Jason Park 已提交
140 141 142 143 144 145
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
}

J
Jason Park 已提交
146 147 148 149 150 151 152 153
button.category {
    background: rgba(0, 0, 0, .10);
}

button.indent {
    padding-left: 28px;
}

154 155 156 157
.algorithms {
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.36),inset 0 -2px 2px rgba(0,0,0,0.24);
}

158
.algorithms.collapse {
J
Jason Park 已提交
159
    display: none;
J
Jason Park 已提交
160 161
}

J
Jason Park 已提交
162 163 164 165 166 167 168 169 170
.workspace {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 15%;
    right: 0;
}

nav,
J
Jason Park 已提交
171
section,
J
Jason Park 已提交
172 173 174 175 176 177
.viewer_container,
.editor_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
J
Jason Park 已提交
178 179 180 181 182
    right: 0;
}

nav,
section {
J
Jason Park 已提交
183
    border: 1px solid rgb(38, 38, 38);
J
Jason Park 已提交
184 185 186 187
    box-sizing: border-box;
}

.viewer_container {
J
Jason Park 已提交
188 189 190 191 192 193 194
    right: 50%;
}

.editor_container {
    left: 50%;
}

J
Jason Park 已提交
195
.module_container {
J
Jason Park 已提交
196
    overflow: hidden;
J
Jason Park 已提交
197
    border: none;
J
Jason Park 已提交
198 199 200
}

.tab_container {
J
Jason Park 已提交
201
    top: 30px;
N
nem035 已提交
202 203 204
    background: #242424;
    border: 1px solid #505050;
    border-top: none;
J
Jason Park 已提交
205 206 207 208 209 210
}

.tab {
    position: absolute;
    width: 100%;
    height: 100%;
J
Jason Park 已提交
211
    visibility: hidden;
212
    overflow: scroll;
J
Jason Park 已提交
213 214 215 216 217 218 219 220
}

.tab > .wrapper {
    padding: 16px;
    box-sizing: border-box;
}

.tab.active {
J
Jason Park 已提交
221 222 223
    visibility: visible;
}

224 225
.module_wrapper {
    overflow: scroll;
N
nem035 已提交
226 227 228
    font-family: monospace;
    border: none;
    border-bottom: 1px solid #505050;
229 230
}

J
Jason Park 已提交
231
.module_wrapper .name {
232 233
    position: fixed;
    z-index: 5;
J
Jason Park 已提交
234 235
    padding: 4px;
    font-size: 14px;
J
Jason Park 已提交
236
    background: rgba(0, 0, 0, .4);
J
Jason Park 已提交
237 238
}

J
Jason Park 已提交
239
.module_wrapper > .wrapper {
240
    padding: 24px 16px;
J
Jason Park 已提交
241
    box-sizing: border-box;
J
Jason Park 已提交
242 243
}

244
#tab_desc h3 {
N
nem035 已提交
245
    border-bottom: 1px solid rgb(81, 81, 81);
246 247 248 249
    padding: 5px;
    margin: 2px;
}

J
Jason Park 已提交
250 251
#tab_desc > .wrapper a,
#tab_doc > .wrapper a {
J
Jason Park 已提交
252 253 254
    text-decoration: underline;
}

J
Jason Park 已提交
255 256
.tab_bar {
    height: 30px;
N
nem035 已提交
257 258 259 260 261 262 263 264 265 266 267 268 269
    border-left: none;
    border-bottom: 1px solid #505050;
}

.tab_bar button {
  position: relative;
  float: left;
  height: 29px;
}

.tab_bar button.active {
  border: 1px solid #505050;
  border-bottom: none;
J
Jason Park 已提交
270 271
}

272
.files_bar {
D
duaraghav8@gmail 已提交
273 274 275
    height: 30px;
}

276 277 278
.files_bar > * {
    position: absolute;
    height: 100%
D
duaraghav8@gmail 已提交
279 280
}

J
Jason Park 已提交
281 282 283 284 285 286 287 288 289
.files_bar > button {
    width: 30px;
}

.files_bar > button:disabled {
    background: rgba(0, 0, 0, .15);
}

.files_bar > .btn-left {
290 291 292
    left: 0;
}

J
Jason Park 已提交
293
.files_bar > .btn-right {
294 295 296 297 298 299 300 301 302 303 304 305
    right: 0;
}

.files_bar > .wrapper {
    left: 30px;
    right: 30px;
    overflow: scroll;
    white-space: nowrap;
}

.files_bar > .wrapper > button {
    max-width: 80%;
J
Jason Park 已提交
306 307
}

J
Jason Park 已提交
308 309 310 311 312 313 314 315 316
.files_bar > .wrapper.shadow-left {
    box-shadow: inset 16px 0 16px -16px rgba(0, 0, 0, .6);
}

.files_bar > .wrapper.shadow-right {
    box-shadow: inset -16px 0 16px -16px rgba(0, 0, 0, .6);
}

.files_bar > .wrapper.shadow-left.shadow-right {
N
nem035 已提交
317
    box-shadow: inset 16px 0 16px -16px rgba(0, 0, 0, .6), inset -16px 0 16px -16px rgba(0, 0, 0, .6);
J
Jason Park 已提交
318 319
}

J
Jason Park 已提交
320
.explanation_container {
J
Jason Park 已提交
321
    border: none;
J
Jason Park 已提交
322 323
    top: 30px;
    height: 30px;
J
Jason Park 已提交
324 325
    background: rgb(38, 38, 38);
    padding: 8px;
J
Jason Park 已提交
326
    font-size: 12px;
J
Jason Park 已提交
327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349
}

#explanation:before {
    font-family: FontAwesome;
    content: '\f05a\00a0\00a0';
}

#explanation {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.explanation_container:hover {
    z-index: 5;
    height: auto;
    bottom: auto;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .8);
}

.explanation_container:hover #explanation {
    white-space: normal;
J
Jason Park 已提交
350 351 352 353
}

.data_container {
    top: 60px;
J
tree  
Jason Park 已提交
354
    bottom: 60%;
J
Jason Park 已提交
355 356 357
}

.code_container {
J
tree  
Jason Park 已提交
358
    top: 40%;
J
Jason Park 已提交
359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377
}

pre {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(81, 81, 81);
    background: rgb(43, 43, 43);
    outline: none;
    resize: none;
}

.toast_container {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px;
J
Jason Park 已提交
378
    z-index: 4;
J
Jason Park 已提交
379 380 381 382 383 384 385 386 387 388 389 390 391
}

.toast {
    width: 280px;
    border: 1px solid;
    border-radius: 4px;
    padding: 16px;
    margin: 16px;
}

.toast.error {
    border-color: rgb(150, 0, 0);
    background: rgba(120, 0, 0, .8);
J
Jason Park 已提交
392 393
}

394 395 396 397 398
.toast.info {
    border-color: rgb(0, 150, 0);
    background: rgba(0, 120, 0, .8);
}

J
Jason Park 已提交
399 400 401 402
.github-fork-ribbon {
    position: fixed;
}

J
Jason Park 已提交
403 404 405 406
.github-fork-ribbon.left-bottom:before {
    background-color: #333;
}

J
Jason Park 已提交
407 408 409 410
.fa-spin-faster {
    animation: fa-spin 1s infinite ease-in-out;
}

J
Jason Park 已提交
411 412 413 414 415
.mtbl-wrapper {
    width: 100%;
    height: 100%;
}

J
Jason Park 已提交
416 417 418 419
.mtbl-table {
    display: inline-table;
    color: white;
    table-layout: fixed;
N
nem035 已提交
420
    border: 1px solid #505050;
J
Jason Park 已提交
421 422 423 424 425 426
}

.mtbl-row {
    display: table-row;
}

427
.mtbl-col {
J
Jason Park 已提交
428 429 430 431
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #888;
432 433
}

434 435 436 437 438 439 440 441 442 443 444 445 446
.mtbl-empty-row {
    display: table-row;
    background: rgb(63, 63, 63);
    height: 2px;
}

.mtbl-empty-col {
    display: table-cell;
    background: rgb(63, 63, 63);
    width: 2px;
}

.mtbl-col.selected {
447 448 449
    background: #00f;
}

450
.mtbl-col.notified {
451
    background: #f00;
N
nem035 已提交
452 453
}

J
Jason Park 已提交
454 455 456 457 458
.mchrt-chart {
    width: 100%;
    height: 100%;
}

N
nem035 已提交
459
#loading-slider {
J
Jason Park 已提交
460
    z-index: 6;
N
nem035 已提交
461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511
    position: absolute;
    width: 100%;
    height: 2px;
}

#loading-slider.loaded {
    visibility: hidden;
}

.line {
    position: absolute;
    background: #4a8df8;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
}

.break {
    position: absolute;
    background: #222;
    width: 6px;
    height: 2px;
}

.dot1 {
    animation: loading 2s infinite;
}

.dot2 {
    animation: loading 2s 0.5s infinite;
}

.dot3 {
    animation: loading 2s 1s infinite;
}

@keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
512 513
}

514
.applications li,
515
.complexity {
J
Jason Park 已提交
516
    margin: 10px 0px;
517
}
J
Jason Park 已提交
518

519
.complexity-type {
J
Jason Park 已提交
520
    font-weight: bold;
521 522
}

523
.top-menu-buttons button.active {
J
Jason Park 已提交
524
    font-weight: bold;
525 526
}

527
.top-menu-buttons button.active .fa {
J
Jason Park 已提交
528 529 530 531 532
    color: #00e676;
}

#btn_pause > .btn-text:before {
    content: 'Pause'
533
}
J
Jason Park 已提交
534 535 536

#btn_pause.active > .btn-text:before {
    content: 'Resume'
537
}
538 539

button[disabled] {
J
Jason Park 已提交
540 541
    cursor: not-allowed;
    opacity: 0.6;
542
}
543 544

#btn_pause {
J
Jason Park 已提交
545
    width: 86px;
546 547 548
}

.top-menu-buttons button.active {
J
Jason Park 已提交
549 550
    background: rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 10px 3px #1a1a1a inset;
551 552 553
}

.top-menu-buttons button:active {
J
Jason Park 已提交
554 555
    background: rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 10px 3px #1a1a1a inset;
556
}
J
Jason Park 已提交
557 558

.executing {
559 560
  	background: rgba(0, 174, 255, 0.4);
    border: 1px solid #0091ea;
J
Jason Park 已提交
561 562 563 564 565 566 567 568
    position: absolute;
    width: 100% !important;
    left: 0 !important;

    animation: line_highlight .1s;
}

@keyframes line_highlight {
569 570
    from { background: rgba(0, 174, 255, 0.1); }
    to   { background: rgba(0, 174, 255, 0.4); }
J
Jason Park 已提交
571
}