X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2FwebConsole.css;h=8f5d30da51901b5e4b65e8d087a84e30a418f6c0;hb=9162a092d2729702ec879ee58403181514202e50;hp=8772cb4562768201b20255fc8579978ceadd9ae8;hpb=706c344c03f7c434b9407c67e1bd904eab88778d;p=themes.git diff --git a/LCARStrek/global/webConsole.css b/LCARStrek/global/webConsole.css index 8772cb45..8f5d30da 100644 --- a/LCARStrek/global/webConsole.css +++ b/LCARStrek/global/webConsole.css @@ -39,6 +39,10 @@ border-bottom: 3px solid #000000; } +.hud-box.animated { + -moz-transition: height 350ms; +} + .hud-outer-wrapper { width: 100%; height: 100%; @@ -61,27 +65,32 @@ -moz-user-focus: normal; } -.hud-output-node .hud-network { +.hud-clickable { + cursor: pointer; + text-decoration: underline; +} + +.hud-network { color: blue; } -.hud-output-node .hud-error { +.hud-error { color: red; } -.hud-output-node .hud-log { +.hud-log { color: black; } -.hud-output-node .hud-warn { +.hud-warn { color: orange; } -.hud-output-node .hud-info { +.hud-info { color: green; } -.hud-output-node .hud-exception { +.hud-exception { color: red; font-weight: bold; } @@ -89,8 +98,10 @@ width: 100%; margin-top: 0.3em; margin-bottom: 0.3em; - padding-left: 0.3em; - border-bottom: 1px solid #eee; + padding-left: 1em; + -moz-user-select: text; + white-space: pre-wrap; + -moz-user-focus: normal; } .hud-output-node { @@ -101,11 +112,12 @@ width: 100%; } -.hud-filtered-by-type, .hud-filtered-by-string { +.hud-filtered-by-type, +.hud-filtered-by-string { display: none; } -.hud-group:first-child .hud-divider { +.hud-group:first-child > .hud-divider { display: none; } @@ -132,32 +144,41 @@ -moz-box-direction: reverse; } -.jsterm-output-node div { - -moz-user-select: text; -} - .jsterm-scroll-to-node { height: 1px; width: 1px; position: relative; top: 92%; display: block; } .jsterm-input-node { - width: 98%; font-family: monospace; font-size: 9pt; - background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important; - border: none !important; - padding: 0px 0px 0px 16px !important; + background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat; + border: none; + padding: 0px 0px 0px 16px; } -.jsterm-input-node textarea { +.jsterm-input-node > .textbox-input-box > .textbox-textarea { overflow-x: hidden; } .jsterm-output-line { - font-size: 1.2em; + font-size: 1em; } .hud-console-filter-toolbar { padding: 1px 0px; -moz-box-align: center; } + +.jsterm-close-button { + background: none; + border: none; + list-style-image: url("chrome://global/skin/icons/close-button.gif"); + margin: 0px; + min-width: 0px; + padding: 1px 3px 1px 7px; + -moz-user-focus: ignore; +} + +.jsterm-close-button:hover, .jsterm-close-button:active { + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); +}