tazpanel view styles/default/base.css @ rev 481

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun May 10 11:51:03 2015 +0100 (2015-05-10)
parents 4ad87af96a43
children 470ab4241de5
line source
1 /**
2 * CSS style for TazPanel - (C) 2011-2015 SliTaz GNU/Linux
3 */
6 /* To always have a scroll bar */
7 /*html { min-height: 102%; } */
9 body { color: CaptionText; font: caption; margin: 72px 0 0 0; }
13 /**
14 * Header and main title
15 */
17 body > header {
18 position: fixed; top: 0; left: 0;
19 width: 100%;
20 background-color: #222;
21 }
23 body > header h1 {
24 margin: 0;
25 color: #fff;
26 font-size: 18px; line-height: 40px; /* center vertical */
27 font-style: italic;
28 white-space: nowrap; overflow: hidden;
29 vertical-align: middle;
30 }
34 /**
35 * Toolbar with menu
36 */
38 nav {
39 position: fixed; top: 40px; left: 0;
40 width: 100%;
41 display: table;
42 border: 1px solid; border-right: none; border-left: none;
43 }
47 /* menu panel */
48 #toolbarMenu { margin: 0; padding: 0; height: 100%; font: menu; }
50 /* shadows */
51 #toolbar { z-index: 10; box-shadow: 0 0 8px #000; }
52 menu.opened, menu.opened li:hover menu { z-index: 9; box-shadow: 2px 2px 8px hsla(0, 0%, 0%, 0.3); }
54 /* menu items */
55 #toolbarMenu li {
56 list-style: none;
57 float: left;
58 display: block;
59 padding: 0;
60 color: inherit; background: inherit;
61 outline: none;
62 }
63 #toolbarMenu > li > span {
64 display: inline-block;
65 padding: 0.2rem;
66 cursor: pointer;
67 }
69 #toolbarMenu menu li a {
70 padding: 0.2rem;
71 }
73 /* Selected menu item */
74 #toolbarMenu li:focus span,
75 #toolbarMenu li:hover span,
76 #toolbarMenu menu li:focus,
77 .user #toolbarMenu menu li:hover > a:not([data-root]),
78 .root #toolbarMenu menu li:hover {
79 background-color: hsla(30, 100%, 50%, 0.5);
80 }
85 #toolbarMenu menu {
86 position: absolute;
87 margin: 0; padding: 0;
88 white-space: nowrap;
89 border: 1px solid;
90 display: none;
91 }
93 /* Submenus */
94 #toolbarMenu menu menu {
95 left: 100%; top: 0;
96 min-width: 100%;
97 }
99 /* Show menu list */
100 #toolbarMenu menu.opened {
101 display: block; z-index: 10;
102 }
104 /* By default hide submenus */
105 #toolbarMenu menu.opened menu {
106 display: none;
107 }
108 /* Show submenu on mouse over */
109 .opened li:hover menu { display: block !important; }
111 /* Menu items one below the other */
112 #toolbarMenu menu li {
113 position: relative;
114 float: none;
115 }
116 /* Show arrow for submenu */
117 #toolbarMenu a:after { content: "‣"; float: right; }
118 #toolbarMenu a:only-child:after { content: " "; }
120 #toolbarMenu a { display: block; color: inherit; text-decoration: none; }
122 /* Clicking this layer close menu */
123 #noMenu {
124 position: absolute; top: 63px; bottom: 0; left: 0; right: 0;
125 background-color: transparent;
126 display: none;
127 z-index: 9;
128 }
131 /**
132 * Panes, sections
133 */
135 section {
136 display: block;
137 border: 1pt solid; border-radius: 0.3rem;
138 padding: 0; margin: 0.5rem 0 0 0;
139 }
141 section header {
142 padding: 0.2rem 0.3rem; margin: 0;
143 display: table; width: 100%;
144 border-radius: 0.3rem 0.3rem 0 0;
145 font-weight: bold; font-size: 1.1rem;/* line-height: 0;*/
146 text-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.2);
147 overflow: auto; /* provide break after floated objects */
148 vertical-align: baseline;
149 }
150 section header form, section footer form {
151 display: table-cell; vertical-align: baseline; line-height: 0; width: 1px; white-space: nowrap;
152 }
153 section header button, section footer button { margin: 0; }
155 section footer {
156 padding: 0 0.3rem 0.2rem; margin: 0;
157 display: block;
158 overflow: auto; /* provide break after floated objects */
159 vertical-align: baseline;
160 }
162 section > pre,
163 section div { padding: 0.3rem 0.3rem 0.2rem 0.3rem; margin: 0; }
164 section td:nth-child(1) { padding-left: 0.3rem; }
165 section table { margin-bottom: 0.3rem; }
166 .nogap { word-spacing: 0; } /* remove gap between buttons in line */
168 .scroll { max-height: 12rem; overflow: auto; }
169 section .scroll { padding: 0; margin: 0; border: 1pt solid; }
170 section pre.scroll { margin: 0.1rem; padding: 0.1rem; }
179 #actions {
180 display: block;
181 margin: 0; padding: 0.2rem 0.3rem;
182 overflow: auto; /* provide break after floated objects */
183 }
184 .float-left, .float-right { display: table-cell; padding: 0; margin: 0; }
185 .float-left { float: left; }
186 .float-right { float: right; }
190 fieldset { border: 1pt solid; border-radius: 0.3rem; margin-bottom: 0.2rem; }
191 fieldset[disabled] { background-color: hsla(0, 0%, 50%, 0.1);}
197 /* Icons on the right of the toolbar */
198 #icons {
199 display: table-cell; vertical-align: middle; /* center vertical */
200 padding: 0.1rem 0.3rem;
201 white-space: nowrap; width: 1rem; /* minimal width */
202 }
206 /* Loading notification bar */
207 #loading {
208 position: fixed; top: 76px; right: 140px; width: 248px;
209 padding: 4px 4px 2px;
210 background-color: #f8f8f8; color: #666;
211 border: 1px solid #ddd;
212 cursor: progress;
213 }
217 /* Page content container */
218 #content { margin: 0; padding: 1ex; }
221 /* Page first header */
222 h2 { font-size: 1.5rem; height: 1.5rem; padding: 0; margin: 0; }
225 /* Additional headers (obsolete) */
226 h3 { font-size: 1.3rem; margin: 0; }
227 h4 { font-size: 1.1rem; margin: 0; }
230 /* Plain paragraph */
231 p { margin: 0.5ex 0; }
234 #actions p { margin: 6px 0; }
240 button img { padding: 0 3px 0 0; margin: 0; }
241 button, input, select {
242 /*color: ButtonText;*/
243 vertical-align: middle; }
244 button:before, input:before, select:before {
245 padding: 3px; }
247 ul { list-style-type: square; }
248 li { padding: 4px 0; }
251 /* Blocks */
253 #block { float: left; }
255 #wrapper, .wrapper { margin: 20px 0; }
257 .box {
258 display: table;
259 padding: 1em;
260 width: 50%; margin: 0.5em auto;
261 }
262 .box img { float: left; }
264 .box ul { list-style-type: none; padding: 0; }
266 .debug {
267 position: fixed;
268 bottom: 0px;
269 right: 10px;
270 left: 10px;
271 margin: 5px;
272 padding: 4px 10px;
273 background-color: #111;
274 color: #fff;
275 border: 0;
276 /*font-size: 12px;*/
277 opacity: 0.9;
278 }
283 /**********
284 * Tables *
285 **********/
287 /* Base style */
288 table { margin: 0; padding: 0; border: 0 none; border-collapse: collapse; }
290 /* Bold header */
291 thead { font-weight: bold; }
293 /* Wide table */
294 .wide { width: 100%; }
296 /* Center content excluding first column */
297 .center tr td { text-align: center; }
298 .center tr td:nth-child(1) { text-align: left; padding-left: 0.3rem; }
300 /* Table Zebra */
301 .zebra thead td { line-height: 1.5em; text-align: center; vertical-align: middle; border: 1pt solid; }
305 .borders.zebra td + td { border-left: 1px solid; }
309 .outbox { box-shadow: 0 0 2px 4px #ddd; }
310 .fixed { table-layout: fixed; }
313 .borders tr { border-bottom: 1pt solid; }
315 .hborders thead tr { border-top: 1.5pt solid; border-bottom: 1.5pt solid; }
317 td.small { min-width: 60px; }
318 td.pct { min-width: 200px; background: #eee; }
319 div.pct { background: #ccc; }
320 td.pct, div.pct { border-radius: 2px; }
321 td img {vertical-align: middle; }
323 table.daemons td:nth-child(4), table.daemons td:nth-child(5) { text-align: center; }
329 /**
330 * Misc
331 */
333 /* Links */
335 a { text-decoration: none; color: #268bd2; cursor: pointer; }
336 a:not([data-img]):hover { text-decoration: underline; }
339 form { display: inline-block; padding: 0; margin: 0; }
341 pre { margin: 0; padding: 0; color: CaptionText; }
343 .pre-main { margin: 16px 0; }
344 .pre-wrap { white-space: pre-wrap; }
348 /* Round corner */
350 #loading, .debug, .box, .outbox, section {
351 -moz-border-radius: 4px;
352 -webkit-border-radius: 4px;
353 border-radius: 4px;
354 }
356 /* Help page */
358 #help { text-align: justify; }
359 #help a { text-decoration: underline; }
360 #help a:hover { text-decoration: none; }
364 /*
365 * Page footer
366 */
368 body > footer {
369 border-top: 1px solid;
370 text-align: center;
371 height: 1rem;
372 font-size: smaller;
373 }
376 /***************
377 * HTML5 Meter *
378 ***************/
380 .meter {
381 height: 1.2rem;
382 min-width: 150px;
383 color: #222;
384 /*cursor: default;*/
385 }
386 .meter meter {
387 height: inherit;
388 width: 100%;
389 display: block;
390 border: 1px solid #ddd;
391 border-radius: 4px;
392 }
393 .meter span {
394 display: block;
395 white-space: nowrap;
396 position: absolute;
397 margin: -1.1rem auto 0 0.3rem;
398 }
402 /**************
403 * Animations *
404 **************/
406 a.button {
407 -webkit-transition: all 0.3s ease-in-out;
408 -moz-transition: all 0.3s ease-in-out;
409 -o-transition: all 0.3s ease-in-out;
410 -ms-transition: all 0.3s ease-in-out;
411 transition: all 0.3s ease-in-out;
412 }
414 /*section {
415 margin: 20pt -0.7em;
416 padding: 0.8em 0.7em 1.2em;
417 background-color: #fdfdfd;
418 border: 1px solid #ddd;
419 border-radius: 1em;
420 box-shadow: 0 0 3pt 2pt #eee;
421 }
422 section h4 {
423 margin: 0 0 0.5em 0;
424 }
425 section h3 {
426 margin: 0 0 0.5em 0; }
427 */
429 #tabs {
430 font-weight: bold;
431 /*font-size: 14px;*/
432 list-style-type: none;
433 padding-bottom: 25px;
434 border-bottom: 1px solid #aaa;
435 }
437 #tabs li {
438 float: left;
439 height: 16px;
440 background-color: #eee;
441 margin: 0 40px 0 -40px;
442 border: 1px solid #aaa;
443 text-align: center;
444 min-width: 100px;
445 -webkit-border-radius: 4px 4px 0 0;
446 -moz-border-radius: 4px 4px 0 0;
447 border-radius: 4px 4px 0 0;
448 -webkit-appearance: tab;
449 appearance: tab;
450 }
452 #tabs li.active {
453 border-bottom: 1px solid #fff;
454 background-color: #fff;
455 }
457 #tabs a {
458 padding: 8px;
459 }
463 /****************
464 * Search block *
465 ****************/
466 .search {
467 display: block; white-space: nowrap;
468 position: fixed; right: 7px; top: 7px;
469 margin: 0; padding: 0; border: none;
470 }
471 .search input {
472 display: inline-block;
473 width: 200px; height: 24px;
474 }
475 .search button {
476 -webkit-appearance: button;
477 height: 100%; margin: 0;
478 }
482 /**********************
483 * Buttons with icons *
484 **********************/
485 @font-face {
486 font-family: TazPanelWeb;
487 src: url('/styles/default/tazpanel.ttf');
488 }
490 [data-icon]:before, [data-img] {
491 vertical-align: baseline;
492 padding: 0;
493 margin: 0 /*0 0 -0.5em*/;
494 font-size: 1.2em;
495 font-family: TazPanel, TazPanelWeb;
497 font-style: normal;
498 font-weight: normal;
499 font-variant: normal;
500 text-transform: none;
501 line-height: 1.2em;
502 display: inline-block;
503 text-decoration: none;
504 width: 1.2em; text-align: center;
506 -webkit-font-feature-settings: "liga", "dlig";
507 -moz-font-feature-settings: "liga=1, dlig=1";
508 -o-font-feature-settings: "liga", "dlig";
509 font-feature-settings: "liga", "dlig";
511 -webkit-text-rendering: optimizeLegibility;
512 -moz-text-rendering: optimizeLegibility;
513 -o-text-rendering: optimizeLegibility;
514 text-rendering: optimizeLegibility;
516 -webkit-font-smoothing: antialiased;
517 -moz-font-smoothing: antialiased;
518 -o-font-smoothing: antialiased;
519 font-smoothing: antialiased;
520 }
521 button[data-icon]::before { font-size: 16px; line-height: 16px; width: 16px; }
523 [data-icon]::before { content: attr(data-icon); }
524 [data-img]::before { content: attr(data-img); }
526 [data-icon], [data-img] { display: inline-block; }
529 /* Solarized:
530 red #dc322f
531 orange #cb4b16
532 yellow #b58900
533 green #859900
534 cyan #2aa198
535 blue #268bd2
536 magenta #d33682
537 */
540 [data-icon="tazpanel"]::before {
541 display: inline-block;
542 content: '\f13d';
543 color: #EBEBEB;
544 border: 1pt solid hsl(5, 85%, 35%); border-radius: 0.2rem;
545 font-size: 32px; line-height: 32px;
547 height: 32px; width: 32px;
548 margin: 0.2rem;
549 padding: 0;
550 vertical-align: top;
551 background-image: -webkit-linear-gradient(top, hsl(10, 100%, 40%), hsl(0, 70%, 30%));
552 }
553 .light [data-icon="tazpanel"]::before {
554 text-shadow: 0 1pt 2pt hsla(0, 0%, 0%, 0.9), 0 0 2pt hsla(0, 0%, 0%, 0.6);
555 }
559 /*******************
560 * Terminal colors *
561 *******************/
563 /* Using color palettes from Sakura terminal source */
565 .term {
566 padding: 0.3rem;
567 height: 24rem; max-height: 24rem;
568 white-space: pre-wrap;
569 overflow: auto;
570 z-index: 4;
571 background: transparent;
572 }
574 /* SliTaz Spider on background */
575 /*.term_ { display: block; position: relative; z-index: 2; }
576 .term_::after {
577 display: block; border: 1pt solid;
578 font-family: TazPanel;
579 font-size: 16rem;
580 position: absolute; right: 0; bottom: 0;
581 content: '\f13f';
582 opacity: 1;
583 color: orange;
584 z-index: 1;
585 }*/
587 .term.log { white-space: pre; }
588 /*.term input[type="text"] {
589 width: 100%!important; padding: 0; margin: 0; vertical-align: middle;
590 -webkit-appearance: none!important; -moz-appearance: none; appearance: none;
591 display: inline;
592 background-color: transparent; color: inherit; border: none; outline: none;
593 font: inherit; line-height: 1rem;
594 }*/
595 .term .cmdline {
596 /*position: relative; float: left; display: inline-block; white-space: pre-wrap;
597 width: 100%; overflow: hidden; left: 0;
598 vertical-align: middle;*/
599 padding: 0;
600 }
601 #typeField {
602 outline-style: none !important;
603 -webkit-user-modify: read-write;
604 word-wrap: break-word;
605 -webkit-nbsp-mode: space;
606 -webkit-line-break: after-white-space;
607 }
608 #num_hist {
609 display: inline-block;
610 position: absolute; right: 0.5rem; float: right;
611 height: 0;
612 color: #FFF; background: #FFF;
613 }
615 /* Tango palette (default) */
616 .color30{color:#2E3436} .color1.color30{color:#555753} .color40{background:#2E3436}
617 .color31{color:#CC0000} .color1.color31{color:#EF2929} .color41{background:#CC0000}
618 .color32{color:#4E9A06} .color1.color32{color:#8AE234} .color42{background:#4E9A06}
619 .color33{color:#C4A000} .color1.color33{color:#FCE94F} .color43{background:#C4A000}
620 .color34{color:#3465A4} .color1.color34{color:#729FCF} .color44{background:#3465A4}
621 .color35{color:#75507B} .color1.color35{color:#AD7FA8} .color45{background:#75507B}
622 .color36{color:#06989A} .color1.color36{color:#34E2E2} .color46{background:#06989A}
623 .color37{color:#D3D7CF} .color1.color37{color:#EEEEEC} .color47{background:#D3D7CF}
624 .term {color:#D3D7CF; background:#2E3436}
626 /* Linux palette */
627 .linux .color30{color:#000} .linux .color1.color30{color:#555} .linux .color40{background:#000}
628 .linux .color31{color:#A00} .linux .color1.color31{color:#F55} .linux .color41{background:#A00}
629 .linux .color32{color:#0A0} .linux .color1.color32{color:#5F5} .linux .color42{background:#0A0}
630 .linux .color33{color:#A50} .linux .color1.color33{color:#FF5} .linux .color43{background:#A50}
631 .linux .color34{color:#00A} .linux .color1.color34{color:#55F} .linux .color44{background:#00A}
632 .linux .color35{color:#A0A} .linux .color1.color35{color:#F5F} .linux .color45{background:#A0A}
633 .linux .color36{color:#0AA} .linux .color1.color36{color:#5FF} .linux .color46{background:#0AA}
634 .linux .color37{color:#AAA} .linux .color1.color37{color:#FFF} .linux .color47{background:#AAA}
635 .linux.term {color:#AAA; background:#000}
637 /* Xterm palette */
638 .xterm .color30{color:#000000} .xterm .color1.color30{color:#4C4C4C} .xterm .color40{background:#000000}
639 .xterm .color31{color:#CD0000} .xterm .color1.color31{color:#FF0000} .xterm .color41{background:#CD0000}
640 .xterm .color32{color:#00CD00} .xterm .color1.color32{color:#00FFFF} .xterm .color42{background:#00CD00}
641 .xterm .color33{color:#CDCD00} .xterm .color1.color33{color:#FFFF00} .xterm .color43{background:#CDCD00}
642 .xterm .color34{color:#1E90FF} .xterm .color1.color34{color:#4682B4} .xterm .color44{background:#1E90FF}
643 .xterm .color35{color:#CD00CD} .xterm .color1.color35{color:#FF00FF} .xterm .color45{background:#CD00CD}
644 .xterm .color36{color:#00CDCD} .xterm .color1.color36{color:#00FFFF} .xterm .color46{background:#00CDCD}
645 .xterm .color37{color:#E5E5E5} .xterm .color1.color37{color:#FFFFFF} .xterm .color47{background:#E5E5E5}
646 .xterm.term {color:#E5E5E5; background:#000000}
648 /* Rxvt palette */
649 .rxvt .color30{color:#000000} .rxvt .color1.color30{color:#404040} .rxvt .color40{background:#000000}
650 .rxvt .color31{color:#CD0000} .rxvt .color1.color31{color:#FF0000} .rxvt .color41{background:#CD0000}
651 .rxvt .color32{color:#00CD00} .rxvt .color1.color32{color:#00FFFF} .rxvt .color42{background:#00CD00}
652 .rxvt .color33{color:#CDCD00} .rxvt .color1.color33{color:#FFFF00} .rxvt .color43{background:#CDCD00}
653 .rxvt .color34{color:#0000CD} .rxvt .color1.color34{color:#0000FF} .rxvt .color44{background:#0000CD}
654 .rxvt .color35{color:#CD00CD} .rxvt .color1.color35{color:#FF00FF} .rxvt .color45{background:#CD00CD}
655 .rxvt .color36{color:#00CDCD} .rxvt .color1.color36{color:#00FFFF} .rxvt .color46{background:#00CDCD}
656 .rxvt .color37{color:#FAEBD7} .rxvt .color1.color37{color:#FFFFFF} .rxvt .color47{background:#FAEBD7}
657 .rxvt.term {color:#FAEBD7; background:#000000}
659 /* Echo palette (http://mso-chronicles.blogspot.com/2013/02/xfce-terminal-and-xchat-colour-scheme.html) */
660 .echo .color30{color:#000000} .echo .color1.color30{color:#5E5E5E} .echo .color40{background:#000000}
661 .echo .color31{color:#B40000} .echo .color1.color31{color:#FF5200} .echo .color41{background:#B40000}
662 .echo .color32{color:#00AA00} .echo .color1.color32{color:#93DA00} .echo .color42{background:#00AA00}
663 .echo .color33{color:#CB7C00} .echo .color1.color33{color:#FFE139} .echo .color43{background:#CB7C00}
664 .echo .color34{color:#003F68} .echo .color1.color34{color:#0073A2} .echo .color44{background:#003F68}
665 .echo .color35{color:#BF00EF} .echo .color1.color35{color:#DB81FF} .echo .color45{background:#BF00EF}
666 .echo .color36{color:#00A6D0} .echo .color1.color36{color:#81E3FF} .echo .color46{background:#00A6D0}
667 .echo .color37{color:#C6C6C6} .echo .color1.color37{color:#FFFFFF} .echo .color47{background:#C6C6C6}
668 .echo.term {color:#C6C6C6; background:#000000}
670 .color1 { font-weight: bold; }
672 /* History table for terminal */
673 .history { width: 100%; }
674 .history td:nth-child(1), .history td:nth-child(2), .history td:nth-child(3) {
675 white-space: nowrap;
676 width: 1px;
677 }
681 /**********
682 * Inputs *
683 **********/
685 /*:default { outline: 1px dotted hsla(240, 100%, 50%, 0.5); outline-offset: -4px; }*/
686 :required { outline: 1px solid hsla( 30, 100%, 50%, 0.7); outline-offset: -3px; }
687 :invalid { outline: 2px solid hsla( 0, 100%, 50%, 0.7); outline-offset: -3px; }
690 /* HACK for Tazweb (as clean Webkit browser): remove 1px white border around textfield */
691 input[type="text"], input[type="password"], input[type="number"], textarea { -webkit-appearance: searchfield; }
693 textarea { display: block; color: CaptionText; font-family: monospace; box-sizing: border-box; }
699 /***********************
700 * System memory gauge *
701 ***********************/
703 .sysmem {
704 margin: 0.2rem; padding: 0;
705 border: 1pt solid;
706 border-radius: 0.2rem;
707 box-shadow: inset 0 0 0 1pt hsla(0, 0%, 100%, 0.05);
708 width: 100%; margin: 0; padding: 0;
709 }
711 .sysmem_used, .sysmem_buff, .sysmem_free {
712 display: inline-block;
713 padding: 0.2rem 0; margin: 0;
714 height: 120%;
715 text-align: center; vertical-align: middle;
716 text-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.5);
717 text-align: center;
718 }
720 .sysmem_used {
721 background-color: #f28f68;
722 background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 0%, 0.2));
723 border-radius: 0.2rem 0 0 0.2rem;
724 }
725 .sysmem_buff {
726 background-color: #f28f68;
727 background-image:
728 -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 0%, 0.2)),
729 -webkit-linear-gradient(135deg,
730 transparent, transparent 25%,
731 #719fd1 25%, #719fd1 50%,
732 transparent 50%, transparent 75%,
733 #719fd1 75%);
734 background-size: 100% 100%;
735 }
736 .sysmem_free {
737 background-color: #719fd1;
738 background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 0%, 0.2));
739 border-radius: 0 0.2rem 0.2rem 0;
740 }
744 /* Disable some links to root actions */
745 button:not([disabled]) { cursor: pointer; }
746 .user [data-root] { pointer-events: none; cursor: default !important; }
749 html,body { height: 100%; width: 100%; margin: 0; padding: 0; }
750 body > header { position: absolute; top: 0; }
751 body > footer { position: absolute; bottom: 0; left: 0; right: 0; }
752 #content, #content-sidebar {
753 position: absolute; top: 63px; bottom: 1rem; left: 0; right: 0;
754 overflow-y: auto; overflow-x: hidden;
755 }
757 .bigNoScrollable { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; }
758 section.bigNoScrollable { margin: 0.5rem; }
760 .bigScrollable { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: auto; }
761 #fileContent.bigScrollable { margin: 0.2rem; top: 2.5rem; }