X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole.css;h=fe5a3acaf4b3ed17c8052df0470ae2ad09b26dcc;hp=be6686a6a3e628f41a691ab7fdda8e4595bdd4f4;hb=fe524e0c0e2035af794e8183b25693f847fb12ce;hpb=ed1a91c660e33123a3167af0806d58e00845240b diff --git a/LCARStrek/browser/devtools/webconsole.css b/LCARStrek/browser/devtools/webconsole.css index be6686a6..fe5a3aca 100644 --- a/LCARStrek/browser/devtools/webconsole.css +++ b/LCARStrek/browser/devtools/webconsole.css @@ -6,13 +6,30 @@ window { padding: 0; } +.webconsole-timestamp, +.webconsole-msg-body, +.jsterm-input-node, +.jsterm-complete-node { + font-family: "Liberation Mono", Consolas, "Courier New", monospace; +} + +/* + * This hardcoded width likely due to a toolkit Windows specific bug. + * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7 + */ + +.hud-filter-box { + width: 200px; +} + +/* === webconsole.inc.css === */ + /* General output styles */ .webconsole-timestamp { color: #8050B0; margin-top: 0; margin-bottom: 0; - font-family: "Liberation Mono", Consolas, "Courier New", monospace; } .hud-msg-node { @@ -26,12 +43,6 @@ window { height: 8px; } -.hud-output-node div { - -moz-user-select: text; - white-space: pre-wrap; - -moz-user-focus: normal; -} - .hud-clickable { cursor: pointer; text-decoration: underline; @@ -81,16 +92,20 @@ window { text-align: end; } +.webconsole-mixed-content { + color: #FF0000; +} + +.webconsole-mixed-content-link { + color: #3333FF; + margin: 0; +} + .hud-msg-node[selected="true"] > .webconsole-timestamp, .hud-msg-node[selected="true"] > .webconsole-location { color: inherit; } -.jsterm-input-node, -.jsterm-complete-node { - font-family: "Liberation Mono", Consolas, "Courier New", monospace; -} - .hud-output-node { -moz-appearance: none; border-bottom: 1px solid #9C9CFF; @@ -102,8 +117,19 @@ window { display: none; } +.hidden-message { + display: block; + visibility: hidden; + height: 0; + overflow: hidden; +} + /* WebConsole colored drops */ +.webconsole-filter-button { + -moz-user-focus: normal; +} + .webconsole-filter-button[checked] { /* color: white !important; */ } @@ -201,15 +227,6 @@ window { -moz-image-region: rect(24px, 32px, 32px, 24px); } -webconsole-mixed-content { - color: #FF0000; -} - -.webconsole-mixed-content-link { - color: #9C9CFF; - margin: 0; -} - /* Input and output styles */ .webconsole-msg-input > .webconsole-msg-icon-container, .webconsole-msg-output > .webconsole-msg-icon-container { @@ -223,19 +240,7 @@ webconsole-mixed-content { .webconsole-msg-output { -moz-image-region: rect(24px, 48px, 32px, 40px); } -/* -.webconsole-close-button { - border: none; - padding-top: 4px; - padding-bottom: 5px; - list-style-image: url("chrome://global/skin/icons/close-button.gif"); -} -.webconsole-close-button:hover, -.webconsole-close-button:hover:active { - list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); -} -*/ /* JSTerm Styles */ .jsterm-input-node, @@ -245,7 +250,8 @@ webconsole-mixed-content { } .jsterm-input-node { - background: url("chrome://browser/skin/devtools/commandline.png") 4px 3px no-repeat; + background: -moz-image-rect(url("chrome://browser/skin/devtools/commandline-icon.png"), 0, 32, 16, 16) no-repeat; + background-position: 0%; } :-moz-any(.jsterm-input-node, @@ -257,17 +263,6 @@ webconsole-mixed-content { color: #8050B0; } -/* Filter */ - -/* - * This hardcoded width likely due to a toolkit Windows specific bug. - * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7 - */ - -.hud-filter-box { - width: 200px; -} - .webconsole-msg-inspector iframe { height: 7em; margin-bottom: 15px; @@ -280,6 +275,8 @@ webconsole-mixed-content { border: none; } +/* Security styles */ + .webconsole-msg-security > .webconsole-msg-icon-container { -moz-border-start: solid #FF0000 6px; } @@ -288,3 +285,24 @@ webconsole-mixed-content { background-color: #FF0000; border-color: #FFCF00; } + +.webconsole-msg-security.webconsole-msg-error { + -moz-image-region: rect(32px, 16px, 40px, 8px); +} + +.webconsole-msg-security.webconsole-msg-warn { + -moz-image-region: rect(32px, 24px, 40px, 16px); +} + +.navigation-marker { + color: #000000; + background-color: #A09090; + -moz-margin-start: 3px; + -moz-margin-end: 6px; + font-size: 0.9em; +} + +.navigation-marker .url { + background-color: #000000; + -moz-padding-end: 6px; +}