зеркало из https://github.com/mozilla/pjs.git
whitespace cleanup
This commit is contained in:
Родитель
e10fe507c2
Коммит
537060f200
|
@ -28,7 +28,7 @@
|
|||
-moz-border-bottom-colors: rgba(255,255,255,.5) rgba(83,42,6,.9);
|
||||
-moz-border-right-colors: rgba(255,255,255,.5) rgba(83,42,6,.9);
|
||||
box-shadow: 0 1px 0 rgba(255,255,255,.25) inset,
|
||||
0 0 2px 1px rgba(255,255,255,.25) inset;
|
||||
0 0 2px 1px rgba(255,255,255,.25) inset;
|
||||
}
|
||||
|
||||
#appmenu-button:-moz-window-inactive {
|
||||
|
|
|
@ -38,164 +38,165 @@
|
|||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
.hud-box {
|
||||
border-bottom: 1px solid #aaa;
|
||||
text-shadow: none;
|
||||
border-bottom: 1px solid #aaa;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.hud-group label {
|
||||
padding-left: 1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.hud-outer-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.hud-console-wrapper {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.hud-main-label {
|
||||
font-size: 1em;
|
||||
padding-top: 0.33em;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
padding-top: 0.33em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hud-output-node * {
|
||||
-moz-user-select: text;
|
||||
white-space: pre-wrap;
|
||||
-moz-user-focus: normal;
|
||||
-moz-user-select: text;
|
||||
white-space: pre-wrap;
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
|
||||
.hud-clickable {
|
||||
cursor: pointer !important;
|
||||
text-decoration: underline;
|
||||
cursor: pointer !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-network {
|
||||
color: blue;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-error {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-log {
|
||||
color: black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-warn {
|
||||
color: orange;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-info {
|
||||
color: green;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-exception {
|
||||
color: red; font-weight: bold;
|
||||
color: red; font-weight: bold;
|
||||
}
|
||||
|
||||
.hud-msg-node {
|
||||
width: 100%;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 0.3em;
|
||||
width: 100%;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 0.3em;
|
||||
}
|
||||
|
||||
.hud-output-node {
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 1px solid #ddd;
|
||||
overflow-x: auto; overflow: auto;
|
||||
font: 1em monospace; background-color: white;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 1px solid #ddd;
|
||||
overflow-x: auto; overflow: auto;
|
||||
font: 1em monospace; background-color: white;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hud-filtered-by-type, .hud-filtered-by-string {
|
||||
display: none;
|
||||
.hud-filtered-by-type,
|
||||
.hud-filtered-by-string {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hud-filter-cat:-moz-system-metric(windows-default-theme) {
|
||||
color: GrayText;
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
.hud-group:first-child .hud-divider {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
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;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
color: white;
|
||||
background-color: black;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
position: absolute;
|
||||
-moz-box-direction: reverse;
|
||||
}
|
||||
|
||||
.jsterm-output-node div {
|
||||
-moz-user-select: text;
|
||||
-moz-user-select: text;
|
||||
}
|
||||
|
||||
.jsterm-scroll-to-node {
|
||||
height: 1px; width: 1px; position: relative; top: 92%; display: block;
|
||||
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;
|
||||
-moz-appearance: none !important;
|
||||
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;
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
|
||||
.jsterm-input-node textarea {
|
||||
overflow-x: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.jsterm-output-line {
|
||||
font-size: 1em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.hud-console-filter-toolbar {
|
||||
padding: 1px 0px;
|
||||
-moz-box-align: center;
|
||||
padding: 1px 0px;
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
.jsterm-close-button {
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
list-style-image: url("chrome://global/skin/icons/close.png");
|
||||
margin: 0px !important;
|
||||
min-width: 0px !important;
|
||||
padding: 1px 3px 1px 7px !important;
|
||||
-moz-appearance: none !important;
|
||||
-moz-image-region: rect(0, 16px, 16px, 0);
|
||||
-moz-user-focus: ignore;
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
list-style-image: url("chrome://global/skin/icons/close.png");
|
||||
margin: 0px !important;
|
||||
min-width: 0px !important;
|
||||
padding: 1px 3px 1px 7px !important;
|
||||
-moz-appearance: none !important;
|
||||
-moz-image-region: rect(0, 16px, 16px, 0);
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
.jsterm-close-button:hover {
|
||||
-moz-image-region: rect(0, 32px, 16px, 16px);
|
||||
-moz-image-region: rect(0, 32px, 16px, 16px);
|
||||
}
|
||||
|
||||
.jsterm-close-button:hover:active {
|
||||
-moz-image-region: rect(0, 48px, 16px, 32px);
|
||||
-moz-image-region: rect(0, 48px, 16px, 32px);
|
||||
}
|
||||
|
||||
|
|
|
@ -89,7 +89,8 @@ div.group {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div.group, div#header {
|
||||
div.group,
|
||||
div#header {
|
||||
background: #FFF;
|
||||
border-color: #E1E1E1;
|
||||
border-style: solid;
|
||||
|
|
|
@ -39,164 +39,165 @@
|
|||
%include shared.inc
|
||||
|
||||
.hud-box {
|
||||
border-bottom: 1px solid #aaa;
|
||||
text-shadow: none;
|
||||
border-bottom: 1px solid #aaa;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.hud-group label {
|
||||
padding-left: 1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.hud-outer-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.hud-console-wrapper {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.hud-main-label {
|
||||
font-size: 1em;
|
||||
padding-top: 0.33em;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
padding-top: 0.33em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hud-output-node * {
|
||||
-moz-user-select: text;
|
||||
white-space: pre-wrap;
|
||||
-moz-user-focus: normal;
|
||||
-moz-user-select: text;
|
||||
white-space: pre-wrap;
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
|
||||
.hud-clickable {
|
||||
cursor: pointer !important;
|
||||
text-decoration: underline;
|
||||
cursor: pointer !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-network {
|
||||
color: blue;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-error {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-log {
|
||||
color: black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-warn {
|
||||
color: orange;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-info {
|
||||
color: green;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-exception {
|
||||
color: red; font-weight: bold;
|
||||
color: red; font-weight: bold;
|
||||
}
|
||||
|
||||
.hud-msg-node {
|
||||
width: 100%;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 0.3em;
|
||||
width: 100%;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 0.3em;
|
||||
}
|
||||
|
||||
.hud-output-node {
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 1px solid #ddd;
|
||||
overflow-x: auto; overflow: auto;
|
||||
font: 1em monospace; background-color: white;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 1px solid #ddd;
|
||||
overflow-x: auto; overflow: auto;
|
||||
font: 1em monospace; background-color: white;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hud-filtered-by-type, .hud-filtered-by-string {
|
||||
display: none;
|
||||
.hud-filtered-by-type,
|
||||
.hud-filtered-by-string {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hud-group:first-child .hud-divider {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hud-filter-cat {
|
||||
color: #6b6b6b;
|
||||
font-weight: bold;
|
||||
margin: 0px 12px 0px 0px;
|
||||
color: #6b6b6b;
|
||||
font-weight: bold;
|
||||
margin: 0px 12px 0px 0px;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
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;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
color: white;
|
||||
background-color: black;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
position: absolute;
|
||||
-moz-box-direction: reverse;
|
||||
}
|
||||
|
||||
.jsterm-output-node div {
|
||||
-moz-user-select: text;
|
||||
-moz-user-select: text;
|
||||
}
|
||||
|
||||
.jsterm-scroll-to-node {
|
||||
height: 1px; width: 1px; position: relative; top: 92%; display: block;
|
||||
height: 1px; width: 1px; position: relative; top: 92%; display: block;
|
||||
}
|
||||
|
||||
.jsterm-input-node {
|
||||
font-family: monospace;
|
||||
font-size: 9pt;
|
||||
background: url("chrome://global/skin/icons/commandline.png") 4px 2px
|
||||
no-repeat !important;
|
||||
border: none !important;
|
||||
padding: 0px 0px 0px 16px !important;
|
||||
-moz-appearance: none !important;
|
||||
font-family: monospace;
|
||||
font-size: 9pt;
|
||||
background: url("chrome://global/skin/icons/commandline.png") 4px 2px
|
||||
no-repeat !important;
|
||||
border: none !important;
|
||||
padding: 0px 0px 0px 16px !important;
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
|
||||
.jsterm-input-node textarea {
|
||||
overflow-x: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.jsterm-output-line {
|
||||
font-size: 1em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.hud-console-filter-toolbar {
|
||||
background: @scopeBarBackground@ !important;
|
||||
border-bottom: @scopeBarSeparatorBorder@ !important;
|
||||
padding: 0px 1px;
|
||||
-moz-appearance: none !important;
|
||||
-moz-box-align: center;
|
||||
background: @scopeBarBackground@ !important;
|
||||
border-bottom: @scopeBarSeparatorBorder@ !important;
|
||||
padding: 0px 1px;
|
||||
-moz-appearance: none !important;
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
.hud-console-filter-toolbar:-moz-lwtheme {
|
||||
border-top: @scopeBarSeparatorBorder@ !important;
|
||||
border-top: @scopeBarSeparatorBorder@ !important;
|
||||
}
|
||||
|
||||
.jsterm-close-button {
|
||||
list-style-image: url("chrome://global/skin/icons/console-close.png");
|
||||
margin: 0px !important;
|
||||
min-width: 0px !important;
|
||||
padding: 1px 3px 1px 7px !important;
|
||||
-moz-appearance: none !important;
|
||||
list-style-image: url("chrome://global/skin/icons/console-close.png");
|
||||
margin: 0px !important;
|
||||
min-width: 0px !important;
|
||||
padding: 1px 3px 1px 7px !important;
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
|
||||
.jsterm-close-button:active {
|
||||
background-color: rgb(175, 175, 175);
|
||||
background-color: rgb(175, 175, 175);
|
||||
}
|
||||
|
||||
|
|
|
@ -89,7 +89,8 @@ div.group {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div.group, div#header {
|
||||
div.group,
|
||||
div#header {
|
||||
background: #FFF;
|
||||
border-color: #E1E1E1;
|
||||
border-style: solid;
|
||||
|
|
|
@ -3,19 +3,19 @@
|
|||
/* These styles affect only the bound element, not other page content. */
|
||||
|
||||
.mainBox {
|
||||
text-align: center;
|
||||
background-image: -moz-repeating-linear-gradient(-45deg,
|
||||
rgba(65, 65, 65, 0.8),
|
||||
rgba(65, 65, 65, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 40px);
|
||||
color: white;
|
||||
border-radius: 12px;
|
||||
/* recessed effect with dark inner shadow and lightened bottom */
|
||||
box-shadow: inset 0 1px 3.5px rgba(0,0,0,0.8),
|
||||
0 1px 0 rgba(255,255,255,0.2);
|
||||
padding: 5px;
|
||||
-moz-user-select: none;
|
||||
text-align: center;
|
||||
background-image: -moz-repeating-linear-gradient(-45deg,
|
||||
rgba(65, 65, 65, 0.8),
|
||||
rgba(65, 65, 65, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 40px);
|
||||
color: white;
|
||||
border-radius: 12px;
|
||||
/* recessed effect with dark inner shadow and lightened bottom */
|
||||
box-shadow: inset 0 1px 3.5px rgba(0,0,0,0.8),
|
||||
0 1px 0 rgba(255,255,255,0.2);
|
||||
padding: 5px;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
html|a {
|
||||
|
@ -23,50 +23,50 @@ html|a {
|
|||
}
|
||||
|
||||
.icon {
|
||||
min-width: 48px;
|
||||
min-height: 48px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
min-width: 48px;
|
||||
min-height: 48px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
:-moz-type-unsupported .icon {
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginDownload.png);
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginDownload.png);
|
||||
}
|
||||
:-moz-handler-disabled .icon {
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginDisabled.png);
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginDisabled.png);
|
||||
}
|
||||
:-moz-handler-blocked .icon {
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
|
||||
}
|
||||
:-moz-handler-crashed .icon {
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginCrashed.png);
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginCrashed.png);
|
||||
}
|
||||
|
||||
.throbber {
|
||||
padding-left: 16px; /* width of the background image */
|
||||
background: url(chrome://global/skin/icons/loading_16.png) no-repeat;
|
||||
margin-left: 5px;
|
||||
padding-left: 16px; /* width of the background image */
|
||||
background: url(chrome://global/skin/icons/loading_16.png) no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.msg {
|
||||
font: message-box;
|
||||
font-size: 12px;
|
||||
cursor: default;
|
||||
text-shadow: rgba(0,0,0,0.8) 0 0 3.5px;
|
||||
font: message-box;
|
||||
font-size: 12px;
|
||||
cursor: default;
|
||||
text-shadow: rgba(0,0,0,0.8) 0 0 3.5px;
|
||||
}
|
||||
|
||||
.submitStatus div {
|
||||
min-height: 19px; /* height of biggest line (with throbber) */
|
||||
min-height: 19px; /* height of biggest line (with throbber) */
|
||||
}
|
||||
|
||||
.msgBottomLinks {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.helpIcon {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
background: url(chrome://mozapps/skin/plugins/pluginHelp-16.png) no-repeat;
|
||||
float: left;
|
||||
display: inline-block;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
background: url(chrome://mozapps/skin/plugins/pluginHelp-16.png) no-repeat;
|
||||
}
|
||||
|
|
|
@ -37,168 +37,168 @@
|
|||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
.hud-box {
|
||||
border-bottom: 1px solid #aaa;
|
||||
text-shadow: none;
|
||||
border-bottom: 1px solid #aaa;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.hud-group label {
|
||||
padding-left: 1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.hud-outer-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.hud-console-wrapper {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.hud-main-label {
|
||||
font-size: 1em;
|
||||
padding-top: 0.33em;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
padding-top: 0.33em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hud-output-node * {
|
||||
-moz-user-select: text;
|
||||
white-space: pre-wrap;
|
||||
-moz-user-focus: normal;
|
||||
-moz-user-select: text;
|
||||
white-space: pre-wrap;
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
|
||||
.hud-clickable {
|
||||
cursor: pointer !important;
|
||||
text-decoration: underline;
|
||||
cursor: pointer !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-network {
|
||||
color: blue;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-error {
|
||||
color: red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-log {
|
||||
color: black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-warn {
|
||||
color: orange;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-info {
|
||||
color: green;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.hud-output-node .hud-exception {
|
||||
color: red; font-weight: bold;
|
||||
color: red; font-weight: bold;
|
||||
}
|
||||
|
||||
.hud-msg-node {
|
||||
width: 100%;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 0.3em;
|
||||
/* border-bottom: 1px solid #eee; */
|
||||
width: 100%;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
padding-left: 0.3em;
|
||||
/* border-bottom: 1px solid #eee; */
|
||||
}
|
||||
|
||||
.hud-output-node {
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 1px solid #ddd;
|
||||
overflow-x: auto; overflow: auto;
|
||||
font: 1em monospace; background-color: white;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 1px solid #ddd;
|
||||
overflow-x: auto; overflow: auto;
|
||||
font: 1em monospace; background-color: white;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hud-filtered-by-type, .hud-filtered-by-string {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hud-filter-cat:-moz-system-metric(windows-default-theme) {
|
||||
color: GrayText;
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
.hud-group:first-child .hud-divider {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
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;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
color: white;
|
||||
background-color: black;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
position: absolute;
|
||||
-moz-box-direction: reverse;
|
||||
}
|
||||
|
||||
.jsterm-output-node div {
|
||||
-moz-user-select: text;
|
||||
-moz-user-select: text;
|
||||
}
|
||||
|
||||
.jsterm-scroll-to-node {
|
||||
height: 1px; width: 1px; position: relative; top: 92%; display: block;
|
||||
height: 1px; width: 1px; position: relative; top: 92%; display: block;
|
||||
}
|
||||
|
||||
.jsterm-input-node {
|
||||
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;
|
||||
-moz-appearance: none !important;
|
||||
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;
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
|
||||
.jsterm-input-node textarea {
|
||||
overflow-x: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.jsterm-output-line {
|
||||
font-size: 1em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.hud-console-filter-toolbar {
|
||||
padding: 1px 0px;
|
||||
-moz-box-align: center;
|
||||
-moz-appearance: none !important;
|
||||
background-color: -moz-dialog;
|
||||
border-top: none;
|
||||
padding: 1px 0px;
|
||||
-moz-box-align: center;
|
||||
-moz-appearance: none !important;
|
||||
background-color: -moz-dialog;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
|
||||
.jsterm-close-button {
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
list-style-image: url("chrome://global/skin/icons/close.png");
|
||||
margin: 0px !important;
|
||||
min-width: 0px !important;
|
||||
padding: 1px 3px 1px 7px !important;
|
||||
-moz-appearance: none !important;
|
||||
-moz-image-region: rect(0, 16px, 16px, 0);
|
||||
-moz-user-focus: ignore;
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
list-style-image: url("chrome://global/skin/icons/close.png");
|
||||
margin: 0px !important;
|
||||
min-width: 0px !important;
|
||||
padding: 1px 3px 1px 7px !important;
|
||||
-moz-appearance: none !important;
|
||||
-moz-image-region: rect(0, 16px, 16px, 0);
|
||||
-moz-user-focus: ignore;
|
||||
}
|
||||
|
||||
.jsterm-close-button:hover {
|
||||
-moz-image-region: rect(0, 32px, 16px, 16px);
|
||||
-moz-image-region: rect(0, 32px, 16px, 16px);
|
||||
}
|
||||
|
||||
.jsterm-close-button:hover:active {
|
||||
-moz-image-region: rect(0, 48px, 16px, 32px);
|
||||
-moz-image-region: rect(0, 48px, 16px, 32px);
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ body {
|
|||
|
||||
div#header {
|
||||
padding: 5px;
|
||||
overflow-x:auto;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -89,7 +89,8 @@ div.group {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div.group, div#header {
|
||||
div.group,
|
||||
div#header {
|
||||
background: #FFF;
|
||||
border-color: #E1E1E1;
|
||||
border-style: solid;
|
||||
|
|
|
@ -3,19 +3,19 @@
|
|||
/* These styles affect only the bound element, not other page content. */
|
||||
|
||||
.mainBox {
|
||||
text-align: center;
|
||||
background-image: -moz-repeating-linear-gradient(-45deg,
|
||||
rgba(65, 65, 65, 0.8),
|
||||
rgba(65, 65, 65, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 40px);
|
||||
color: white;
|
||||
border-radius: 12px;
|
||||
/* recessed effect with dark inner shadow and lightened bottom */
|
||||
box-shadow: inset 0 1px 3.5px rgba(0,0,0,0.8),
|
||||
0 1px 0 rgba(255,255,255,0.2);
|
||||
padding: 5px;
|
||||
-moz-user-select: none;
|
||||
text-align: center;
|
||||
background-image: -moz-repeating-linear-gradient(-45deg,
|
||||
rgba(65, 65, 65, 0.8),
|
||||
rgba(65, 65, 65, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 20px,
|
||||
rgba(69, 69, 69, 0.8) 40px);
|
||||
color: white;
|
||||
border-radius: 12px;
|
||||
/* recessed effect with dark inner shadow and lightened bottom */
|
||||
box-shadow: inset 0 1px 3.5px rgba(0,0,0,0.8),
|
||||
0 1px 0 rgba(255,255,255,0.2);
|
||||
padding: 5px;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
html|a {
|
||||
|
@ -23,50 +23,50 @@ html|a {
|
|||
}
|
||||
|
||||
.icon {
|
||||
min-width: 48px;
|
||||
min-height: 48px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
min-width: 48px;
|
||||
min-height: 48px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
:-moz-type-unsupported .icon {
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginDownload.png);
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginDownload.png);
|
||||
}
|
||||
:-moz-handler-disabled .icon {
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginDisabled.png);
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginDisabled.png);
|
||||
}
|
||||
:-moz-handler-blocked .icon {
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
|
||||
}
|
||||
:-moz-handler-crashed .icon {
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginCrashed.png);
|
||||
background-image: url(chrome://mozapps/skin/plugins/contentPluginCrashed.png);
|
||||
}
|
||||
|
||||
.throbber {
|
||||
padding-left: 16px; /* width of the background image */
|
||||
background: url(chrome://global/skin/icons/loading_16.png) no-repeat;
|
||||
margin-left: 5px;
|
||||
padding-left: 16px; /* width of the background image */
|
||||
background: url(chrome://global/skin/icons/loading_16.png) no-repeat;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.msg {
|
||||
font: message-box;
|
||||
font-size: 12px;
|
||||
cursor: default;
|
||||
text-shadow: rgba(0,0,0,0.8) 0 0 3.5px;
|
||||
font: message-box;
|
||||
font-size: 12px;
|
||||
cursor: default;
|
||||
text-shadow: rgba(0,0,0,0.8) 0 0 3.5px;
|
||||
}
|
||||
|
||||
.submitStatus div {
|
||||
min-height: 19px; /* height of biggest line (with throbber) */
|
||||
min-height: 19px; /* height of biggest line (with throbber) */
|
||||
}
|
||||
|
||||
.msgBottomLinks {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.helpIcon {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
background: url(chrome://mozapps/skin/plugins/pluginHelp-16.png) no-repeat;
|
||||
float: left;
|
||||
display: inline-block;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
background: url(chrome://mozapps/skin/plugins/pluginHelp-16.png) no-repeat;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче