mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d1969f91c7
--HG-- extra : rebase_source : 20a6d7a32805772e9435ec874c049481a863a749
124 lines
3.3 KiB
CSS
124 lines
3.3 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/. */
|
|
|
|
@namespace html url(http://www.w3.org/1999/xhtml);
|
|
|
|
/* Do not change this without also changing the appropriate line in
|
|
* browser-plugins.js (near where this file is mentioned). */
|
|
html|object:not([width]), html|object[width=""],
|
|
html|embed:not([width]), html|embed[width=""],
|
|
html|applet:not([width]), html|applet[width=""] {
|
|
width: 240px;
|
|
}
|
|
|
|
/* Do not change this without also changing the appropriate line in
|
|
* browser-plugins.js (near where this file is mentioned). */
|
|
html|object:not([height]), html|object[height=""],
|
|
html|embed:not([height]), html|embed[height=""],
|
|
html|applet:not([height]), html|applet[height=""] {
|
|
height: 200px;
|
|
}
|
|
|
|
:-moz-type-unsupported .mainBox,
|
|
:-moz-type-unsupported-platform .mainBox,
|
|
:-moz-handler-clicktoplay .mainBox,
|
|
:-moz-handler-vulnerable-updatable .mainBox,
|
|
:-moz-handler-vulnerable-no-update .mainBox,
|
|
:-moz-handler-disabled .mainBox,
|
|
:-moz-handler-blocked .mainBox {
|
|
-moz-user-focus: normal;
|
|
}
|
|
:-moz-type-unsupported .mainBox:focus,
|
|
:-moz-type-unsupported-platform .mainBox:focus,
|
|
:-moz-handler-clicktoplay .mainBox:focus,
|
|
:-moz-handler-vulnerable-updatable .mainBox:focus,
|
|
:-moz-handler-vulnerable-no-update .mainBox:focus,
|
|
:-moz-handler-disabled .mainBox:focus,
|
|
:-moz-handler-blocked .mainBox:focus {
|
|
outline: 1px dotted;
|
|
}
|
|
|
|
.mainBox {
|
|
width: inherit;
|
|
height: inherit;
|
|
overflow: hidden;
|
|
direction: ltr;
|
|
unicode-bidi: embed;
|
|
/* used to block inherited properties */
|
|
text-transform: none;
|
|
text-indent: 0;
|
|
cursor: initial;
|
|
white-space: initial;
|
|
word-spacing: initial;
|
|
letter-spacing: initial;
|
|
line-height: initial;
|
|
z-index: 2147483647;
|
|
position: relative;
|
|
}
|
|
|
|
.mainBox[chromedir="rtl"] {
|
|
direction: rtl;
|
|
}
|
|
|
|
:-moz-handler-playpreview .mainBox {
|
|
display: none;
|
|
}
|
|
|
|
.previewPluginContent {
|
|
display: none;
|
|
}
|
|
|
|
.previewPluginContent > iframe {
|
|
width: inherit;
|
|
height: inherit;
|
|
border: none;
|
|
}
|
|
|
|
:-moz-handler-playpreview .previewPluginContent {
|
|
display: block;
|
|
width: inherit;
|
|
height: inherit;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.msg {
|
|
display: none;
|
|
}
|
|
|
|
:-moz-type-unsupported .msgUnsupported,
|
|
:-moz-type-unsupported-platform .msgUnsupportedPlatform,
|
|
:-moz-handler-clicktoplay .msgClickToPlay,
|
|
:-moz-handler-vulnerable-updatable .msgVulnerabilityStatus,
|
|
:-moz-handler-vulnerable-updatable .msgCheckForUpdates,
|
|
:-moz-handler-vulnerable-updatable .msgClickToPlay,
|
|
:-moz-handler-vulnerable-no-update .msgVulnerabilityStatus,
|
|
:-moz-handler-vulnerable-no-update .msgClickToPlay,
|
|
:-moz-handler-clicktoplay .msgTapToPlay,
|
|
:-moz-handler-disabled .msgDisabled,
|
|
:-moz-handler-disabled .msgManagePlugins,
|
|
:-moz-handler-blocked .msgBlocked,
|
|
:-moz-handler-crashed .msgCrashed {
|
|
display: block;
|
|
}
|
|
|
|
.installStatus[installable] .msgInstallPlugin {
|
|
display: block;
|
|
}
|
|
|
|
.submitStatus[status] {
|
|
display: -moz-box;
|
|
-moz-box-align: center;
|
|
-moz-box-pack: center;
|
|
height: 160px;
|
|
}
|
|
|
|
.submitStatus[status="noReport"] .msgNoCrashReport,
|
|
.submitStatus[status="please"] .msgPleaseSubmit,
|
|
.submitStatus[status="noSubmit"] .msgNotSubmitted,
|
|
.submitStatus[status="submitting"] .msgSubmitting,
|
|
.submitStatus[status="success"] .msgSubmitted,
|
|
.submitStatus[status="failed"] .msgSubmitFailed {
|
|
display: block;
|
|
}
|