mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
376 lines
7.6 KiB
CSS
376 lines
7.6 KiB
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
%include ../shared.inc
|
|
|
|
.hud-box {
|
|
border-bottom: 1px solid #aaa;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.hud-box.animated {
|
|
transition: height 100ms;
|
|
}
|
|
|
|
.hud-splitter {
|
|
border-bottom: solid #a5a5a5 1px;
|
|
background: url("chrome://global/skin/splitter/dimple.png") no-repeat center,
|
|
-moz-linear-gradient(top, #fcfcfc, #dfdfdf);
|
|
}
|
|
|
|
.hud-outer-wrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.hud-console-wrapper {
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
/* General output styles */
|
|
|
|
.webconsole-timestamp {
|
|
color: GrayText;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
font: 11px Menlo, Monaco, monospace;
|
|
}
|
|
|
|
.hud-msg-node {
|
|
list-style-image: url(chrome://browser/skin/devtools/webconsole.png);
|
|
-moz-image-region: rect(0, 1px, 0, 0);
|
|
}
|
|
|
|
.webconsole-msg-icon {
|
|
margin: 3px 4px;
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
|
|
.hud-clickable {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.webconsole-msg-body {
|
|
margin-top: 0;
|
|
margin-bottom: 3px;
|
|
-moz-margin-start: 3px;
|
|
-moz-margin-end: 6px;
|
|
white-space: pre-wrap;
|
|
font: 11px Menlo, Monaco, monospace;
|
|
}
|
|
|
|
.webconsole-msg-body-piece {
|
|
margin: 0;
|
|
}
|
|
|
|
.webconsole-msg-url {
|
|
margin: 0 6px;
|
|
}
|
|
|
|
/* Repeated messages */
|
|
.webconsole-msg-repeat {
|
|
margin: 2px 0;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
color: white;
|
|
background-color: red;
|
|
border-radius: 40px;
|
|
font: message-box;
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/* TODO move this and other functional rules to content - bug 635359 */
|
|
.webconsole-msg-repeat[value="1"] {
|
|
display: none;
|
|
}
|
|
|
|
.webconsole-location {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
-moz-margin-start: 0;
|
|
-moz-margin-end: 6px;
|
|
width: 10em;
|
|
text-align: end;
|
|
}
|
|
|
|
.hud-msg-node[selected="true"] > .webconsole-timestamp,
|
|
.hud-msg-node[selected="true"] > .webconsole-location {
|
|
color: inherit;
|
|
}
|
|
|
|
.jsterm-input-node,
|
|
.jsterm-complete-node {
|
|
font: 11px Menlo, Monaco, monospace;
|
|
}
|
|
|
|
.hud-output-node {
|
|
-moz-appearance: none;
|
|
border-bottom: 1px solid ThreeDShadow;
|
|
border-top: 1px solid ThreeDShadow;
|
|
margin: 0;
|
|
}
|
|
|
|
.hud-filtered-by-type,
|
|
.hud-filtered-by-string {
|
|
display: none;
|
|
}
|
|
|
|
.webconsole-filter-button,
|
|
.webconsole-clear-console-button {
|
|
-moz-appearance: none;
|
|
border: @roundButtonBorder@;
|
|
background: @roundButtonBackground@;
|
|
box-shadow: @roundButtonShadow@;
|
|
color: buttontext;
|
|
margin: 1px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.webconsole-filter-button {
|
|
border-radius: 10000px;
|
|
-moz-margin-start: 6px;
|
|
-moz-box-orient: horizontal;
|
|
}
|
|
|
|
.webconsole-clear-console-button {
|
|
border-radius: 3px;
|
|
-moz-margin-end: 6px;
|
|
-moz-margin-start: 4px;
|
|
padding: 1px 6px;
|
|
}
|
|
|
|
.webconsole-filter-button[checked="true"] {
|
|
box-shadow: @roundButtonPressedShadow@;
|
|
background: #d0d0d0;
|
|
}
|
|
|
|
.webconsole-filter-button > .toolbarbutton-menubutton-button {
|
|
-moz-appearance: none;
|
|
margin: 0;
|
|
padding: 1px 0;
|
|
list-style-image: url(chrome://browser/skin/devtools/webconsole.png);
|
|
-moz-box-orient: horizontal;
|
|
}
|
|
|
|
.webconsole-filter-button:hover:active,
|
|
.webconsole-clear-console-button:hover:active {
|
|
text-shadow: @loweredShadow@;
|
|
box-shadow: @roundButtonPressedShadow@;
|
|
background: @roundButtonPressedBackground@;
|
|
}
|
|
|
|
.webconsole-clear-console-button > .toolbarbutton-text {
|
|
margin: 0;
|
|
}
|
|
|
|
.webconsole-filter-button > .toolbarbutton-menubutton-button > .toolbarbutton-text {
|
|
margin: 0 3px;
|
|
}
|
|
|
|
.webconsole-filter-button > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
|
-moz-margin-start: 3px;
|
|
}
|
|
|
|
.webconsole-filter-button > .toolbarbutton-menubutton-dropmarker {
|
|
padding: 6px 3px 2px;
|
|
-moz-border-start: dotted #aaaaaa 1px;
|
|
}
|
|
|
|
.webconsole-new-group {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
/* Network styles */
|
|
.webconsole-filter-button[category="net"] {
|
|
-moz-image-region: rect(0, 8px, 8px, 0);
|
|
}
|
|
|
|
.webconsole-msg-network > .webconsole-msg-icon-container {
|
|
-moz-border-start: solid #000 6px;
|
|
}
|
|
|
|
.webconsole-msg-network.webconsole-msg-error {
|
|
-moz-image-region: rect(0, 16px, 8px, 8px);
|
|
}
|
|
|
|
/* CSS styles */
|
|
.webconsole-filter-button[category="css"] {
|
|
-moz-image-region: rect(8px, 8px, 16px, 0);
|
|
}
|
|
|
|
.webconsole-msg-cssparser > .webconsole-msg-icon-container {
|
|
-moz-border-start: solid #00b6f0 6px;
|
|
}
|
|
|
|
.webconsole-msg-cssparser.webconsole-msg-error {
|
|
-moz-image-region: rect(8px, 16px, 16px, 8px);
|
|
}
|
|
|
|
.webconsole-msg-cssparser.webconsole-msg-warn {
|
|
-moz-image-region: rect(8px, 24px, 16px, 16px);
|
|
}
|
|
|
|
/* JS styles */
|
|
.webconsole-filter-button[category="js"] {
|
|
-moz-image-region: rect(16px, 8px, 24px, 0);
|
|
}
|
|
|
|
.webconsole-msg-exception > .webconsole-msg-icon-container {
|
|
-moz-border-start: solid #fb9500 6px;
|
|
}
|
|
|
|
.webconsole-msg-exception.webconsole-msg-error {
|
|
-moz-image-region: rect(16px, 16px, 24px, 8px);
|
|
}
|
|
|
|
.webconsole-msg-exception.webconsole-msg-warn {
|
|
-moz-image-region: rect(16px, 24px, 24px, 16px);
|
|
}
|
|
|
|
/* Web Developer styles */
|
|
.webconsole-filter-button[category="logging"] {
|
|
-moz-image-region: rect(24px, 8px, 32px, 0);
|
|
}
|
|
|
|
.webconsole-msg-console > .webconsole-msg-icon-container {
|
|
-moz-border-start: solid #cbcbcb 6px;
|
|
}
|
|
|
|
.webconsole-msg-console.webconsole-msg-error,
|
|
.webconsole-msg-output.webconsole-msg-error {
|
|
-moz-image-region: rect(24px, 16px, 32px, 8px);
|
|
}
|
|
|
|
.webconsole-msg-console.webconsole-msg-warn {
|
|
-moz-image-region: rect(24px, 24px, 32px, 16px);
|
|
}
|
|
|
|
.webconsole-msg-console.webconsole-msg-info {
|
|
-moz-image-region: rect(24px, 32px, 32px, 24px);
|
|
}
|
|
|
|
.webconsole-mixed-content {
|
|
color: #FF0000;
|
|
}
|
|
|
|
.webconsole-mixed-content-link {
|
|
color: #0000EE;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Input and output styles */
|
|
.webconsole-msg-input > .webconsole-msg-icon-container,
|
|
.webconsole-msg-output > .webconsole-msg-icon-container {
|
|
border-left: solid #808080 6px;
|
|
}
|
|
|
|
.webconsole-msg-input {
|
|
-moz-image-region: rect(24px, 40px, 32px, 32px);
|
|
}
|
|
|
|
.webconsole-msg-output {
|
|
-moz-image-region: rect(24px, 48px, 32px, 40px);
|
|
}
|
|
|
|
.webconsole-close-button {
|
|
list-style-image: url("chrome://global/skin/icons/close.png");
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
-moz-margin-start: 3px;
|
|
-moz-margin-end: -14px;
|
|
min-width: 0;
|
|
-moz-appearance: none;
|
|
-moz-image-region: rect(0, 16px, 16px, 0);
|
|
}
|
|
|
|
.webconsole-close-button:hover {
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
|
}
|
|
|
|
.webconsole-close-button:hover:active {
|
|
-moz-image-region: rect(0, 48px, 16px, 32px);
|
|
}
|
|
|
|
/* JSTerm Styles */
|
|
|
|
.jsterm-wrapper-node {
|
|
font-family: monospace;
|
|
font-size: 1em;
|
|
background-color: #000;
|
|
border: 1px solid #333;
|
|
padding: 0.1em;
|
|
width: 100%;
|
|
height: 400px;
|
|
}
|
|
|
|
.jsterm-output-node {
|
|
width: 100%;
|
|
height: 400px;
|
|
color: white;
|
|
background-color: black;
|
|
overflow: auto;
|
|
overflow-x: auto;
|
|
position: absolute;
|
|
-moz-box-direction: reverse;
|
|
}
|
|
|
|
.jsterm-scroll-to-node {
|
|
height: 1px;
|
|
width: 1px;
|
|
position: relative;
|
|
top: 92%;
|
|
display: block;
|
|
}
|
|
|
|
.jsterm-input-node,
|
|
.jsterm-complete-node {
|
|
border: none;
|
|
padding: 0 0 0 16px;
|
|
-moz-appearance: none;
|
|
}
|
|
|
|
.jsterm-input-node {
|
|
background: url("chrome://browser/skin/devtools/commandline.png") 4px 2px no-repeat;
|
|
}
|
|
|
|
:-moz-any(.jsterm-input-node,
|
|
.jsterm-complete-node) > .textbox-input-box > .textbox-textarea {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.jsterm-complete-node > .textbox-input-box > .textbox-textarea {
|
|
color: GrayText;
|
|
}
|
|
|
|
.jsterm-output-line {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.hud-console-filter-toolbar {
|
|
background: @scopeBarBackground@;
|
|
border-bottom: @scopeBarSeparatorBorder@;
|
|
padding: 0px 1px;
|
|
-moz-appearance: none;
|
|
-moz-box-align: center;
|
|
}
|
|
|
|
.hud-console-filter-toolbar:-moz-lwtheme {
|
|
border-top: @scopeBarSeparatorBorder@;
|
|
}
|
|
|
|
.web-console-panel {
|
|
-moz-appearance: none;
|
|
background-color: white;
|
|
}
|
|
|
|
.web-console-panel > .hud-box {
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: white;
|
|
}
|