Bug 493022 - Add mozapps/ to the modern theme; r+sr=neil
После Ширина: | Высота: | Размер: 2.0 KiB |
|
@ -4,6 +4,7 @@ modern.jar:
|
|||
% skin global modern/1.0 %skin/modern/global/
|
||||
% skin help modern/1.0 %skin/modern/help/
|
||||
% skin messenger modern/1.0 %skin/modern/messenger/
|
||||
% skin mozapps modern/1.0 %skin/modern/mozapps/
|
||||
% skin navigator modern/1.0 %skin/modern/navigator/
|
||||
% skin messenger-newsblog modern/1.0 %skin/modern/messenger-newsblog/
|
||||
% style chrome://global/content/customizeToolbar.xul chrome://navigator/skin/navigator.css
|
||||
|
@ -235,6 +236,7 @@ modern.jar:
|
|||
skin/modern/global/icons/close-hov.gif (global/icons/close-hov.gif)
|
||||
skin/modern/global/icons/close.gif (global/icons/close.gif)
|
||||
skin/modern/global/icons/closebox.gif (global/icons/closebox.gif)
|
||||
skin/modern/global/icons/Error.png (global/icons/Error.png)
|
||||
skin/modern/global/icons/find.png (global/icons/find.png)
|
||||
skin/modern/global/icons/notfound.png (global/icons/notfound.png)
|
||||
skin/modern/global/icons/pg-landscape.gif (global/icons/pg-landscape.gif)
|
||||
|
@ -466,6 +468,35 @@ modern.jar:
|
|||
skin/modern/messenger/smime/icons/hdrCryptoOk.gif (messenger/smime/icons/hdrCryptoOk.gif)
|
||||
skin/modern/messenger/smime/icons/hdrCryptoNotOk.gif (messenger/smime/icons/hdrCryptoNotOk.gif)
|
||||
skin/modern/messenger-newsblog/feed-subscriptions.css (messenger/newsblog/feed-subscriptions.css)
|
||||
skin/modern/mozapps/downloads/downloadIcon.png (mozapps/downloads/downloadIcon.png)
|
||||
skin/modern/mozapps/downloads/downloads.css (mozapps/downloads/downloads.css)
|
||||
skin/modern/mozapps/downloads/unknownContentType.css (mozapps/downloads/unknownContentType.css)
|
||||
skin/modern/mozapps/extensions/about.css (mozapps/extensions/about.css)
|
||||
skin/modern/mozapps/extensions/blocklist.css (mozapps/extensions/blocklist.css)
|
||||
skin/modern/mozapps/extensions/eula.css (mozapps/extensions/eula.css)
|
||||
skin/modern/mozapps/extensions/extensionIcons.png (mozapps/extensions/extensionIcons.png)
|
||||
skin/modern/mozapps/extensions/extensions.css (mozapps/extensions/extensions.css)
|
||||
skin/modern/mozapps/extensions/notifyBadge.png (mozapps/extensions/notifyBadge.png)
|
||||
skin/modern/mozapps/extensions/ratings.png (mozapps/extensions/ratings.png)
|
||||
skin/modern/mozapps/extensions/themeGeneric.png (mozapps/extensions/themeGeneric.png)
|
||||
skin/modern/mozapps/extensions/update.css (mozapps/extensions/update.css)
|
||||
skin/modern/mozapps/extensions/updateBadge.png (mozapps/extensions/updateBadge.png)
|
||||
skin/modern/mozapps/handling/handling.css (mozapps/handling/handling.css)
|
||||
skin/modern/mozapps/icons/itemDisabledFader.png (mozapps/icons/itemDisabledFader.png)
|
||||
skin/modern/mozapps/icons/itemEnabledFader.png (mozapps/icons/itemEnabledFader.png)
|
||||
skin/modern/mozapps/plugins/missingPlugin.css (mozapps/plugins/missingPlugin.css)
|
||||
skin/modern/mozapps/plugins/pluginBlocked.png (mozapps/plugins/pluginBlocked.png)
|
||||
skin/modern/mozapps/plugins/pluginBlocked-16.png (mozapps/plugins/pluginBlocked.png)
|
||||
skin/modern/mozapps/plugins/pluginDisabled.png (mozapps/plugins/pluginDisabled.png)
|
||||
skin/modern/mozapps/plugins/pluginDisabled-16.png (mozapps/plugins/pluginDisabled-16.png)
|
||||
skin/modern/mozapps/plugins/pluginGeneric.png (mozapps/plugins/pluginGeneric.png)
|
||||
skin/modern/mozapps/plugins/pluginGeneric-16.png (mozapps/plugins/pluginGeneric-16.png)
|
||||
skin/modern/mozapps/plugins/pluginInstallerWizard.css (mozapps/plugins/pluginInstallerWizard.css)
|
||||
skin/modern/mozapps/update/update.png (mozapps/update/update.png)
|
||||
skin/modern/mozapps/update/updates.css (mozapps/update/updates.css)
|
||||
skin/modern/mozapps/viewsource/viewsource.css (mozapps/viewsource/viewsource.css)
|
||||
skin/modern/mozapps/xpinstall/xpinstallConfirm.css (mozapps/xpinstall/xpinstallConfirm.css)
|
||||
skin/modern/mozapps/xpinstall/xpinstallItemGeneric.png (mozapps/xpinstall/xpinstallItemGeneric.png)
|
||||
skin/modern/navigator/linkToolbar.css (navigator/linkToolbar.css)
|
||||
skin/modern/navigator/navigator.css (navigator/navigator.css)
|
||||
skin/modern/navigator/pageInfo.css (navigator/pageInfo.css)
|
||||
|
|
После Ширина: | Высота: | Размер: 857 B |
|
@ -0,0 +1,141 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
/* Download View */
|
||||
#downloadView {
|
||||
margin: 0;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
/* Download View Items */
|
||||
richlistitem[type="download"] {
|
||||
padding: 4px 8px 4px 4px;
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
|
||||
richlistitem[type="download"][selected="true"] {
|
||||
background-image: url("chrome://mozapps/skin/icons/itemEnabledFader.png");
|
||||
}
|
||||
|
||||
richlistitem[type="download"] .name {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
richlistitem[type="download"] .dateTime {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
richlistitem[type="download"] progressmeter {
|
||||
background-color: #C7D0D9;
|
||||
}
|
||||
|
||||
richlistitem[type="download"]:not([selected="true"]) .dateTime,
|
||||
richlistitem[type="download"]:not([selected="true"]) .status {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.mini-button > .button-box > .button-icon {
|
||||
-moz-margin-start: 0;
|
||||
}
|
||||
|
||||
.mini-button > .button-box > .button-text {
|
||||
-moz-margin-start: 0 !important;
|
||||
-moz-margin-end: 0 !important;
|
||||
}
|
||||
|
||||
.mini-button {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
color: #000000 !important;
|
||||
background-color: transparent !important;
|
||||
list-style-image: url("chrome://communicator/skin/downloads/downloadButtons.png");
|
||||
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
||||
margin: 0;
|
||||
border: 1px dotted !important;
|
||||
-moz-border-top-colors: transparent !important;
|
||||
-moz-border-right-colors: transparent !important;
|
||||
-moz-border-bottom-colors: transparent !important;
|
||||
-moz-border-left-colors: transparent !important;
|
||||
-moz-border-radius: 0 !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.mini-button:focus {
|
||||
-moz-border-top-colors: #000000 !important;
|
||||
-moz-border-right-colors: #000000 !important;
|
||||
-moz-border-bottom-colors: #000000 !important;
|
||||
-moz-border-left-colors: #000000 !important;
|
||||
}
|
||||
|
||||
.cancel {
|
||||
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
||||
}
|
||||
|
||||
.retry {
|
||||
-moz-image-region: rect(0px, 64px, 16px, 48px);
|
||||
}
|
||||
|
||||
.pause {
|
||||
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
||||
}
|
||||
|
||||
.pause[disabled="true"] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.resume {
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
||||
.blockedIcon {
|
||||
list-style-image: url("chrome://global/skin/icons/Error.png");
|
||||
}
|
||||
|
||||
/* prevent flickering when changing states */
|
||||
.downloadTypeIcon {
|
||||
min-height: 32px;
|
||||
min-width: 32px;
|
||||
}
|
||||
|
||||
#clearListButton {
|
||||
margin: 2px 4px;
|
||||
}
|
|
@ -0,0 +1,59 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#from {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
#location {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#contentTypeImage {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
-moz-margin-start: 0;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
.small-indent {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.small-indent label {
|
||||
-moz-margin-start: 0;
|
||||
}
|
|
@ -0,0 +1,90 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#clientBox {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#extensionName {
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#extensionVersion {
|
||||
font-weight: bold;
|
||||
color: #8290A5;
|
||||
}
|
||||
|
||||
#genericAbout {
|
||||
padding: 0px 0px 10px 0px;
|
||||
min-height: 200px;
|
||||
width: 30em;
|
||||
}
|
||||
|
||||
#genericAbout > .dialog-button-box {
|
||||
-moz-margin-end: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#groove {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
#clientBox {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#extensionDescription {
|
||||
color: #22262F;
|
||||
}
|
||||
|
||||
.boxIndent {
|
||||
-moz-margin-start: 6px;
|
||||
}
|
||||
|
||||
#extensionCreator, .contributor {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.sectionTitle {
|
||||
border-top: 2px solid;
|
||||
-moz-border-top-colors: #A5ABC0 #EEF1F7;
|
||||
padding: 2px 0px 3px 0px;
|
||||
margin-top: 3px;
|
||||
font-weight: bold;
|
||||
color: #22262F;
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
richlistitem {
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
-moz-padding-start: 7px;
|
||||
-moz-padding-end: 7px;
|
||||
border-bottom: 1px solid #A5ABC0;
|
||||
}
|
||||
|
||||
.addonName {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.blockedLabel {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#heading {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
#eula {
|
||||
font-family: monospace;
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
border: 1px solid;
|
||||
border-colors: #6E7378 #EEF0F3 #EEF0F3 #6E7378;
|
||||
}
|
||||
|
После Ширина: | Высота: | Размер: 1.1 KiB |
|
@ -0,0 +1,500 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#extensionsBox {
|
||||
margin: 7px 5px 0px;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
#extensionsView {
|
||||
margin: 0;
|
||||
min-width: 245px;
|
||||
}
|
||||
|
||||
#resizerBox {
|
||||
margin-top: -15px;
|
||||
}
|
||||
|
||||
#resizerBox > resizer {
|
||||
height: 15px;
|
||||
max-height: 15px;
|
||||
}
|
||||
|
||||
/* Command Bar */
|
||||
#commandBarBottom {
|
||||
margin: 7px 5px 5px;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
/* List Items */
|
||||
richlistitem {
|
||||
padding: 6px 7px;
|
||||
min-height: 25px;
|
||||
border-top-width: 0;
|
||||
border-bottom: 1px solid #A5ABC0 !important;
|
||||
}
|
||||
|
||||
richlistitem[isDisabled="true"] .addonIcon {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
richlistitem[isDisabled="true"] {
|
||||
color: #8C99AB;
|
||||
}
|
||||
|
||||
richlistitem[newAddon="true"] {
|
||||
background-color: #FFFFE0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
richlistitem[selected="true"] .text-link {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#extensionsView:focus > richlistitem[selected="true"] {
|
||||
background-image: url("chrome://mozapps/skin/icons/itemEnabledFader.png");
|
||||
background-position: center top;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
#extensionsView:focus > richlistitem[selected="true"][isDisabled="true"] {
|
||||
color: #EFF1F4;
|
||||
background-image: url("chrome://mozapps/skin/icons/itemDisabledFader.png");
|
||||
}
|
||||
|
||||
.descriptionWrap {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
richlistitem[selected="true"]:not([opType]) .descriptionCrop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.addonName {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.previewText {
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#themePreviewArea {
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: #BEC3D3 #5D616E;
|
||||
-moz-border-right-colors: #F8FAFE #5D616E;
|
||||
-moz-border-bottom-colors: #F8FAFE #5D616E;
|
||||
-moz-border-left-colors: #BEC3D3 #5D616E;
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
min-width: 65px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#previewImageDeck {
|
||||
min-width: 220px;
|
||||
}
|
||||
|
||||
#themeSplitter {
|
||||
min-width: 0;
|
||||
width: 5px;
|
||||
background-color: transparent;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.addonIcon {
|
||||
-moz-margin-end: 2px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.addonIcon > image {
|
||||
max-width: 32px;
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
.updateBadge,
|
||||
.notifyBadge {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
.updateBadge {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/updateBadge.png");
|
||||
-moz-margin-end: -2px;
|
||||
}
|
||||
|
||||
.notifyBadge {
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/notifyBadge.png");
|
||||
-moz-margin-start: -2px;
|
||||
}
|
||||
|
||||
.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[blocklistedsoft="true"] .notifyBadge,
|
||||
richlistitem[satisfiesDependencies="false"] .notifyBadge {
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
.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:not([blocklisted="true"]):not([blocklistedsoft="true"]) .blocklistedBox,
|
||||
richlistitem[blocklistedsoft="false"]:not([selected="true"]) .blocklistedBox,
|
||||
richlistitem[blocklisted="false"] .blocklistedLabel,
|
||||
richlistitem[blocklistedsoft="false"] .softBlocklistedLabel,
|
||||
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://communicator/skin/icons/loading.gif");
|
||||
}
|
||||
|
||||
.addonThrobber {
|
||||
-moz-margin-start: 5px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
|
||||
}
|
||||
|
||||
.selectedStatusMsgs > hbox {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.selectedStatusMsgs label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.selectedStatusMsgs label.text-link {
|
||||
font-weight: normal;
|
||||
border: none;
|
||||
}
|
||||
|
||||
richlistitem[opType="needs-uninstall"] .notifyBadge {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#searchPanel {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
#browseAddons {
|
||||
-moz-margin-end: 0;
|
||||
}
|
||||
|
||||
.addon-search-details {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
-moz-margin-start: 6px;
|
||||
-moz-margin-end: 0;
|
||||
}
|
||||
|
||||
.addonThumbnailContainer {
|
||||
background-color: #FFFFFF;
|
||||
padding: 5px;
|
||||
border: 2px solid #F3F3F3;
|
||||
width: 135px;
|
||||
min-height: 104px;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
.addonMissingThumbnail {
|
||||
color: #8290A5;
|
||||
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: 59px;
|
||||
height: 11px;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/ratings.png");
|
||||
}
|
||||
|
||||
.addonRating[rating="0"] {
|
||||
-moz-image-region: rect(0px 120px 12px 60px);
|
||||
}
|
||||
|
||||
.addonRating[rating="1"] {
|
||||
-moz-image-region: rect(0px 108px 12px 48px);
|
||||
}
|
||||
|
||||
.addonRating[rating="2"] {
|
||||
-moz-image-region: rect(0px 96px 12px 36px);
|
||||
}
|
||||
|
||||
.addonRating[rating="3"] {
|
||||
-moz-image-region: rect(0px 84px 12px 24px);
|
||||
}
|
||||
|
||||
.addonRating[rating="4"] {
|
||||
-moz-image-region: rect(0px 72px 12px 12px);
|
||||
}
|
||||
|
||||
.addonRating[rating="5"] {
|
||||
-moz-image-region: rect(0px 60px 12px 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"] {
|
||||
-moz-padding-start: 6px;
|
||||
-moz-padding-end: 6px;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
vbox[typeName="status"][type="header-recommended"] {
|
||||
color: #000000;
|
||||
background-color: #90A1B3;
|
||||
padding: 5px 8px;
|
||||
border-bottom: 1px solid #5D616E;
|
||||
}
|
||||
|
||||
vbox[typeName="status"][type="header-recommended"] > label {
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#progressBox {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#progressBox > hbox {
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
#progressBox .addonThrobber {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
}
|
||||
|
||||
.extension-item-progress {
|
||||
background-color: #C7D0D9;
|
||||
}
|
||||
|
||||
#addonsMsg {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
#addonsMsg > notification {
|
||||
border-bottom: 1px solid #EEF0F3;
|
||||
}
|
||||
|
||||
/* View buttons */
|
||||
#topStackBar {
|
||||
background-color: #FFFFFF;
|
||||
border-bottom: 2px solid;
|
||||
-moz-border-bottom-colors: #EEF0F3 #6E7378;
|
||||
}
|
||||
|
||||
#viewGroup {
|
||||
-moz-padding-start: 5px !important;
|
||||
-moz-padding-end: 1em;
|
||||
}
|
||||
|
||||
#viewGroup radio {
|
||||
-moz-box-pack: center;
|
||||
-moz-box-orient: horizontal !important;
|
||||
margin: 5px;
|
||||
-moz-outline-radius: 4px;
|
||||
outline: 2px solid transparent;
|
||||
border: 3px solid;
|
||||
-moz-border-top-colors: #000000 #BBC6D1 #B1BBC9;
|
||||
-moz-border-right-colors: #000000 #A2AEBB #a7b4c1;
|
||||
-moz-border-bottom-colors: #000000 #97A6B6 #9DAAB9;
|
||||
-moz-border-left-colors: #000000 #BBC6D1 #B1BBC9;
|
||||
-moz-border-radius: 2px;
|
||||
min-width: 60px;
|
||||
background-color: #AAB6C4;
|
||||
color: #000000;
|
||||
font: menu;
|
||||
}
|
||||
|
||||
#viewGroup radio[checked="true"],
|
||||
#viewGroup radio[selected="true"] {
|
||||
-moz-border-top-colors: #000000 #8290A5 #899AAC;
|
||||
-moz-border-right-colors: #000000 #8290A5 #899AAC;
|
||||
-moz-border-bottom-colors: #000000 #8290A5 #899AAC;
|
||||
-moz-border-left-colors: #000000 #8290A5 #899AAC;
|
||||
background-color: #90A1B3;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#viewGroup radio:hover:active,
|
||||
#viewGroup radio[selected="true"][focused="true"] {
|
||||
outline: 2px solid #98A5B2;
|
||||
-moz-border-top-colors: #000000 #8290A5 #899AAC;
|
||||
-moz-border-right-colors: #000000 #8290A5 #899AAC;
|
||||
-moz-border-bottom-colors: #000000 #8290A5 #899AAC;
|
||||
-moz-border-left-colors: #000000 #8290A5 #899AAC;
|
||||
background-color: #90A1B3;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.viewButtonIcon {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.viewButtonLabel {
|
||||
text-align: center;
|
||||
margin: 0 6px !important;
|
||||
}
|
||||
|
||||
/* Update view checkbox */
|
||||
.includeUpdate {
|
||||
-moz-user-focus: none;
|
||||
}
|
||||
|
||||
richlistitem[selected="true"] .includeUpdate {
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
|
||||
#infoDisplay {
|
||||
background-color: #FFFFFF;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#infoDisplay body {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#infoDisplay h1,
|
||||
#infoDisplay h2,
|
||||
#infoDisplay h3 {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
margin: 0 0 .7em;
|
||||
}
|
||||
|
||||
#infoDisplay h1 {
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
#infoDisplay h2 {
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
#infoDisplay h3 {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
#infoDisplay ol,
|
||||
#infoDisplay ul {
|
||||
margin: 0 0 .7em;
|
||||
}
|
||||
|
||||
#infoDisplay li {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#infoDisplay p {
|
||||
text-align: justify;
|
||||
margin: 0 0 .7em;
|
||||
}
|
После Ширина: | Высота: | Размер: 589 B |
После Ширина: | Высота: | Размер: 765 B |
После Ширина: | Высота: | Размер: 1.8 KiB |
|
@ -0,0 +1,58 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#alert {
|
||||
list-style-image: url("chrome://mozapps/skin/update/update.png");
|
||||
}
|
||||
|
||||
.throbber {
|
||||
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
-moz-margin-start: 5px;
|
||||
-moz-margin-end: 2px;
|
||||
}
|
||||
|
||||
.alertBox {
|
||||
background-color: #FFFFE7;
|
||||
color: #000000;
|
||||
border: 1px outset #FFFFE7;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
padding: 5px;
|
||||
}
|
После Ширина: | Высота: | Размер: 677 B |
|
@ -0,0 +1,66 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#description-image:not([src]) {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
richlistitem[type] {
|
||||
min-height: 36px; /* Don't forget to update the richlistbox height! */
|
||||
-moz-padding-start: 2px;
|
||||
}
|
||||
|
||||
richlistitem {
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
richlistbox {
|
||||
/* 3 items high, plus 4px for top and bottom margins, less 2px for border */
|
||||
min-height: 110px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.description {
|
||||
color: #006400;
|
||||
}
|
||||
|
||||
richlistitem[selected="true"] .description {
|
||||
color: inherit !important;
|
||||
}
|
После Ширина: | Высота: | Размер: 601 B |
После Ширина: | Высота: | Размер: 600 B |
|
@ -0,0 +1,104 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
/*
|
||||
* This file's style only applies to broken objects, not the rest
|
||||
* of the page.
|
||||
*/
|
||||
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
html|object:not([width]), html|object[width=""],
|
||||
html|embed:not([width]), html|embed[width=""],
|
||||
html|applet:not([width]), html|applet[width=""] {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
html|object:not([height]), html|object[height=""],
|
||||
html|embed:not([height]), html|embed[height=""],
|
||||
html|applet:not([height]), html|applet[height=""] {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
html|object > *|*,
|
||||
html|embed > *|*,
|
||||
html|applet > *|* {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
html|a, html|div {
|
||||
display: inline-block;
|
||||
/* overflow:hidden makes baseline vertical-alignment act like plugins */
|
||||
overflow: hidden;
|
||||
vertical-align: inherit;
|
||||
border: 1px outset;
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
background-color: #FFFFFF;
|
||||
-moz-user-select: none;
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
vbox {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
}
|
||||
|
||||
#missingPluginPlaceholder {
|
||||
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
|
||||
}
|
||||
|
||||
#disabledPluginPlaceholder {
|
||||
list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
|
||||
}
|
||||
|
||||
#blockedPluginPlaceholder {
|
||||
list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
|
||||
}
|
||||
|
||||
#missingPluginPlaceholder,
|
||||
#disabledPluginPlaceholder,
|
||||
#blockedPluginPlaceholder {
|
||||
display: block;
|
||||
border: 0;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
После Ширина: | Высота: | Размер: 563 B |
После Ширина: | Высота: | Размер: 881 B |
После Ширина: | Высота: | Размер: 563 B |
После Ширина: | Высота: | Размер: 881 B |
После Ширина: | Высота: | Размер: 563 B |
После Ширина: | Высота: | Размер: 881 B |
|
@ -0,0 +1,46 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#licenseContainer, #pluginList {
|
||||
margin: 2px 4px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: #BEC3D3 #5D616E;
|
||||
-moz-border-right-colors: #F8FAFE #5D616E;
|
||||
-moz-border-bottom-colors: #F8FAFE #5D616E;
|
||||
-moz-border-left-colors: #BEC3D3 #5D616E;
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
}
|
После Ширина: | Высота: | Размер: 368 B |
|
@ -0,0 +1,264 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
/**
|
||||
* General
|
||||
*/
|
||||
.heed {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.wizard-button > .button-box {
|
||||
padding-left: 15px !important;
|
||||
padding-right: 15px !important;
|
||||
}
|
||||
|
||||
|
||||
link {
|
||||
color: #0000FF;
|
||||
border: 1px solid transparent;
|
||||
margin: 1px 5px 4px;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
link > label {
|
||||
margin: 0px;
|
||||
padding: 1px;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
link:hover:active {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
link:focus {
|
||||
border: 1px dotted #000000;
|
||||
}
|
||||
|
||||
remotecontent {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 6px;
|
||||
-moz-margin-end: 5px;
|
||||
padding-bottom: 1px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: #BEC3D3 #5D616E;
|
||||
-moz-border-right-colors: #F8FAFE #5D616E;
|
||||
-moz-border-bottom-colors: #F8FAFE #5D616E;
|
||||
-moz-border-left-colors: #BEC3D3 #5D616E;
|
||||
}
|
||||
|
||||
/**
|
||||
* License Page
|
||||
*/
|
||||
.loadingBox {
|
||||
padding: 3px 5px;
|
||||
}
|
||||
.remoteLoadingThrobber {
|
||||
margin-top: 3px;
|
||||
}
|
||||
.remoteLoadingThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
|
||||
}
|
||||
.remoteLoadingThrobber[state="error"] {
|
||||
list-style-image: url("chrome://global/skin/icons/notfound.png");
|
||||
}
|
||||
|
||||
/**
|
||||
* Update Found Page
|
||||
*/
|
||||
#moreDetails {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 4px;
|
||||
-moz-margin-start: 3px;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
#updateForMoreInfo {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#updateName, #updateFinishedName {
|
||||
font-weight: bold;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
#alertImage {
|
||||
list-style-image: url("chrome://global/skin/icons/Warning.png");
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#incompatibleWarning {
|
||||
background-color: #FFFFE0;
|
||||
color: #000000;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: #BEC3D3 #5D616E;
|
||||
-moz-border-right-colors: #F8FAFE #5D616E;
|
||||
-moz-border-bottom-colors: #F8FAFE #5D616E;
|
||||
-moz-border-left-colors: #BEC3D3 #5D616E;
|
||||
padding: 3px;
|
||||
margin: 1px 5px 4px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Downloading Page
|
||||
*/
|
||||
#downloadStatusTop, #downloadStatusLine {
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
#downloadStatus {
|
||||
height: 3em !important;
|
||||
}
|
||||
|
||||
#downloadThrobber {
|
||||
-moz-margin-start: 5px;
|
||||
list-style-image: url("chrome://communicator/skin/brand/throbber16-single.png");
|
||||
}
|
||||
|
||||
#downloadThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.png");
|
||||
}
|
||||
|
||||
#downloadStatusProgress {
|
||||
-moz-padding-end: 5px;
|
||||
}
|
||||
|
||||
#pauseButton > .button-box > .button-icon {
|
||||
-moz-margin-start: 0;
|
||||
}
|
||||
|
||||
#pauseButton > .button-box > .button-text {
|
||||
-moz-margin-start: 0 !important;
|
||||
-moz-margin-end: 0 !important;
|
||||
}
|
||||
|
||||
#pauseButton {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
color: #000000 !important;
|
||||
background-color: transparent !important;
|
||||
list-style-image: url("chrome://mozapps/skin/icons/buttons.png");
|
||||
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
||||
margin: 0;
|
||||
border: 1px solid !important;
|
||||
-moz-border-top-colors: transparent !important;
|
||||
-moz-border-right-colors: transparent !important;
|
||||
-moz-border-bottom-colors: transparent !important;
|
||||
-moz-border-left-colors: transparent !important;
|
||||
-moz-border-radius: 0 !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
#pauseButton:focus {
|
||||
border-style: dotted !important;
|
||||
-moz-border-top-colors: #000000 !important;
|
||||
-moz-border-right-colors: #000000 !important;
|
||||
-moz-border-bottom-colors: #000000 !important;
|
||||
-moz-border-left-colors: #000000 !important;
|
||||
}
|
||||
|
||||
#pauseButton[disabled="true"] {
|
||||
-moz-image-region: rect(16px, 48px, 32px, 32px);
|
||||
}
|
||||
|
||||
#pauseButton[paused="true"] {
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
||||
#pauseButton[paused="true"][disabled="true"] {
|
||||
-moz-image-region: rect(16px, 16px, 32px, 0px);
|
||||
}
|
||||
|
||||
#verificationFailedIcon {
|
||||
-moz-margin-start: 5px;
|
||||
list-style-image: url("chrome://global/skin/icons/notfound.png");
|
||||
}
|
||||
|
||||
/**
|
||||
* Error Page
|
||||
*/
|
||||
#errorReason {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 6px !important;
|
||||
-moz-margin-end: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/**
|
||||
* Update History Window
|
||||
*/
|
||||
update {
|
||||
border-bottom: 1px solid #90A1B3;
|
||||
}
|
||||
|
||||
.update-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.update-label-column {
|
||||
-moz-box-align: end;
|
||||
}
|
||||
|
||||
.update-details-link {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.update-type {
|
||||
font-weight: bold;
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
#historyItems {
|
||||
height: 200px;
|
||||
margin: 1px 5px 4px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: #BEC3D3 #5D616E;
|
||||
-moz-border-right-colors: #F8FAFE #5D616E;
|
||||
-moz-border-bottom-colors: #F8FAFE #5D616E;
|
||||
-moz-border-left-colors: #BEC3D3 #5D616E;
|
||||
}
|
||||
|
||||
#historyItems > scrollbox {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.updatePrefsInfo {
|
||||
font-size: smaller;
|
||||
-moz-margin-start: 27px;
|
||||
margin-bottom: 10px;
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
/* This is for styling the menus of the viewsource window */
|
|
@ -0,0 +1,111 @@
|
|||
/* ***** BEGIN LICENSE BLOCK *****
|
||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public License Version
|
||||
* 1.1 (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS IS" basis,
|
||||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
* for the specific language governing rights and limitations under the
|
||||
* License.
|
||||
*
|
||||
* The Original Code is SeaMonkey modern code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Kuden <spitfire.kuden@gmail.com>
|
||||
* Portions created by the Initial Developer are Copyright (C) 2008
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
* in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
* of those above. If you wish to allow use of your version of this file only
|
||||
* under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
* use your version of this file under the terms of the MPL, indicate your
|
||||
* decision by deleting the provisions above and replace them with the notice
|
||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
* the provisions above, a recipient may use your version of this file under
|
||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#xpinstallheader {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
#itemList {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 10px;
|
||||
height: 14em;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: #BEC3D3 #5D616E;
|
||||
-moz-border-right-colors: #F8FAFE #5D616E;
|
||||
-moz-border-bottom-colors: #F8FAFE #5D616E;
|
||||
-moz-border-left-colors: #BEC3D3 #5D616E;
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#itemWarningIntro {
|
||||
-moz-margin-start: 8px;
|
||||
}
|
||||
|
||||
#dialogContentBox {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
installitem {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
-moz-padding-start: 5px;
|
||||
-moz-padding-end: 0;
|
||||
border-bottom: 1px solid #A5ABC0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.alert-icon {
|
||||
-moz-margin-end: 20px;
|
||||
}
|
||||
|
||||
.warning {
|
||||
font-weight: bold;
|
||||
font-size: 1.25em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.xpinstallIconContainer {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
.xpinstallItemName {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xpinstallItemSigned {
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.xpinstallItemURL {
|
||||
border: none;
|
||||
padding: 0;
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
-moz-margin-start: 6px;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
.xpinstallItemIcon {
|
||||
max-width: 32px;
|
||||
max-height: 32px;
|
||||
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
|
||||
}
|
После Ширина: | Высота: | Размер: 1.3 KiB |