mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
464 lines
8.6 KiB
CSS
464 lines
8.6 KiB
CSS
#extensionsManager {
|
|
-moz-binding: url("chrome://global/skin/globalBindings.xml#unifiedWindow");
|
|
}
|
|
|
|
#extensionsBox {
|
|
padding: 0;
|
|
min-width:1px;
|
|
}
|
|
|
|
#resizerBox {
|
|
margin-top: -12px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#resizerBox > resizer {
|
|
height: 10px;
|
|
max-height: 10px;
|
|
visibility: visible;
|
|
}
|
|
|
|
/* Command Bar */
|
|
#commandBarBottom {
|
|
margin: 10px 10px 10px 10px;
|
|
min-width: 1px;
|
|
-moz-appearance: dialog;
|
|
}
|
|
|
|
#commandBarBottom button,
|
|
#getMore {
|
|
margin: 0;
|
|
font: menu;
|
|
}
|
|
|
|
|
|
/* List Box and List Items */
|
|
|
|
richlistbox {
|
|
margin: 0 !important;
|
|
-moz-appearance: none;
|
|
border-bottom: 1px solid #878787;
|
|
}
|
|
|
|
richlistitem {
|
|
padding-top: 6px;
|
|
padding-bottom: 6px;
|
|
-moz-padding-start: 7px;
|
|
-moz-padding-end: 7px;
|
|
min-height: 25px;
|
|
border-bottom: 1px solid #C0C0C0;
|
|
}
|
|
|
|
richlistitem[isDisabled="true"] .addonIcon {
|
|
opacity: 0.3;
|
|
}
|
|
|
|
richlistitem[isDisabled="true"] {
|
|
color: GrayText;
|
|
}
|
|
|
|
richlistitem[newAddon="true"] {
|
|
background-color: #fdf2ab;
|
|
color: #585620;
|
|
}
|
|
|
|
richlistitem[selected="true"] {
|
|
background-color: Highlight;
|
|
color: HighlightText;
|
|
}
|
|
|
|
richlistitem[selected="true"] .text-link {
|
|
color: inherit;
|
|
}
|
|
|
|
richlistitem[selected="true"][isDisabled="true"] {
|
|
background-image: url("chrome://mozapps/skin/extensions/itemDisabledFader.png");
|
|
}
|
|
|
|
.descriptionWrap {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
richlistitem:not([selected="true"]) .addon-description {
|
|
color: #707070;
|
|
}
|
|
|
|
richlistitem[selected="true"]:not([opType]) .descriptionCrop {
|
|
display: none;
|
|
}
|
|
|
|
.addon-name-version {
|
|
font-size: 110%;
|
|
}
|
|
|
|
.previewText {
|
|
font-size: larger;
|
|
font-weight: bold;
|
|
color: ThreeDShadow;
|
|
text-align: center;
|
|
}
|
|
|
|
#themeSplitter {
|
|
border-left: 2px solid;
|
|
-moz-border-left-colors: #383E48 #57606F;
|
|
width: 4px;
|
|
background-image: none;
|
|
}
|
|
|
|
#themePreviewArea,
|
|
#themeSplitter {
|
|
background-color: #737E8E;
|
|
}
|
|
|
|
.addonIcon {
|
|
-moz-margin-end: 2px;
|
|
width: 32px;
|
|
max-width: 32px;
|
|
height: 32px;
|
|
max-height: 32px;
|
|
}
|
|
|
|
.updateBadge,
|
|
.notifyBadge {
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-bottom: -3px;
|
|
list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png");
|
|
}
|
|
|
|
.updateBadge {
|
|
-moz-margin-end: -2px;
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
}
|
|
|
|
.notifyBadge {
|
|
-moz-margin-start: -2px;
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
}
|
|
|
|
.updateBadge,
|
|
.updateAvailableBox,
|
|
.notifyBadge {
|
|
display: none;
|
|
}
|
|
|
|
richlistitem[availableUpdateURL][updateable="true"] .updateBadge,
|
|
richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox,
|
|
richlistitem[compatible="false"] .notifyBadge,
|
|
richlistitem[providesUpdatesSecurely="false"] .notifyBadge,
|
|
richlistitem[blocklisted="true"] .notifyBadge,
|
|
richlistitem[satisfiesDependencies="false"] .notifyBadge {
|
|
display: -moz-box;
|
|
}
|
|
|
|
/* Selected Add-on buttons
|
|
See content/extensions.css to hide / display buttons */
|
|
.selectedButtons {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.selectedButtons > button {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
padding: 0;
|
|
min-height: 20px;
|
|
}
|
|
|
|
.enableButton,
|
|
.disableButton,
|
|
.optionsButton,
|
|
.useThemeButton {
|
|
-moz-margin-end: 0;
|
|
}
|
|
|
|
.enableButton, .disableButton,
|
|
.uninstallButton, .cancelUninstallButton {
|
|
-moz-margin-start: 5px;
|
|
}
|
|
|
|
/* Selected Add-on status messages and images */
|
|
richlistitem[compatible="true"] .incompatibleBox,
|
|
richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox,
|
|
richlistitem[satisfiesDependencies="true"] .needsDependenciesBox,
|
|
richlistitem[blocklisted="false"] .blocklistedBox,
|
|
richlistitem[opType="needs-uninstall"] .blocklistedBox,
|
|
richlistitem[opType="needs-uninstall"] .incompatibleBox,
|
|
richlistitem[opType="needs-uninstall"] .needsDependenciesBox,
|
|
richlistitem[opType="needs-uninstall"] .blocklistedBox {
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
richlistitem[loading="true"] .updateBadge {
|
|
display: -moz-box;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-bottom: -3px;
|
|
-moz-margin-end: -2px;
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
|
-moz-image-region: auto;
|
|
}
|
|
|
|
.addonThrobber {
|
|
-moz-margin-start: 5px;
|
|
width: 16px;
|
|
height: 16px;
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
|
}
|
|
|
|
.selectedStatusMsgs > hbox {
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.selectedStatusMsgs label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.selectedStatusMsgs label.text-link {
|
|
font-weight: normal;
|
|
border: none;
|
|
}
|
|
|
|
.attention {
|
|
-moz-box-pack: end;
|
|
}
|
|
|
|
richlistitem[opType="needs-uninstall"] .notifyBadge {
|
|
display: none;
|
|
}
|
|
|
|
.addon-search-details {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
-moz-margin-start: 6px;
|
|
-moz-margin-end: 0;
|
|
}
|
|
|
|
.addonThumbnailContainer {
|
|
background: window;
|
|
padding: 5px;
|
|
border: 2px solid ActiveBorder;
|
|
width: 135px;
|
|
min-height: 104px;
|
|
-moz-margin-end: 5px;
|
|
}
|
|
|
|
.addonMissingThumbnail {
|
|
color: GrayText;
|
|
font-size: larger;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.addonFailure {
|
|
width: 16px;
|
|
height: 16px;
|
|
list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png");
|
|
-moz-image-region: rect(0px 48px 16px 32px);
|
|
}
|
|
|
|
.addonRating {
|
|
display: none;
|
|
}
|
|
|
|
.addonLearnMore {
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.addonRating[rating] {
|
|
display: -moz-box;
|
|
width: 68px;
|
|
height: 12px;
|
|
list-style-image: url("chrome://mozapps/skin/extensions/ratings.png");
|
|
}
|
|
|
|
.addonRating[rating="0"] {
|
|
-moz-image-region: rect(0px 68px 12px 0px);
|
|
}
|
|
|
|
.addonRating[rating="1"] {
|
|
-moz-image-region: rect(12px 68px 24px 0px);
|
|
}
|
|
|
|
.addonRating[rating="2"] {
|
|
-moz-image-region: rect(24px 68px 36px 0px);
|
|
}
|
|
|
|
.addonRating[rating="3"] {
|
|
-moz-image-region: rect(36px 68px 48px 0px);
|
|
}
|
|
|
|
.addonRating[rating="4"] {
|
|
-moz-image-region: rect(48px 68px 60px 0px);
|
|
}
|
|
|
|
.addonRating[rating="5"] {
|
|
-moz-image-region: rect(60px 68px 72px 0px);
|
|
}
|
|
|
|
.addonType image {
|
|
-moz-margin-start: 6px;
|
|
list-style-image: url("chrome://mozapps/skin/extensions/extensionIcons.png");
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.addonTypeExtension image {
|
|
-moz-image-region: rect(0px 16px 16px 0px);
|
|
}
|
|
|
|
.addonTypeTheme image {
|
|
-moz-image-region: rect(0px 32px 16px 16px);
|
|
}
|
|
|
|
vbox[typeName="status"][type="search-failure"],
|
|
vbox[typeName="status"][type="recommended-failure"],
|
|
vbox[typeName="status"][type="message-norecommended"],
|
|
vbox[typeName="status"][type="message-nosearchresults"],
|
|
vbox[typeName="status"][type="retrieve-search"],
|
|
vbox[typeName="status"][type="retrieve-recommended"] {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
vbox[typeName="status"][type="footer-recommended"],
|
|
vbox[typeName="status"][type="footer-search"] {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
vbox[typeName="status"][type="header-recommended"] {
|
|
font-size: 150%;
|
|
background: -moz-dialog;
|
|
}
|
|
|
|
#searchPanel {
|
|
border-bottom: 1px solid #878787;
|
|
}
|
|
|
|
.searchbox-search, .searchbox-cancel {
|
|
-moz-appearance: none;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
border: 0;
|
|
padding: 0;
|
|
width: 19px;
|
|
height: 19px;
|
|
min-width: 19px;
|
|
min-height: 19px;
|
|
}
|
|
|
|
.searchbox-search {
|
|
list-style-image: url(chrome://mozapps/skin/extensions/searchIcons.png);
|
|
-moz-image-region: rect(0px 38px 19px 19px);
|
|
}
|
|
|
|
.searchbox-cancel {
|
|
list-style-image: url(chrome://mozapps/skin/extensions/searchIcons.png);
|
|
-moz-image-region: rect(0px 57px 19px 38px);
|
|
}
|
|
|
|
#progressBox {
|
|
padding: 5px 5px 5px 5px;
|
|
}
|
|
|
|
#progressBox > hbox {
|
|
-moz-box-align: center;
|
|
}
|
|
|
|
/* View buttons */
|
|
.viewSelector {
|
|
background-color: #969696;
|
|
border-bottom: 1px solid #404040;
|
|
background-image: url("chrome://global/skin/toolbar/toolbar-background-tall.gif");
|
|
background-repeat: repeat-x;
|
|
padding: 4px 0 8px;
|
|
margin: 0;
|
|
-moz-box-pack: center;
|
|
}
|
|
|
|
#viewGroup {
|
|
-moz-binding: url("chrome://mozapps/skin/extensions/extensions.xml#radiogroupWrapper");
|
|
}
|
|
|
|
.radiogroupWrapper {
|
|
border: 1px solid #404040;
|
|
border-bottom: 2px solid;
|
|
-moz-border-bottom-colors: #C2C2C2 #404040;
|
|
-moz-border-radius: 4px;
|
|
-moz-border-radius-bottomright: 5px;
|
|
-moz-border-radius-bottomleft: 5px;
|
|
background-image: url("chrome://global/skin/icons/white-gray-gradient.gif");
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
|
|
#viewGroup radio {
|
|
padding: 0px 4px;
|
|
margin: 0;
|
|
-moz-appearance: none !important;
|
|
font: menu;
|
|
border-left: 1px solid #404040;
|
|
}
|
|
|
|
#viewGroup radio:first-child {
|
|
border-left: none;
|
|
}
|
|
|
|
|
|
#viewGroup radio[selected="true"] {
|
|
background-color: #5E5E5E;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
/* Update view checkbox */
|
|
.includeUpdate {
|
|
-moz-user-focus: none;
|
|
}
|
|
|
|
richlistitem[selected="true"] .includeUpdate {
|
|
-moz-user-focus: normal;
|
|
}
|
|
|
|
#infoDisplay {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#infoDisplay body {
|
|
padding: 5px;
|
|
}
|
|
|
|
#infoDisplay h1,
|
|
#infoDisplay h2,
|
|
#infoDisplay h3 {
|
|
text-align: left;
|
|
font-weight: bold;
|
|
margin: 0 0 0.7em 0;
|
|
}
|
|
|
|
#infoDisplay h1 {
|
|
font-size: 150%;
|
|
}
|
|
|
|
#infoDisplay h2 {
|
|
font-size: 125%;
|
|
}
|
|
|
|
#infoDisplay h3 {
|
|
font-size: 100%;
|
|
}
|
|
|
|
#infoDisplay ol,
|
|
#infoDisplay ul {
|
|
margin: 0 0 0.7em 0;
|
|
}
|
|
|
|
#infoDisplay li {
|
|
text-align: left;
|
|
}
|
|
|
|
#infoDisplay p {
|
|
text-align: justify;
|
|
margin: 0 0 0.7em 0;
|
|
}
|