зеркало из https://github.com/mozilla/pjs.git
Bug #285136 --> Make the Thunderbird theme RTL compatible.
Patch by Reuven Gonen <linxspider@gmail.com> sr=me
This commit is contained in:
Родитель
422f11f2ec
Коммит
427e5a4f24
|
@ -41,3 +41,7 @@
|
|||
.wizard-header {
|
||||
background: url("chrome://branding/content/thunderbird-wizard-badge.png") no-repeat right center Window;
|
||||
}
|
||||
|
||||
.wizard-header[chromedir="rtl"] {
|
||||
background: url("chrome://branding/content/thunderbird-wizard-badge-rtl.png") no-repeat left center Window;
|
||||
}
|
||||
|
|
|
@ -45,11 +45,17 @@ toolbar#toolbox {
|
|||
}
|
||||
|
||||
toolbar#toolbox button.tool:active {
|
||||
margin: 2px 0px 0px 2px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 0px;
|
||||
}
|
||||
|
||||
toolbar#toolbox button.tool[toggled="1"] {
|
||||
margin: 2px 0px 0px 2px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 0px;
|
||||
border: 1px white inset;
|
||||
}
|
||||
|
||||
|
|
|
@ -127,7 +127,10 @@ groupbox {
|
|||
border : 2px outset #CCCCCC;
|
||||
width: 25px;
|
||||
height: 20px;
|
||||
margin: 0px 3px 0px 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 3px;
|
||||
}
|
||||
|
||||
#ColorPickerSwatch[default="true"] {
|
||||
|
@ -139,7 +142,10 @@ groupbox {
|
|||
width: 17px;
|
||||
height: 13px;
|
||||
border: 1px inset #CCCCCC;
|
||||
margin: 1px 2px 2px 4px;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 4px;
|
||||
-moz-margin-end: 2px;
|
||||
}
|
||||
|
||||
/* temporary -- we need a simple box-based list defined in XBL */
|
||||
|
@ -152,7 +158,7 @@ tree.list {
|
|||
|
||||
#ColorPreview {
|
||||
border: 1px inset #CCCCCC;
|
||||
margin-left: 10px;
|
||||
-moz-margin-start: 10px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
min-width: 100px;
|
||||
|
@ -160,7 +166,7 @@ tree.list {
|
|||
}
|
||||
|
||||
#alignTypeSelect,label#alignLabel {
|
||||
margin-left: 5px;
|
||||
-moz-margin-start: 5px;
|
||||
}
|
||||
|
||||
/* ::::: table properties dialog ::::: */
|
||||
|
@ -212,7 +218,7 @@ tree.list {
|
|||
.colorpicker {
|
||||
border: 1px outset #CCCCCC;
|
||||
/* This should be the same as for textbox */
|
||||
margin-left: 4px;
|
||||
-moz-margin-start: 4px;
|
||||
/* For a little extra space between buttons */
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
|
|
@ -51,11 +51,17 @@
|
|||
|
||||
.source-editor,
|
||||
.source-editor:focus {
|
||||
margin: 0px 5px 5px 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 5px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 5px;
|
||||
border: 0px;
|
||||
/* Scroll bars are in content,
|
||||
so we can't use right and bottom padding! */
|
||||
padding: 5px 0px 0px 5px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 0px;
|
||||
-moz-padding-start: 5px;
|
||||
-moz-padding-end: 0px;
|
||||
}
|
||||
|
||||
/* Multiline textarea for HTML source editing */
|
||||
|
|
|
@ -58,21 +58,24 @@ separator.thin {
|
|||
/* ::::: rows ::::: */
|
||||
|
||||
#acctCentralHeaderRow {
|
||||
padding: 10px 0px 10px 10px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
-moz-padding-start: 10px;
|
||||
-moz-padding-end: 0px;
|
||||
font-size: 180%;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.acctCentralRow {
|
||||
margin-left: 10px;
|
||||
-moz-margin-start: 10px;
|
||||
font-size: 125%;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.row-iconic-icon {
|
||||
list-style-image: inherit;
|
||||
margin-right: 10px;
|
||||
-moz-margin-end: 10px;
|
||||
}
|
||||
|
||||
.acctCentralRowTitleBox {
|
||||
|
@ -100,70 +103,110 @@ separator.thin {
|
|||
|
||||
#ReadMessages label {
|
||||
background: url("chrome://messenger/skin/accountcentral/read-messages.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#ReadMessages label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/read-messages.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#ComposeMessage label {
|
||||
background: url("chrome://messenger/skin/accountcentral/write-message.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#ComposeMessage label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/write-message.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#AccountSettings label {
|
||||
background: url("chrome://messenger/skin/accountcentral/account-settings.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#AccountSettings label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/account-settings.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#CreateAccount label {
|
||||
background: url("chrome://messenger/skin/accountcentral/create-account.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#CreateAccount label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/create-account.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#SearchMessages label {
|
||||
background: url("chrome://messenger/skin/accountcentral/search-messages.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#SearchMessages label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/search-messages.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#CreateFilters label {
|
||||
background: url("chrome://messenger/skin/accountcentral/manage-filters.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#CreateFilters label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/manage-filters.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#OfflineSettings label {
|
||||
background: url("chrome://messenger/skin/accountcentral/offline-settings.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#OfflineSettings label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/offline-settings.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#SubscribeImapFolders label {
|
||||
background: url("chrome://messenger/skin/accountcentral/manage-imap.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#SubscribeImapFolders label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/manage-imap.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#SubscribeNewsgroups label {
|
||||
background: url("chrome://messenger/skin/accountcentral/manage-newsgroups.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#SubscribeNewsgroups label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/manage-newsgroups.png") right no-repeat !important;
|
||||
}
|
||||
|
||||
#SubscribeRSS label {
|
||||
background: url("chrome://messenger/skin/accountcentral/manage-rss.png") no-repeat !important;
|
||||
padding-left: 45px;
|
||||
-moz-padding-start: 45px;
|
||||
padding-top: .55em;
|
||||
padding-bottom: .55em;
|
||||
}
|
||||
|
||||
#SubscribeRSS label[chromedir="rtl"] {
|
||||
background: url("chrome://messenger/skin/accountcentral/manage-rss.png") right no-repeat !important;
|
||||
}
|
|
@ -46,7 +46,7 @@
|
|||
/* ::::: account manager :::::: */
|
||||
|
||||
.specialFolderPickerGrid {
|
||||
margin-left: 20px;
|
||||
-moz-margin-start: 20px;
|
||||
}
|
||||
|
||||
.selectForOfflineUseButton {
|
||||
|
@ -65,7 +65,7 @@ treechildren::-moz-tree-cell-text(isDefaultServer-true) {
|
|||
/* ::::: SMTP Server Panel :::::: */
|
||||
|
||||
.smtpServerListItem {
|
||||
padding-left: 3px;
|
||||
-moz-padding-start: 3px;
|
||||
}
|
||||
|
||||
#backgroundBox {
|
||||
|
|
|
@ -47,16 +47,16 @@
|
|||
|
||||
.awIdentityLabel {
|
||||
width: 8em;
|
||||
margin-left: 5px;
|
||||
-moz-margin-start: 5px;
|
||||
}
|
||||
|
||||
#fullName {
|
||||
margin-right: 15px;
|
||||
-moz-margin-end: 15px;
|
||||
}
|
||||
.serverLabel {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
.serverDataBox {
|
||||
margin-left: 15px;
|
||||
-moz-margin-start: 15px;
|
||||
}
|
||||
|
|
|
@ -66,19 +66,19 @@
|
|||
}
|
||||
|
||||
treechildren::-moz-tree-image(GeneratedName) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(GeneratedName, MailList) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.png");
|
||||
}
|
||||
|
||||
/* ::::: directory pane icons ::::: */
|
||||
|
||||
treechildren::-moz-tree-image(DirCol) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.png");
|
||||
}
|
||||
|
||||
|
|
|
@ -38,12 +38,12 @@
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
treechildren::-moz-tree-image(GeneratedName) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(GeneratedName, MailList) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.png");
|
||||
}
|
||||
|
||||
|
|
|
@ -253,13 +253,13 @@ toolbar[iconsize="small"] #button-abdelete[disabled] {
|
|||
}
|
||||
|
||||
#abDirTreeHeader-title {
|
||||
padding-left: 4px;
|
||||
-moz-padding-start: 4px;
|
||||
}
|
||||
|
||||
/* ::::: directory pane icons ::::: */
|
||||
|
||||
treechildren::-moz-tree-image(DirCol) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.png");
|
||||
}
|
||||
|
||||
|
@ -298,12 +298,12 @@ treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
|
|||
/* ::::: results pane ::::: */
|
||||
|
||||
treechildren::-moz-tree-image(GeneratedName) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(GeneratedName, MailList) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.png");
|
||||
}
|
||||
|
||||
|
@ -343,7 +343,7 @@ treechildren::-moz-tree-image(GeneratedName, MailList) {
|
|||
|
||||
.CardViewHeading {
|
||||
padding: 1px;
|
||||
padding-left: 5px;
|
||||
-moz-padding-start: 5px;
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
font-weight: bold;
|
||||
|
@ -351,14 +351,14 @@ treechildren::-moz-tree-image(GeneratedName, MailList) {
|
|||
}
|
||||
|
||||
#cvBuddyIcon {
|
||||
padding-left: 20px;
|
||||
-moz-padding-start: 20px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.CardViewText,
|
||||
.CardViewLink {
|
||||
padding-left: 20px;
|
||||
padding-right: 2px;
|
||||
-moz-padding-start: 20px;
|
||||
-moz-padding-end: 2px;
|
||||
min-width: 30px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
@ -374,8 +374,8 @@ treechildren::-moz-tree-image(GeneratedName, MailList) {
|
|||
}
|
||||
|
||||
html|a {
|
||||
padding-left: 0px;
|
||||
padding-right: 2px;
|
||||
-moz-padding-start: 0px;
|
||||
-moz-padding-end: 2px;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
}
|
||||
|
||||
.alignBoxWithFieldset {
|
||||
margin-left: 6px;
|
||||
margin-right: 5px;
|
||||
-moz-margin-start: 6px;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
.stateZipSpacer {
|
||||
|
|
|
@ -1,85 +0,0 @@
|
|||
/* ***** 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 mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Scott MacGregor <mscott@netscape.com>
|
||||
*
|
||||
* 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.css =====================================================
|
||||
== Styles specific to the alerts dialog.
|
||||
======================================================================= */
|
||||
|
||||
@import url("chrome://global/skin/");
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
#alertNotification
|
||||
{
|
||||
min-height: 50px;
|
||||
border: ridge #5486DA 4px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.alertImageBox
|
||||
{
|
||||
margin-left: 4px;
|
||||
margin-right: 6px;
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
.alertTitle
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.alertText
|
||||
{
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.alertText[clickable="true"]
|
||||
{
|
||||
cursor: pointer;
|
||||
color: #1455D6;
|
||||
}
|
||||
|
||||
.alertText[clickable="true"]:hover:active
|
||||
{
|
||||
color: #424F63;
|
||||
}
|
||||
|
||||
.alertTextBox
|
||||
{
|
||||
padding-right: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
|
@ -336,7 +336,7 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
|||
|
||||
.listcell-icon
|
||||
{
|
||||
margin-left: 2px;
|
||||
-moz-margin-start: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
|
@ -718,11 +718,17 @@ treechildren::-moz-tree-image(remote-err) {
|
|||
}
|
||||
|
||||
#TextColorButton {
|
||||
margin: 2px 9px 9px 2px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 9px;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 9px;
|
||||
}
|
||||
|
||||
#BackgroundColorButton {
|
||||
margin: 9px 2px 2px 9px;
|
||||
margin-top: 9px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 9px;
|
||||
-moz-margin-end: 2px;
|
||||
}
|
||||
|
||||
#HighlightColorButton {
|
||||
|
|
|
@ -56,7 +56,10 @@ menu.push {
|
|||
menu.push:hover:active,
|
||||
menu.push[open="true"] {
|
||||
border-style: inset;
|
||||
padding: 3px 1px 1px 3px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 1px;
|
||||
-moz-padding-start: 3px;
|
||||
-moz-padding-end: 1px;
|
||||
}
|
||||
|
||||
menu.push[disabled="true"],
|
||||
|
|
|
@ -77,7 +77,7 @@ textbox {
|
|||
}
|
||||
|
||||
.filler {
|
||||
padding-right: 22px;
|
||||
-moz-padding-end: 22px;
|
||||
}
|
||||
|
||||
.ruleactionitem {
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
/* ::::: account manager :::::: */
|
||||
|
||||
.specialFolderPickerGrid {
|
||||
margin-left: 20px;
|
||||
-moz-margin-start: 20px;
|
||||
}
|
||||
|
||||
/* XXX: would be nice to find a common place for this XXX */
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
treechildren::-moz-tree-row(dummy) {
|
||||
background-color: #F0F0F0;
|
||||
margin-bottom: 1px;
|
||||
padding-left: 2px;
|
||||
-moz-padding-start: 2px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-row(dummy, selected) {
|
||||
|
@ -110,7 +110,7 @@ treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
|
|||
treecol.threadColumnHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/thread-col.png");
|
||||
|
||||
padding-right: 3px;
|
||||
-moz-padding-end: 3px;
|
||||
}
|
||||
|
||||
treecol.threadColumnHeader[sortDirection="ascending"] {
|
||||
|
@ -141,7 +141,7 @@ treechildren::-moz-tree-image(threadCol, container, hasUnread, open) {
|
|||
|
||||
treecol.readColumnHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/readcol.png");
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
|
@ -161,7 +161,7 @@ treechildren::-moz-tree-image(unreadButtonColHeader, unread) {
|
|||
|
||||
treecol.attachmentColumnHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/attachment-col.png");
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(attachmentCol, attach) {
|
||||
|
@ -172,7 +172,7 @@ treechildren::-moz-tree-image(attachmentCol, attach) {
|
|||
|
||||
treecol.flagColumnHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/flag-col.png");
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(flaggedCol) {
|
||||
|
@ -191,13 +191,13 @@ treechildren::-moz-tree-image(flaggedCol, flagged) {
|
|||
|
||||
treecol.junkStatusHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/junk-col.png");
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
}
|
||||
|
||||
/* "unknown" now looks like "not junk". see bug #182386 */
|
||||
treechildren::-moz-tree-image(junkStatusCol) {
|
||||
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
|
||||
padding-left: 0px;
|
||||
-moz-padding-start: 0px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(junkStatusCol, junk) {
|
||||
|
@ -210,12 +210,12 @@ treechildren::-moz-tree-image(junkStatusCol, dummy) {
|
|||
|
||||
treechildren::-moz-tree-image(junkStatusCol, notjunk) {
|
||||
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
|
||||
padding-left: 0px;
|
||||
-moz-padding-start: 0px;
|
||||
}
|
||||
/* ..... subject column ..... */
|
||||
|
||||
treechildren::-moz-tree-image(subjectCol) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/message-mail.png ");
|
||||
}
|
||||
|
||||
|
@ -866,7 +866,7 @@ treechildren::-moz-tree-cell-text(lc-black, selected, focus) {
|
|||
}
|
||||
|
||||
#folderpane-title {
|
||||
padding-left: 4px;
|
||||
-moz-padding-start: 4px;
|
||||
}
|
||||
|
||||
/* ::::: border adjustments for focus ring and joined splitters ::::: */
|
||||
|
|
|
@ -69,7 +69,10 @@
|
|||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
margin: 5px 30px 5px 15px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
-moz-margin-start: 15px;
|
||||
-moz-margin-end: 30px;
|
||||
}
|
||||
|
||||
/* XXX: Move all of the description attributes to the toolkit */
|
||||
|
@ -174,7 +177,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
|
|||
}
|
||||
|
||||
.emailDisplayImage {
|
||||
padding-left: 2px;
|
||||
-moz-padding-start: 2px;
|
||||
-moz-box-pack: end;
|
||||
}
|
||||
|
||||
|
@ -182,7 +185,7 @@ description[selectable="true"]:focus > descriptionitem[selected="true"]
|
|||
|
||||
.addresstwisty {
|
||||
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
|
||||
padding-top: 4px;
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-clsd.png");
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
#subscriptionChildren::-moz-tree-image(folderNameCol) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger-newsblog/skin/icons/rss-feed.png");
|
||||
}
|
||||
|
||||
|
|
|
@ -131,7 +131,10 @@ filefield[disabled="true"] .fileFieldIcon {
|
|||
.fileFieldIcon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 2px 4px 2px 2px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 4px;
|
||||
}
|
||||
|
||||
.fileFieldLabel {
|
||||
|
@ -162,7 +165,10 @@ filefield[disabled="true"] .fileFieldIcon {
|
|||
}
|
||||
|
||||
#extensionChildren::-moz-tree-image(fileExtension) {
|
||||
margin: 0px 5px 0px 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
#typeField {
|
||||
|
@ -173,12 +179,15 @@ filefield[disabled="true"] .fileFieldIcon {
|
|||
#typeIcon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin-right: 3px;
|
||||
-moz-margin-end: 3px;
|
||||
}
|
||||
|
||||
#typeField {
|
||||
background-color: transparent;
|
||||
margin: 1px 5px 2px 6px !important;
|
||||
margin-top: 1px !important;
|
||||
margin-bottom: 2px !important;
|
||||
-moz-margin-start: 6px !important;
|
||||
-moz-margin-end: 5px !important;
|
||||
}
|
||||
|
||||
#extensionField {
|
||||
|
@ -191,7 +200,10 @@ filefield[disabled="true"] .fileFieldIcon {
|
|||
}
|
||||
|
||||
#ChangeActionDialog .dialog-button-box {
|
||||
padding: 8px 10px 10px 8px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 10px;
|
||||
-moz-padding-start: 8px;
|
||||
-moz-padding-end: 10px;
|
||||
}
|
||||
|
||||
#changeActionHeader {
|
||||
|
@ -203,16 +215,19 @@ filefield[disabled="true"] .fileFieldIcon {
|
|||
}
|
||||
|
||||
#changeActionContent {
|
||||
padding: 8px 10px 10px 9px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 10px;
|
||||
-moz-padding-start: 9px;
|
||||
-moz-padding-end: 10px;
|
||||
}
|
||||
|
||||
#defaultAppIcon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-left: 2px;
|
||||
-moz-margin-start: 2px;
|
||||
}
|
||||
|
||||
#defaultAppName {
|
||||
margin-left: 6px !important;
|
||||
-moz-margin-start: 6px !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -49,7 +49,11 @@
|
|||
}
|
||||
|
||||
#quick-search-button {
|
||||
margin: 0 2px 0 0;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 2px;
|
||||
|
||||
}
|
||||
|
||||
.quick-search-button-image {
|
||||
|
@ -62,7 +66,7 @@
|
|||
}
|
||||
|
||||
.quick-search-button-dropmarker {
|
||||
margin-left: 12px;
|
||||
-moz-margin-start: 12px;
|
||||
margin-top: 8px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/search-arrow.gif");
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ menulist {
|
|||
}
|
||||
|
||||
menulist > menupopup > menuitem {
|
||||
padding-right: 2px;
|
||||
-moz-padding-end: 2px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
|
@ -107,7 +107,7 @@ treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) {
|
|||
|
||||
treecol.threadColumnHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/thread-col.png");
|
||||
padding-right: 3px;
|
||||
-moz-padding-end: 3px;
|
||||
}
|
||||
|
||||
treecol.threadColumnHeader[sortDirection="ascending"] {
|
||||
|
@ -138,7 +138,7 @@ treechildren::-moz-tree-image(threadCol, container, hasUnread, open) {
|
|||
|
||||
treecol.readColumnHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/readcol.png");
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
|
@ -154,7 +154,7 @@ treechildren::-moz-tree-image(unreadButtonColHeader, unread) {
|
|||
|
||||
treecol.attachmentColumnHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/attachment-col.png");
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(attachmentCol, attach) {
|
||||
|
@ -165,7 +165,7 @@ treechildren::-moz-tree-image(attachmentCol, attach) {
|
|||
|
||||
treecol.flagColumnHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/flag-col.png");
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(flaggedCol) {
|
||||
|
@ -181,13 +181,13 @@ treechildren::-moz-tree-image(flaggedCol, flagged) {
|
|||
|
||||
treecol.junkStatusHeader {
|
||||
list-style-image: url("chrome://messenger/skin/icons/junk-col.png");
|
||||
padding-right: 5px;
|
||||
-moz-padding-end: 5px;
|
||||
}
|
||||
|
||||
/* "unknown" now looks like "not junk". see bug #182386 */
|
||||
treechildren::-moz-tree-image(junkStatusCol) {
|
||||
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
|
||||
padding-left: 0px;
|
||||
-moz-padding-start: 0px;
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(junkStatusCol, junk) {
|
||||
|
@ -196,13 +196,13 @@ treechildren::-moz-tree-image(junkStatusCol, junk) {
|
|||
|
||||
treechildren::-moz-tree-image(junkStatusCol, notjunk) {
|
||||
list-style-image: url("chrome://messenger/skin/icons/readmail.gif");
|
||||
padding-left: 0px;
|
||||
-moz-padding-start: 0px;
|
||||
}
|
||||
|
||||
/* ..... subject column ..... */
|
||||
|
||||
treechildren::-moz-tree-image(subjectCol) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/message-mail.png ");
|
||||
}
|
||||
|
||||
|
|
|
@ -61,8 +61,8 @@ span.moz-smiley-s15,
|
|||
span.moz-smiley-s16
|
||||
{
|
||||
font-size: 15px;
|
||||
padding-left: 20px;
|
||||
margin-left: 2px;
|
||||
-moz-padding-start: 20px;
|
||||
-moz-margin-start: 2px;
|
||||
margin-top: 2px;
|
||||
background-repeat: no-repeat;
|
||||
-moz-user-select: all;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
treechildren::-moz-tree-image(subscribedColumn),
|
||||
treechildren::-moz-tree-image(subscribedColumn2) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/notchecked.gif");
|
||||
}
|
||||
|
||||
|
@ -31,13 +31,13 @@ treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
|
|||
/* ::::: Folders :::::: */
|
||||
|
||||
treechildren::-moz-tree-image(nameColumn) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/folder-closed.png");
|
||||
}
|
||||
|
||||
treechildren::-moz-tree-image(nameColumn, ServerType-nntp),
|
||||
treechildren::-moz-tree-image(nameColumn2, nntp) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png");
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
treechildren::-moz-tree-image(selectedColumn) {
|
||||
margin-right: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
list-style-image: url("chrome://messenger/skin/icons/notchecked.gif");
|
||||
}
|
||||
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
messenger.jar:
|
||||
% content branding %content/branding/ xpcnativewrappers=yes
|
||||
content/branding/about-credits.png (about-credits.png)
|
||||
content/branding/about-thunderbird.png (about-thunderbird.png)
|
||||
content/branding/thunderbird-wizard-badge.png (thunderbird-wizard-badge.png)
|
||||
content/branding/thunderbird-watermark.png (thunderbird-watermark.png)
|
||||
content/branding/icon64.png (icon64.png)
|
||||
content/branding/about-credits.png (about-credits.png)
|
||||
content/branding/about-thunderbird.png (about-thunderbird.png)
|
||||
content/branding/thunderbird-wizard-badge.png (thunderbird-wizard-badge.png)
|
||||
content/branding/thunderbird-wizard-badge-rtl.png (thunderbird-wizard-badge-rtl.png)
|
||||
content/branding/thunderbird-watermark.png (thunderbird-watermark.png)
|
||||
content/branding/thunderbird-watermark-rtl.png (thunderbird-watermark-rtl.png)
|
||||
content/branding/icon64.png (icon64.png)
|
||||
#ifdef XP_WIN
|
||||
content/branding/uninstall.properties (uninstall.properties)
|
||||
content/branding/uninstall.properties (uninstall.properties)
|
||||
#endif
|
||||
|
|
|
@ -298,6 +298,8 @@
|
|||
if (this.disabled || event.getPreventDefault())
|
||||
return;
|
||||
var href = this.getAttribute('href');
|
||||
|
||||
dump('calling text link with: ' + href + '\n');
|
||||
if (href)
|
||||
{
|
||||
try {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!DOCTYPE bindings [
|
||||
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
|
||||
%globalDTD;
|
||||
]>
|
||||
|
||||
<bindings id="wizardBindings"
|
||||
xmlns="http://www.mozilla.org/xbl"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
@ -13,7 +18,7 @@
|
|||
|
||||
<binding id="wizard" extends="chrome://global/content/bindings/wizard.xml#wizard-base">
|
||||
<content>
|
||||
<xul:hbox class="wizard-header" anonid="Header"/>
|
||||
<xul:hbox class="wizard-header" chromedir="&locale.dir;" anonid="Header"/>
|
||||
|
||||
<xul:deck class="wizard-page-box" flex="1" anonid="Deck">
|
||||
<children includes="wizardpage"/>
|
||||
|
|
|
@ -1,88 +0,0 @@
|
|||
/* ***** 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 mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Scott MacGregor <mscott@netscape.com>
|
||||
*
|
||||
* 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.css =====================================================
|
||||
== Styles specific to the alerts dialog.
|
||||
======================================================================= */
|
||||
|
||||
@import url("chrome://global/skin/");
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
#alertNotification
|
||||
{
|
||||
background-color: transparent;
|
||||
min-height: 50px;
|
||||
border: ridge #5486DA 4px;
|
||||
}
|
||||
|
||||
.alertImageBox
|
||||
{
|
||||
margin-left: 4px;
|
||||
margin-right: 6px;
|
||||
min-height: 46px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.alertTitle
|
||||
{
|
||||
font-weight: bold;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.alertText
|
||||
{
|
||||
margin-right: 6px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.alertText[clickable="true"]
|
||||
{
|
||||
cursor: pointer;
|
||||
color: #1455D6;
|
||||
}
|
||||
|
||||
.alertText[clickable="true"]:hover:active
|
||||
{
|
||||
color: #424F63;
|
||||
}
|
||||
|
||||
.alertTextBox
|
||||
{
|
||||
padding-right: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
|
@ -1,84 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* 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 ***** */
|
||||
|
||||
/* ==== brand.css ===========================================================
|
||||
== Styles related to branding in the Communicator suite.
|
||||
========================================================================== */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
#navigator-throbber {
|
||||
-moz-binding: url("chrome://global/content/bindings/button.xml#button-image");
|
||||
-moz-user-focus: ignore;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
margin: 1px 2px 1px 10px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight;
|
||||
-moz-border-radius: 0;
|
||||
padding: 1px;
|
||||
min-width: 0;
|
||||
list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif");
|
||||
-moz-appearance:none !important;
|
||||
}
|
||||
|
||||
#navigator-throbber:hover:active {
|
||||
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight;
|
||||
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
}
|
||||
|
||||
#navigator-throbber[busy="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
|
||||
}
|
||||
|
||||
#navigator-throbber[buttonstyle="text"],
|
||||
#navigator-throbber[buttonstyle="pictures"],
|
||||
#navigator-throbber[toolbarmode="small"] {
|
||||
margin: 0 5px;
|
||||
list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
|
||||
}
|
||||
|
||||
#navigator-throbber[buttonstyle="text"][busy="true"],
|
||||
#navigator-throbber[buttonstyle="pictures"][busy="true"],
|
||||
#navigator-throbber[toolbarmode="small"][busy="true"] {
|
||||
list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
|
||||
}
|
|
@ -1,135 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* 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 ***** */
|
||||
|
||||
/* ==== button.css ==========================================================
|
||||
== Styles for special buttons in the Communicator suite.
|
||||
========================================================================== */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: large toolbar buttons ::::: */
|
||||
|
||||
.toolbarbutton-1,
|
||||
.toolbarbutton-1 > .toolbarbutton-menubutton-button {
|
||||
min-width: 47px;
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
||||
.toolbarbutton-1[type="menu-button"] {
|
||||
-moz-box-orient: horizontal;
|
||||
}
|
||||
|
||||
.toolbarbutton-1,
|
||||
.toolbarbutton-1 > .toolbarbutton-menubutton-button,
|
||||
.toolbarbutton-1[disabled="true"]:hover:active {
|
||||
padding: 2px 7px 2px 6px;
|
||||
}
|
||||
|
||||
.toolbarbutton-1:hover:active,
|
||||
.toolbarbutton-1[open="true"],
|
||||
.toolbarbutton-1[buttondown="true"] > .toolbarbutton-menubutton-button {
|
||||
padding: 3px 6px 1px 7px;
|
||||
}
|
||||
|
||||
.toolbarbutton-1[type="menu-button"],
|
||||
.toolbarbutton-1[type="menu-button"]:hover:active,
|
||||
.toolbarbutton-1[type="menu-button"][open="true"] {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.toolbarbutton-1[buttonstyle="pictures"],
|
||||
.toolbarbutton-menubutton-button[buttonstyle="pictures"] {
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
.toolbarbutton-text[buttonstyle="pictures"],
|
||||
.toolbarbutton-icon[buttonstyle="text"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ::::: standard toolbar buttons ::::: */
|
||||
|
||||
.button-toolbar {
|
||||
-moz-user-focus: ignore;
|
||||
border: 2px solid;
|
||||
-moz-border-radius: 0;
|
||||
min-width: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.button-toolbar > .button-box {
|
||||
margin: 0;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
|
||||
.button-toolbar:hover:active > .button-box {
|
||||
padding: 2px 1px 0px 3px;
|
||||
}
|
||||
|
||||
.button-toolbar > .button-box > .button-icon,
|
||||
.button-toolbar > .button-box > .button-text {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.button-toolbar,
|
||||
.button-toolbar[disabled="true"]:hover,
|
||||
.button-toolbar[disabled="true"]:hover:active {
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: transparent ThreeDHighlight;
|
||||
-moz-border-right-colors: transparent ThreeDShadow;
|
||||
-moz-border-bottom-colors: transparent ThreeDShadow;
|
||||
-moz-border-left-colors: transparent ThreeDHighlight;
|
||||
}
|
||||
|
||||
.button-toolbar:hover {
|
||||
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight;
|
||||
}
|
||||
|
||||
.button-toolbar:hover:active {
|
||||
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight;
|
||||
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
}
|
||||
|
|
@ -54,7 +54,10 @@
|
|||
/*** Styles for the pref category buttons **/
|
||||
|
||||
.buttonBox {
|
||||
margin: 0px 5px 0px 0px !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
-moz-margin-start: 0px !important;
|
||||
-moz-margin-end: 5px !important;
|
||||
}
|
||||
|
||||
.buttonBoxButton {
|
||||
|
|
|
@ -1,87 +0,0 @@
|
|||
/* ***** 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 mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt <hewitt@netscape.com>
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ==== prefpanels.css ==================================================
|
||||
== Styles used by all preference panels in the Communicator suite.
|
||||
====================================================================== */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
/* ::::: Themes ::::: */
|
||||
|
||||
#skinsTree {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
*|*.themesLink {
|
||||
margin-left: 5px;
|
||||
text-decoration: underline;
|
||||
color: blue;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
*|*.themesLink:active {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#previewImageContainer {
|
||||
height: 93px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
#previewImage {
|
||||
max-width: 355px;
|
||||
min-width: 355px;
|
||||
max-height: 85px;
|
||||
min-height: 85px;
|
||||
}
|
||||
|
||||
/* ::::: Fonts ::::: */
|
||||
|
||||
#sizeVar,
|
||||
#sizeMono {
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.prefpanel-font-list {
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
/* ::::: Mouse Wheel ::::: */
|
||||
|
||||
#mouseWheelMode {
|
||||
width: 9em;
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
#dialoginfo {
|
||||
width: 36em;
|
||||
}
|
||||
|
||||
#table-housing {
|
||||
background-color: white;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#buttons-box {
|
||||
margin-left: 1em;
|
||||
}
|
|
@ -61,8 +61,8 @@ span.moz-smiley-s15,
|
|||
span.moz-smiley-s16
|
||||
{
|
||||
font-size: 15px;
|
||||
padding-left: 20px;
|
||||
margin-left: 2px;
|
||||
-moz-padding-start: 20px;
|
||||
-moz-margin-start: 2px;
|
||||
margin-top: 2px;
|
||||
background-repeat: no-repeat;
|
||||
-moz-user-select: all;
|
||||
|
|
|
@ -1,114 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* 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 ***** */
|
||||
|
||||
/* ==== tasksOverlay.css ================================================
|
||||
== Styles used by the the overlay which contains tasks related
|
||||
== content, such as the taskbar and product launcher icons.
|
||||
====================================================================== */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: communicator product icons ::::: */
|
||||
|
||||
.taskbutton {
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.taskbutton:hover:active {
|
||||
padding: 2px 0 0 2px;
|
||||
}
|
||||
|
||||
#mini-nav {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
|
||||
}
|
||||
|
||||
#mini-nav:hover {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/navigator-hov.gif");
|
||||
}
|
||||
|
||||
.icon-navigator16 {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif");
|
||||
}
|
||||
|
||||
#mini-mail {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
|
||||
}
|
||||
|
||||
#mini-mail:hover {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/mail-hov.gif");
|
||||
}
|
||||
|
||||
#mini-mail[BiffState="NewMail"] {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
|
||||
}
|
||||
|
||||
#mini-mail[BiffState="NewMail"]:hover {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/mailnew-hov.gif");
|
||||
}
|
||||
|
||||
.icon-mail16 {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif");
|
||||
}
|
||||
|
||||
#mini-addr {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
|
||||
}
|
||||
|
||||
#mini-addr:hover {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/addressbook-hov.gif");
|
||||
}
|
||||
|
||||
.icon-addressbook16 {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif");
|
||||
}
|
||||
|
||||
#mini-comp {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
|
||||
}
|
||||
|
||||
#mini-comp:hover {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/composer-hov.gif");
|
||||
}
|
||||
.icon-composer16 {
|
||||
list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif");
|
||||
}
|
||||
|
||||
/* ::::: component bar ::::: */
|
||||
|
||||
#component-bar {
|
||||
-moz-box-align: stretch;
|
||||
}
|
|
@ -1,67 +0,0 @@
|
|||
/* */
|
||||
/* ***** 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 Mozilla Communicator client code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Don Bragg (dbragg@netscape.com) 12/08/1999
|
||||
* Blake Ross (BlakeR1234@aol.com) 6/12/2000
|
||||
* Daniel Veditz <dveditz@netscape.com> 2002
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
@import url("chrome://communicator/skin");
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
#confirmBox {
|
||||
margin: 1ex;
|
||||
}
|
||||
|
||||
#urlColumn {
|
||||
margin-left: 1ex;
|
||||
}
|
||||
|
||||
.confirmSeparator {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.confirmName {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.packageName {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
#alert-image {
|
||||
margin: 1em;
|
||||
}
|
|
@ -1,149 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-2001
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt (hewitt@netscape.com)
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== autocomplete.css =================================================
|
||||
== Styles used by the autocomplete widget.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
/* ::::: autocomplete ::::: */
|
||||
|
||||
textbox {
|
||||
cursor: default;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Used by autocomplete widgets that don't have an icon. Gross. -dwh */
|
||||
textbox.padded {
|
||||
padding: 1px 0px 1px 2px;
|
||||
}
|
||||
|
||||
.textbox-input-box {
|
||||
margin: 0 3px;
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
/* ::::: history button ::::: */
|
||||
|
||||
.autocomplete-history-dropmarker {
|
||||
-moz-appearance: menulist-button;
|
||||
min-width: 17px;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
|
||||
background-color: -moz-Dialog;
|
||||
padding: 1px;
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
|
||||
}
|
||||
|
||||
.autocomplete-history-dropmarker:hover:active,
|
||||
.autocomplete-history-dropmarker[open="true"] {
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDFace;
|
||||
-moz-border-right-colors: ThreeDShadow ThreeDFace;
|
||||
-moz-border-bottom-colors: ThreeDShadow ThreeDFace;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDFace;
|
||||
padding: 2px 0 0 2px;
|
||||
}
|
||||
|
||||
/* ::::: autocomplete popups ::::: */
|
||||
|
||||
popup[type="autocomplete"],
|
||||
.autocomplete-history-popup {
|
||||
border-width: 1px;
|
||||
-moz-border-top-colors: ThreeDDarkShadow;
|
||||
-moz-border-right-colors: ThreeDDarkShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow;
|
||||
-moz-border-left-colors: ThreeDDarkShadow;
|
||||
padding: 0;
|
||||
background-color: -moz-Field !important;
|
||||
}
|
||||
|
||||
.autocomplete-history-popup {
|
||||
max-height: 180px;
|
||||
}
|
||||
|
||||
/* ::::: tree ::::: */
|
||||
|
||||
.autocomplete-tree {
|
||||
-moz-appearance: none !important;
|
||||
border: none !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.autocomplete-treecol {
|
||||
-moz-appearance: none !important;
|
||||
margin: 0 !important;
|
||||
border: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.autocomplete-treebody::-moz-tree-cell-text {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
treechildren.autocomplete-treebody::-moz-tree-row(selected) {
|
||||
background-color: Highlight;
|
||||
}
|
||||
|
||||
treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
|
||||
color: HighlightText !important;
|
||||
}
|
||||
|
||||
/* thunderbird does not use the new autocomplete widget yet so we need a couple of the old styles rules for it */
|
||||
|
||||
.autocomplete-treebody::-moz-tree-row(menuactive) {
|
||||
background-color: Highlight;
|
||||
}
|
||||
|
||||
.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
|
||||
color: HighlightText !important;
|
||||
}
|
||||
|
||||
/* end of thunderbird required autocomplete rules */
|
||||
|
||||
/* ::::: textboxes inside toolbarpaletteitems ::::: */
|
||||
|
||||
toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {
|
||||
visibility: hidden;
|
||||
}
|
|
@ -1,37 +0,0 @@
|
|||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
.tabbrowser-strip {
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
tabpanels {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
.tabbrowser-tabs {
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.tabs-left,
|
||||
.tabs-right {
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
.tab-icon {
|
||||
margin-top: 1px;
|
||||
margin-right: 3px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
||||
tab[busy] > .tab-middle > .tab-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/Loading.gif");
|
||||
}
|
||||
|
||||
tab[selected="true"] {
|
||||
font-weight: bold;
|
||||
}
|
|
@ -1,171 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt (hewitt@netscape.com)
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== button.css =====================================================
|
||||
== Styles used by the XUL button element.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* :::::::::: button :::::::::: */
|
||||
|
||||
button {
|
||||
-moz-appearance: button;
|
||||
margin: 1px 5px 2px 5px;
|
||||
min-width: 6.3em;
|
||||
border: 3px solid;
|
||||
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow;
|
||||
background-color: ThreeDFace;
|
||||
color: ButtonText;
|
||||
}
|
||||
|
||||
.button-box {
|
||||
border: 1px solid transparent;
|
||||
padding: 1px 4px 2px 3px;
|
||||
}
|
||||
|
||||
.button-text {
|
||||
margin: 0 !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* .......... focused state .......... */
|
||||
|
||||
button:focus {
|
||||
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight transparent;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight transparent;
|
||||
}
|
||||
|
||||
button:focus > .button-box {
|
||||
border: 1px dotted ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
/* .......... default state .......... */
|
||||
|
||||
button[default="true"] {
|
||||
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow;
|
||||
}
|
||||
|
||||
|
||||
/* .......... active/open/checked state .......... */
|
||||
|
||||
button:hover:active,
|
||||
button[open="true"],
|
||||
button[checked="true"] {
|
||||
-moz-border-top-colors: ThreeDDarkShadow ThreeDShadow transparent;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
|
||||
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent;
|
||||
}
|
||||
|
||||
button:hover:active > .button-box,
|
||||
button[open="true"] > .button-box,
|
||||
button[checked="true"] > .button-box {
|
||||
padding: 2px 3px 1px 4px;
|
||||
}
|
||||
|
||||
/* .......... disabled state .......... */
|
||||
|
||||
button[disabled="true"] {
|
||||
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow !important;
|
||||
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow !important;
|
||||
-moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow !important;
|
||||
-moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow !important;
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
button[disabled="true"] > .button-box {
|
||||
padding: 1px 4px 2px 3px !important;
|
||||
}
|
||||
|
||||
/* ::::: menu/menu-button buttons ::::: */
|
||||
|
||||
button[type="menu-button"] {
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.button-menu-dropmarker,
|
||||
.button-menubutton-dropmarker {
|
||||
margin: 1px;
|
||||
background-image: url("chrome://global/skin/arrow/arrow-dn.gif");
|
||||
min-width:5px;
|
||||
min-height:11px;
|
||||
}
|
||||
|
||||
.button-menu-dropmarker[disabled="true"],
|
||||
.button-menubutton-dropmarker[disabled="true"] {
|
||||
background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
|
||||
}
|
||||
|
||||
.button-menubutton-dropmarker[open="true"] {
|
||||
margin: 2px 0px 0px 2px;
|
||||
}
|
||||
|
||||
/* ::::: plain buttons ::::: */
|
||||
|
||||
button.plain {
|
||||
border: 0px !important;
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
button[type="disclosure"] {
|
||||
border: 0px !important;
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
-moz-appearance: none;
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-clsd.png");
|
||||
min-width: 0px !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
button[type="disclosure"][open="true"] {
|
||||
list-style-image: url("chrome://global/skin/tree/twisty-open.png");
|
||||
}
|
||||
|
|
@ -1,112 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== checkbox.css ===================================================
|
||||
== Styles used by the XUL checkbox element.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: checkbox ::::: */
|
||||
|
||||
checkbox {
|
||||
-moz-appearance: checkbox-container;
|
||||
-moz-box-align: center;
|
||||
margin: 2px 4px;
|
||||
padding: 1px 2px 1px 4px;
|
||||
}
|
||||
|
||||
.checkbox-label-box {
|
||||
margin-left: 2px;
|
||||
border: 1px solid transparent;
|
||||
padding: 0px 1px;
|
||||
}
|
||||
|
||||
.checkbox-icon {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.checkbox-label {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
/* ..... focused state ..... */
|
||||
|
||||
checkbox:focus > .checkbox-label-box {
|
||||
border: 1px dotted ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
/* ..... disabled state ..... */
|
||||
|
||||
checkbox[disabled="true"] > .checkbox-check {
|
||||
background-color: -moz-Dialog;
|
||||
}
|
||||
|
||||
checkbox[disabled="true"] {
|
||||
color: GrayText !important;
|
||||
}
|
||||
|
||||
/* ::::: checkmark image ::::: */
|
||||
|
||||
.checkbox-check {
|
||||
-moz-appearance: checkbox;
|
||||
-moz-box-align: center;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
min-width: 13px;
|
||||
min-height: 13px;
|
||||
background: -moz-Field no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
|
||||
checkbox:hover:active > .checkbox-check {
|
||||
background-color: -moz-Dialog;
|
||||
}
|
||||
|
||||
/* ..... checked state ..... */
|
||||
|
||||
checkbox[checked="true"] > .checkbox-check {
|
||||
background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
|
||||
}
|
||||
|
||||
checkbox[checked="true"][disabled="true"] > .checkbox-check {
|
||||
background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif") !important
|
||||
}
|
||||
|
|
@ -1,180 +0,0 @@
|
|||
/* ***** 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 mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt <hewitt@netscape.com>
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== console.css ====================================================
|
||||
== Styles used by the JavaScript Console window.
|
||||
====================================================================== */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
.console-box {
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
/* ::::: console rows ::::: */
|
||||
|
||||
.console-row {
|
||||
border-bottom: 2px solid -moz-FieldText;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.console-row-icon {
|
||||
border-right: 1px solid ThreeDShadow;
|
||||
padding: 5px;
|
||||
background-color: -moz-Dialog;
|
||||
-moz-box-align: start !important;
|
||||
}
|
||||
|
||||
.console-icon {
|
||||
list-style-image: inherit;
|
||||
}
|
||||
|
||||
/* ..... error rows ..... */
|
||||
|
||||
.console-row-code {
|
||||
padding: 3px 0px 3px 3px;
|
||||
color: #0000BB;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.console-dots,
|
||||
.console-caret {
|
||||
height: 9px;
|
||||
}
|
||||
|
||||
.console-dots {
|
||||
background: url("chrome://global/skin/console/console-error-dash.gif") repeat-x top;
|
||||
}
|
||||
|
||||
.console-caret {
|
||||
width: 7px;
|
||||
background: url("chrome://global/skin/console/console-error-caret.gif") no-repeat top;
|
||||
}
|
||||
|
||||
/* ..... message rows ..... */
|
||||
|
||||
.console-row[type="message"] {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
/* ..... selected state ..... */
|
||||
|
||||
.console-row[selected="true"] {
|
||||
background-color: #B7DBEB !important;
|
||||
}
|
||||
|
||||
.console-row-code[selected="true"],
|
||||
.console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
/* ::::: icons ::::: */
|
||||
|
||||
.console-row[type="error"],
|
||||
.console-row[type="exception"] {
|
||||
list-style-image: url("chrome://global/skin/icons/Error.png");
|
||||
}
|
||||
|
||||
.console-row[type="warning"] {
|
||||
list-style-image: url("chrome://global/skin/icons/Warning.png");
|
||||
}
|
||||
|
||||
.console-row[type="message"] {
|
||||
list-style-image: url("chrome://global/skin/icons/Message.png");
|
||||
}
|
||||
|
||||
/* ::::: toolbars ::::: */
|
||||
|
||||
#TextboxEval {
|
||||
margin: 2px !important;
|
||||
}
|
||||
|
||||
toolbarseparator {
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
|
||||
/* Toolbar icons */
|
||||
|
||||
.toolbarbutton-text {
|
||||
margin-left: 4px !important;
|
||||
}
|
||||
|
||||
toolbar#ToolbarMode toolbarbutton {
|
||||
list-style-image: url("chrome://global/skin/console/Console-toolbar.png");
|
||||
}
|
||||
|
||||
toolbarbutton[observes="Console:modeAll"] {
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
toolbarbutton[observes="Console:modeAll"]:hover,
|
||||
toolbarbutton[observes="Console:modeAll"][checked="true"] {
|
||||
-moz-image-region: rect(16px, 16px, 32px, 0px);
|
||||
}
|
||||
|
||||
toolbarbutton[observes="Console:modeErrors"] {
|
||||
-moz-image-region: rect(0px, 32px, 16px, 16px);
|
||||
}
|
||||
toolbarbutton[observes="Console:modeErrors"]:hover,
|
||||
toolbarbutton[observes="Console:modeErrors"][checked="true"] {
|
||||
-moz-image-region: rect(16px, 32px, 32px, 16px);
|
||||
}
|
||||
|
||||
toolbarbutton[observes="Console:modeWarnings"] {
|
||||
-moz-image-region: rect(0px, 48px, 16px, 32px);
|
||||
}
|
||||
toolbarbutton[observes="Console:modeWarnings"]:hover,
|
||||
toolbarbutton[observes="Console:modeWarnings"][checked="true"] {
|
||||
-moz-image-region: rect(16px, 48px, 32px, 32px);
|
||||
}
|
||||
|
||||
toolbarbutton[observes="Console:modeMessages"] {
|
||||
-moz-image-region: rect(0px, 64px, 16px, 48px);
|
||||
}
|
||||
toolbarbutton[observes="Console:modeMessages"]:hover,
|
||||
toolbarbutton[observes="Console:modeMessages"][checked="true"] {
|
||||
-moz-image-region: rect(16px, 64px, 32px, 48px);
|
||||
}
|
||||
|
||||
toolbarbutton[observes="Console:clear"] {
|
||||
-moz-image-region: rect(0px, 80px, 16px, 64px);
|
||||
}
|
||||
toolbarbutton[observes="Console:clear"]:hover,
|
||||
toolbarbutton[observes="Console:clear"][checked="true"] {
|
||||
-moz-image-region: rect(16px, 80px, 32px, 64px);
|
||||
}
|
|
@ -1,98 +0,0 @@
|
|||
/* ***** 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 mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1999
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Original Author: Joe Hewitt (hewitt@netscape.com)
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== dialog.css =====================================================
|
||||
== Styles used by the XUL dialog element.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: dialog ::::: */
|
||||
|
||||
dialog {
|
||||
padding: 8px 10px 10px 8px;
|
||||
}
|
||||
|
||||
/* ::::: dialog buttons ::::: */
|
||||
|
||||
.dialog-button {
|
||||
font: menu;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
/* ::::: dialog header ::::: */
|
||||
|
||||
dialogheader {
|
||||
margin: 0px 5px 5px 5px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
-moz-border-right-colors: ThreeDHighlight ThreeDDarkShadow;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDDarkShadow;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
padding: 5px 8px;
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
||||
|
||||
.dialogheader-title {
|
||||
margin: 0px !important;
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* ::::: large dialog header ::::: */
|
||||
|
||||
.header-large {
|
||||
-moz-box-orient: vertical;
|
||||
margin: 0;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDShadow;
|
||||
padding: 12px 5px 12px 25px;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
.header-large > .dialogheader-title {
|
||||
font: inherit;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.header-large > .dialogheader-description {
|
||||
margin-left: 12px !important;
|
||||
}
|
|
@ -1,44 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* 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 ***** */
|
||||
|
||||
.expanderButton {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.settingsContainer {
|
||||
padding: 3px 5px 5px 20px;
|
||||
}
|
|
@ -1,260 +0,0 @@
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* inset areas */
|
||||
|
||||
.inset
|
||||
{
|
||||
border-left : 1px solid ThreeDShadow;
|
||||
border-top : 1px solid ThreeDShadow;
|
||||
border-right : 1px solid ThreeDHighlight;
|
||||
border-bottom : 1px solid ThreeDHighlight;
|
||||
margin : 0px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.box-inset {
|
||||
margin: 2px 4px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
/* formatting */
|
||||
.groove-top
|
||||
{
|
||||
border-top : 2px groove ThreeDFace;
|
||||
}
|
||||
|
||||
.groove-right
|
||||
{
|
||||
border-right : 2px groove ThreeDFace;
|
||||
}
|
||||
|
||||
.groove-left
|
||||
{
|
||||
border-left : 2px groove ThreeDFace;
|
||||
}
|
||||
|
||||
.groove-bottom
|
||||
{
|
||||
border-bottom : 2px groove ThreeDFace;
|
||||
}
|
||||
|
||||
.outset
|
||||
{
|
||||
border-left : 1px solid ThreeDHighlight;
|
||||
border-top : 1px solid ThreeDHighlight;
|
||||
border-right : 1px solid ThreeDShadow;
|
||||
border-bottom : 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
.outset-top-bottom
|
||||
{
|
||||
border-top : 1px solid ThreeDHighlight;
|
||||
border-bottom : 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** separator rules **/
|
||||
/* standard separators */
|
||||
separator, separator[orient="horizontal"]
|
||||
{
|
||||
height: 1.5em;
|
||||
}
|
||||
|
||||
separator[orient="vertical"]
|
||||
{
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
/* thinner separators (50% size) */
|
||||
separator.thin, separator.thin[orient="horizontal"]
|
||||
{
|
||||
height: 0.5em;
|
||||
}
|
||||
|
||||
separator.thin[orient="vertical"]
|
||||
{
|
||||
width: 0.5em;
|
||||
}
|
||||
|
||||
/* groove separators (50% size) */
|
||||
separator.groove,
|
||||
separator.groove[orient="horizontal"]
|
||||
{
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid ThreeDHighlight;
|
||||
height: 0px;
|
||||
margin-top: 0.4em;
|
||||
margin-bottom: 0.4em;
|
||||
}
|
||||
|
||||
separator.groove[orient="vertical"]
|
||||
{
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
border-right: 1px solid ThreeDHighlight;
|
||||
margin-left: 0.4em;
|
||||
margin-right: 0.4em;
|
||||
}
|
||||
|
||||
/* groove separators (0 padding, for dividing effects) */
|
||||
separator.groove-thin
|
||||
{
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid ThreeDHighlight;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
separator[orient="vertical"].groove-thin
|
||||
{
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
border-right: 1px solid ThreeDHighlight;
|
||||
}
|
||||
|
||||
/** text formatting rules **/
|
||||
/* label (with margins) */
|
||||
|
||||
/** Reduced Margin for some UI **/
|
||||
.small-margin
|
||||
{
|
||||
margin : 1px 2px 1px 2px;
|
||||
}
|
||||
|
||||
.plain
|
||||
{
|
||||
margin: 0px !important;
|
||||
border: none;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
label[disabled="true"]
|
||||
{
|
||||
color : GrayText;
|
||||
}
|
||||
|
||||
description, label
|
||||
{
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
description
|
||||
{
|
||||
margin : 1px 5px 4px 5px;
|
||||
}
|
||||
|
||||
label
|
||||
{
|
||||
margin : 1px 5px 2px 6px;
|
||||
}
|
||||
|
||||
.header
|
||||
{
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.larger-text
|
||||
{
|
||||
font-size : larger;
|
||||
}
|
||||
|
||||
.smaller-text
|
||||
{
|
||||
font-size : smaller;
|
||||
}
|
||||
|
||||
.monospace
|
||||
{
|
||||
font-family : monospace;
|
||||
}
|
||||
|
||||
.indent
|
||||
{
|
||||
margin-left : 23px;
|
||||
}
|
||||
|
||||
.box-padded
|
||||
{
|
||||
padding : 5px;
|
||||
}
|
||||
|
||||
.spaced
|
||||
{
|
||||
margin : 3px 5px 4px 5px;
|
||||
}
|
||||
|
||||
.wizard-box
|
||||
{
|
||||
padding : 20px 44px 10px 44px;
|
||||
}
|
||||
|
||||
/* Double Border Boxes */
|
||||
|
||||
/* top only */
|
||||
.double-box-top
|
||||
{
|
||||
-moz-binding : url("chrome://global/skin/classicBindings.xml#double-box");
|
||||
border-top : 1px solid ThreeDShadow;
|
||||
background-color : #FFFFFF;
|
||||
margin : 0px;
|
||||
}
|
||||
|
||||
.double-box-top > .db-internal-box
|
||||
{
|
||||
border-top : 1px solid ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
/* all round */
|
||||
.double-box
|
||||
{
|
||||
-moz-binding : url("chrome://global/skin/classicBindings.xml#double-box");
|
||||
border-left : 1px solid ThreeDShadow;
|
||||
border-top : 1px solid ThreeDShadow;
|
||||
border-bottom : 1px solid ThreeDHighlight;
|
||||
border-right : 1px solid ThreeDHighlight;
|
||||
background-color : #FFFFFF;
|
||||
margin : 0px;
|
||||
}
|
||||
|
||||
.double-box > .db-internal-box
|
||||
{
|
||||
border : 1px solid ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
.caption-text
|
||||
{
|
||||
margin: 0px 2px 0px 1px !important;
|
||||
}
|
||||
|
||||
|
||||
/* class for text with a 'link' appearance */
|
||||
.text-link
|
||||
{
|
||||
color : blue;
|
||||
text-decoration : underline;
|
||||
border : 1px solid transparent;
|
||||
}
|
||||
|
||||
.text-link:focus
|
||||
{
|
||||
color : red;
|
||||
border : 1px dotted -moz-DialogText;
|
||||
}
|
||||
|
||||
.text-link:hover
|
||||
{
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.text-link:hover:active
|
||||
{
|
||||
color : red;
|
||||
}
|
||||
|
||||
.text-link[visited="true"]
|
||||
{
|
||||
color : purple;
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== global.css =====================================================
|
||||
== Styles that apply everywhere.
|
||||
======================================================================= */
|
||||
|
||||
/* all localizable skin settings shall live here */
|
||||
@import url("chrome://global/locale/intl.css");
|
||||
|
||||
@import url("chrome://global/skin/formatting.css");
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: XBL bindings ::::: */
|
||||
|
||||
radio {
|
||||
-moz-binding: url("chrome://global/skin/globalBindings.xml#radio");
|
||||
}
|
||||
|
||||
menulist > menupopup,
|
||||
.menulist-menupopup {
|
||||
-moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
|
||||
}
|
||||
|
||||
.menulist-compact {
|
||||
-moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact");
|
||||
}
|
||||
|
||||
progressmeter[mode="undetermined"] {
|
||||
-moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined");
|
||||
}
|
||||
|
||||
/* ::::: root elements ::::: */
|
||||
|
||||
window,
|
||||
page,
|
||||
dialog,
|
||||
wizard,
|
||||
prefwindow {
|
||||
-moz-appearance: window;
|
||||
background-color: -moz-Dialog;
|
||||
color: -moz-DialogText;
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
window.dialog {
|
||||
padding: 8px 10px 10px 8px;
|
||||
}
|
||||
|
||||
[wait-cursor] {
|
||||
cursor: wait !important;
|
||||
}
|
||||
|
||||
/* ::::: alert icons :::::*/
|
||||
|
||||
.message-icon,
|
||||
.alert-icon,
|
||||
.error-icon,
|
||||
.question-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.message-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/Message.png");
|
||||
}
|
||||
|
||||
.alert-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/Warning.png");
|
||||
}
|
||||
|
||||
.error-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/Error.png");
|
||||
}
|
||||
|
||||
.question-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/Question.png");
|
||||
}
|
||||
|
||||
/* ::::: iframe ::::: */
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
min-width: 10px;
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
/* ::::: statusbar ::::: */
|
||||
|
||||
statusbar {
|
||||
-moz-appearance: statusbar;
|
||||
border-top: 1px solid ThreeDLightShadow;
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
border-right: 1px solid ThreeDHighlight;
|
||||
border-bottom: 1px solid ThreeDHighlight;
|
||||
background-color: -moz-Dialog;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
statusbarpanel {
|
||||
-moz-appearance: statusbarpanel;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
border-left: 1px solid ThreeDHighlight;
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
border-right: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.statusbar-resizerpanel {
|
||||
-moz-box-align: end;
|
||||
-moz-box-pack: end;
|
||||
-moz-appearance: resizerpanel;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.statusbarpanel-iconic {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
resizer[dir="bottomright"] {
|
||||
-moz-appearance: resizer;
|
||||
cursor: se-resize;
|
||||
}
|
||||
|
||||
/* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */
|
||||
|
||||
sidebarheader {
|
||||
-moz-appearance: toolbox;
|
||||
height: 25px;
|
||||
background-color: -moz-Dialog;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
}
|
||||
|
||||
sidebarheader > label {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
/* ::::: miscellaneous ::::: */
|
||||
|
||||
.toolbar-focustarget {
|
||||
-moz-user-focus: ignore !important;
|
||||
}
|
|
@ -1,176 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-2001
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt (hewitt@netscape.com)
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== listbox.css =======================================================
|
||||
== Styles used by XUL listbox-related elements.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: listbox ::::: */
|
||||
|
||||
listbox {
|
||||
-moz-appearance: listbox;
|
||||
margin: 2px 4px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
listbox[disabled="true"] {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
/* ::::: listitem ::::: */
|
||||
|
||||
listitem {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
listbox:focus > listitem[selected="true"][current="true"] {
|
||||
outline: 1px dotted #F3D982;
|
||||
}
|
||||
|
||||
listbox:focus > listitem[current="true"] {
|
||||
outline: 1px dotted Highlight;
|
||||
-moz-outline-offset: -1px;
|
||||
}
|
||||
|
||||
listitem[selected="true"] {
|
||||
background-color: -moz-Dialog;
|
||||
color: -moz-DialogText;
|
||||
}
|
||||
|
||||
listbox:focus > listitem[selected="true"] {
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
||||
|
||||
/* ::::: listheader ::::: */
|
||||
|
||||
listheader {
|
||||
-moz-appearance: treeheadercell;
|
||||
-moz-box-align: center;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
background-color: -moz-Dialog;
|
||||
color: -moz-DialogText;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
listheader[sortable="true"]:hover:active {
|
||||
border-top: 2px solid;
|
||||
border-right: 1px solid;
|
||||
border-bottom: 1px solid;
|
||||
border-left: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow -moz-Dialog;
|
||||
-moz-border-right-colors: ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDShadow -moz-Dialog;
|
||||
padding: 1px 4px 0 5px;
|
||||
}
|
||||
|
||||
.listheader-icon {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.listheader-label {
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
/* ..... sort direction icon ..... */
|
||||
|
||||
.listheader-sortdirection {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
.listheader-sortdirection[sortDirection="ascending"] {
|
||||
list-style-image: url("chrome://global/skin/tree/sort-asc.gif");
|
||||
}
|
||||
|
||||
.listheader-sortdirection[sortDirection="descending"] {
|
||||
list-style-image: url("chrome://global/skin/tree/sort-dsc.gif");
|
||||
}
|
||||
|
||||
/* ::::: listcell ::::: */
|
||||
|
||||
.listcell-label {
|
||||
margin: 0px !important;
|
||||
padding: 0px 0px 1px 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.listcell-icon {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.listcell-label[disabled="true"] {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
/* ::::: listcell checkbox ::::: */
|
||||
|
||||
.listcell-check {
|
||||
-moz-appearance: checkbox;
|
||||
-moz-box-align: center;
|
||||
margin: 0px 2px;
|
||||
border: 1px solid -moz-DialogText;
|
||||
min-width: 13px;
|
||||
min-height: 13px;
|
||||
background: -moz-Field no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
.listcell-check[checked="true"] {
|
||||
background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
|
||||
}
|
||||
|
||||
.listcell-check[disabled="true"] {
|
||||
border-color: GrayText;
|
||||
background-image: url("chrome://global/skin/checkbox/cbox-dis.gif");
|
||||
}
|
||||
|
||||
.listcell-check[disabled="true"][checked="true"] {
|
||||
background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
|
||||
}
|
|
@ -68,19 +68,25 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
|||
.menu-text,
|
||||
.menu-iconic-left,
|
||||
.menu-iconic-text {
|
||||
margin: 0px 2px 0px 0px !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
-moz-margin-start: 0px !important;
|
||||
-moz-margin-end: 2px !important;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.menu-text {
|
||||
margin-left: 18px !important;
|
||||
-moz-margin-start: 18px !important;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
.menu-accel,
|
||||
.menu-iconic-accel {
|
||||
margin: 0px 2px 0px 7px !important;
|
||||
padding-right: 14px;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
-moz-margin-start: 7px !important;
|
||||
-moz-margin-end: 2px !important;
|
||||
-moz-padding-end: 14px;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
@ -91,7 +97,10 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
|||
/* ..... menu arrow box ..... */
|
||||
|
||||
.menu-right {
|
||||
margin: 0px 0px 0px 6px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 6px;
|
||||
-moz-margin-end: 0px;
|
||||
width: 8px;
|
||||
list-style-image: url("chrome://global/skin/menu/Menu-arrow.png");
|
||||
-moz-image-region: auto;
|
||||
|
@ -107,11 +116,26 @@ menuitem[_moz-menuactive="true"][disabled="true"] {
|
|||
-moz-image-region: auto;
|
||||
}
|
||||
|
||||
.menu-right[chromedir="rtl"] {
|
||||
list-style-image: url("chrome://global/skin/menu/Menu-arrow-rtl.png");
|
||||
}
|
||||
|
||||
.menu-right[chromedir="rtl"][_moz-menuactive="true"] {
|
||||
list-style-image: url("chrome://global/skin/menu/Menu-arrow-hover-rtl.png");
|
||||
}
|
||||
|
||||
.menu-right[chromedir="rtl"][disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/menu/Menu-arrow-disabled-rtl.png") !important;
|
||||
}
|
||||
|
||||
/* ::::: menu/menuitems in menubar ::::: */
|
||||
|
||||
menubar > menu {
|
||||
border: 1px solid transparent;
|
||||
padding: 2px 5px 2px 7px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
-moz-padding-start: 7px;
|
||||
-moz-padding-end: 5px;
|
||||
margin: 1px 0px 1px 0px;
|
||||
}
|
||||
menubar > menu[_moz-menuactive="true"] {
|
||||
|
@ -130,12 +154,18 @@ menubar > menu[_moz-menuactive="true"][open="true"] {
|
|||
/* ..... internal content .... */
|
||||
|
||||
.menubar-left {
|
||||
margin: 0px 2px 0px 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 2px;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.menubar-text {
|
||||
margin: 0px 2px 0px 0px !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
-moz-margin-start: 0px !important;
|
||||
-moz-margin-end: 2px !important;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
@ -164,7 +194,10 @@ menulist > menupopup > menuitem,
|
|||
.menulist-menupopup > menu,
|
||||
menulist > menupopup > menu {
|
||||
border: 1px solid transparent;
|
||||
padding: 1px 30px 1px 5px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
-moz-padding-start: 5px;
|
||||
-moz-padding-end: 30px;
|
||||
max-width: none;
|
||||
font: message-box;
|
||||
color: -moz-FieldText;
|
||||
|
@ -240,7 +273,7 @@ menulist > menupopup > menuseparator,
|
|||
/* ::::: tree column picker ::::: */
|
||||
|
||||
.treecell-popupcell-menu {
|
||||
margin-left: -2px;
|
||||
-moz-margin-start: -2px;
|
||||
list-style-image: url("chrome://global/skin/columnselect.gif");
|
||||
-moz-image-region: auto;
|
||||
}
|
||||
|
|
|
@ -109,7 +109,10 @@ menulist:hover:active > .menulist-dropmarker {
|
|||
-moz-border-right-colors: ThreeDShadow ThreeDFace;
|
||||
-moz-border-bottom-colors: ThreeDShadow ThreeDFace;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDFace;
|
||||
padding: 2px 0px 0px 2px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 0px;
|
||||
-moz-padding-start: 2px;
|
||||
-moz-padding-end: 0px;
|
||||
}
|
||||
|
||||
/* ..... focused state ..... */
|
||||
|
@ -130,7 +133,10 @@ menulist[disabled="true"] {
|
|||
/* ::::: editable menulists ::::: */
|
||||
|
||||
.menulist-editable-box {
|
||||
padding: 3px 0px 3px 2px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
-moz-padding-start: 2px;
|
||||
-moz-padding-end: 0px;
|
||||
}
|
||||
|
||||
html|*.menulist-editable-input {
|
||||
|
@ -161,7 +167,7 @@ html|*.menulist-editable-input {
|
|||
}
|
||||
|
||||
.menulist-compact > .menulist-dropmarker {
|
||||
margin-left: 2px;
|
||||
-moz-margin-start: 2px;
|
||||
border: none;
|
||||
padding: 0 !important;
|
||||
background: transparent;
|
||||
|
|
|
@ -1,102 +0,0 @@
|
|||
/* ***** 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 the Preferences UI System.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Ben Goodger.
|
||||
* Portions created by the Initial Developer are Copyright (C) 2005
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Ben Goodger <ben@mozilla.org>
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== preferences.css =====================================================
|
||||
== Styles used by the XUL prefwindow element.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: dialog ::::: */
|
||||
|
||||
prefwindow {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
prefpane {
|
||||
padding: 8px 10px 10px 8px;
|
||||
}
|
||||
|
||||
prefwindow[type="child"] {
|
||||
padding: 8px 10px 10px 8px;
|
||||
}
|
||||
|
||||
prefwindow[type="child"] > prefpane {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.prefWindow-dlgbuttons {
|
||||
padding-bottom: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
prefwindow[type="child"] .prefWindow-dlgbuttons {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
radio[pane] {
|
||||
-moz-appearance: none;
|
||||
margin: 0px 1px 0px 1px;
|
||||
padding: 1px 3px 1px 3px;
|
||||
min-width: 4.5em;
|
||||
}
|
||||
|
||||
.paneSelector {
|
||||
border-bottom: 2px groove ThreeDFace;
|
||||
margin: 0px;
|
||||
padding-left: 10px;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
.paneButtonIcon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
radio[pane]:hover {
|
||||
background-color: #E0E8F6;
|
||||
color: black;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
radio[pane][selected="true"] {
|
||||
background-color: #C1D2EE;
|
||||
color: black;
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
/* ..... page navigation ..... */
|
||||
|
||||
.home-arrow {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif");
|
||||
}
|
||||
|
||||
.end-arrow {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif");
|
||||
}
|
||||
|
||||
.left-arrow {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif");
|
||||
}
|
||||
|
||||
.right-arrow {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif");
|
||||
}
|
||||
|
||||
/* ...... scale in/decrement ..... */
|
||||
|
||||
.up-arrow {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
|
||||
}
|
||||
|
||||
.down-arrow {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
|
||||
}
|
||||
|
||||
|
||||
/* ..... orientation ..... */
|
||||
|
||||
.toolbar-portrait-page {
|
||||
list-style-image: url("chrome://global/skin/Portrait-small.png");
|
||||
|
||||
}
|
||||
|
||||
.toolbar-landscape-page {
|
||||
list-style-image: url("chrome://global/skin/Landscape-small.png");
|
||||
}
|
||||
|
||||
.toolbarbutton-text {
|
||||
margin-left: 4px !important;
|
||||
}
|
|
@ -1,123 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== radio.css ===================================================
|
||||
== Styles used by the XUL radio element.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: radio ::::: */
|
||||
|
||||
radio {
|
||||
-moz-appearance: radio-container;
|
||||
-moz-box-align: center;
|
||||
margin: 2px 4px;
|
||||
padding: 1px 2px 1px 4px;
|
||||
}
|
||||
|
||||
.radio-label-box {
|
||||
margin-left: 2px;
|
||||
border: 1px solid transparent;
|
||||
padding: 0px 0px 1px 1px;
|
||||
}
|
||||
|
||||
.radio-icon {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.radio-label {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
/* ..... focused state ..... */
|
||||
|
||||
radio[focused="true"] > .radio-label-box {
|
||||
border: 1px dotted ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
/* ..... disabled state ..... */
|
||||
|
||||
radio[disabled="true"] > .radio-check-box1 {
|
||||
background-color: -moz-Dialog;
|
||||
}
|
||||
|
||||
radio[disabled="true"] {
|
||||
color: GrayText !important;
|
||||
}
|
||||
|
||||
/* ::::: checkmark image ::::: */
|
||||
|
||||
.radio-check-box1 {
|
||||
-moz-appearance: radio;
|
||||
margin: 1px 0px;
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
border-right: 1px solid ThreeDHighlight;
|
||||
border-bottom: 1px solid ThreeDHighlight;
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
-moz-border-radius: 50%;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-color: -moz-Field;
|
||||
}
|
||||
|
||||
.radio-check-box2 {
|
||||
border-top: 1px solid ThreeDDarkShadow;
|
||||
border-right: 1px solid ThreeDLightShadow;
|
||||
border-bottom: 1px solid ThreeDLightShadow;
|
||||
border-left: 1px solid ThreeDDarkShadow;
|
||||
-moz-border-radius: 50%;
|
||||
padding: 2px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
|
||||
radio:hover:active > .radio-check-box1 {
|
||||
background-color: -moz-Dialog;
|
||||
}
|
||||
|
||||
/* ..... selected state ..... */
|
||||
|
||||
radio[selected="true"] > .radio-check-box1 > .radio-check-box2 {
|
||||
list-style-image: url("chrome://global/skin/radio/radio-check.gif");
|
||||
}
|
||||
|
||||
radio[selected="true"][disabled="true"] > .radio-check-box1 > .radio-check-box2 {
|
||||
list-style-image: url("chrome://global/skin/radio/radio-check-dis.gif") !important
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/*
|
||||
* Autorepeatbutton
|
||||
*/
|
||||
.autorepeatbutton-up
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/arrow/arrow-up.gif");
|
||||
-moz-image-region : auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
.autorepeatbutton-down
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/arrow/arrow-dn.gif");
|
||||
-moz-image-region : auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
autorepeatbutton
|
||||
{
|
||||
-moz-box-align : center;
|
||||
-moz-box-pack : center;
|
||||
margin : 1px 2px 2px 1px;
|
||||
border : 1px solid transparent;
|
||||
padding : 1px;
|
||||
}
|
||||
|
||||
autorepeatbutton:hover
|
||||
{
|
||||
margin : 1px;
|
||||
border : 1px inset ThreeDFace;
|
||||
padding : 2px 1px 1px 2px;
|
||||
}
|
|
@ -1,162 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-2001
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt (hewitt@netscape.com)
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== tabbox.css =================================================
|
||||
== Styles used by XUL tab-related elements.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: tabs ::::: */
|
||||
|
||||
.tabs-left,
|
||||
.tabs-right {
|
||||
border-bottom: 2px solid;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
}
|
||||
|
||||
/* ::::: tabpanels ::::: */
|
||||
|
||||
tabpanels {
|
||||
-moz-appearance: tabpanels;
|
||||
border-right: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-left: 2px solid;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
padding: 8px;
|
||||
background-color: -moz-Dialog;
|
||||
color: -moz-DialogText;
|
||||
}
|
||||
|
||||
/* ::::: tab ::::: */
|
||||
|
||||
tab
|
||||
{
|
||||
-moz-appearance: tab;
|
||||
margin-top: 2px;
|
||||
border-top: 2px solid;
|
||||
border-right: 2px solid;
|
||||
border-left: 2px solid;
|
||||
border-bottom: 1px solid ThreeDHighlight;
|
||||
-moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-radius-topleft: 2px;
|
||||
-moz-border-radius-topright: 2px;
|
||||
-moz-border-radius-bottomright: 1px;
|
||||
padding: 1px 4px 2px 4px;
|
||||
background-color: -moz-Dialog;
|
||||
color: -moz-DialogText;
|
||||
}
|
||||
|
||||
.tab-text {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
tab[selected="true"] {
|
||||
-moz-user-focus: normal;
|
||||
margin-top: 0;
|
||||
border-bottom-color: transparent;
|
||||
padding: 1px 6px 4px 6px;
|
||||
}
|
||||
|
||||
tab:focus > .tab-middle {
|
||||
outline: 1px dotted invert;
|
||||
}
|
||||
|
||||
tab[beforeselected="true"] {
|
||||
-moz-appearance: tab-left-edge;
|
||||
border-right: none;
|
||||
-moz-border-radius-topright: 0;
|
||||
}
|
||||
|
||||
tab[afterselected="true"] {
|
||||
-moz-appearance: tab-right-edge;
|
||||
border-left: none;
|
||||
-moz-border-radius-topleft: 0;
|
||||
}
|
||||
|
||||
tab[first-tab="true"][selected="true"] {
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
/* ::::: tab-bottom ::::::::::
|
||||
:: Tabs that are attached to the bottom of a panel, but not necessarily
|
||||
:: a tabpanels.
|
||||
::::: */
|
||||
|
||||
.tab-bottom {
|
||||
margin-top: 0;
|
||||
margin-bottom: 2px;
|
||||
border-top: 1px solid;
|
||||
border-bottom: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow;
|
||||
-moz-border-radius-topleft: 0;
|
||||
-moz-border-radius-topright: 0;
|
||||
-moz-border-radius-bottomright: 2px;
|
||||
-moz-border-radius-bottomleft: 2px;
|
||||
padding: 2px 4px 1px 4px;
|
||||
}
|
||||
|
||||
.tab-bottom[selected="true"] {
|
||||
margin-bottom: 0;
|
||||
-moz-border-top-colors: -moz-Dialog;
|
||||
padding: 4px 6px 1px 6px;
|
||||
}
|
||||
|
||||
.tab-bottom[beforeselected="true"] {
|
||||
-moz-border-radius-bottomright: 0;
|
||||
}
|
||||
|
||||
.tab-bottom[afterselected="true"] {
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
}
|
||||
|
||||
/* ::::: tabs-bottom ::::: */
|
||||
|
||||
.tabs-bottom > .tabs-left,
|
||||
.tabs-bottom > .tabs-right {
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
|
@ -1,102 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-2001
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt (hewitt@netscape.com)
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== textbox.css ==================================================
|
||||
== Styles used by the XUL textbox element.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
/* ::::: textbox ::::: */
|
||||
|
||||
textbox
|
||||
{
|
||||
-moz-appearance: textfield;
|
||||
cursor: text;
|
||||
margin: 2px 4px;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
padding: 2px 2px 3px 4px;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
html|*.textbox-input,
|
||||
html|*.textbox-textarea {
|
||||
margin: 0px !important;
|
||||
border: none !important;
|
||||
padding: 0px !important;
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
/* ..... readonly state ..... */
|
||||
|
||||
textbox[readonly="true"] {
|
||||
background-color: -moz-Dialog;
|
||||
color: -moz-DialogText;
|
||||
}
|
||||
|
||||
/* ..... disabled state ..... */
|
||||
|
||||
textbox[disabled="true"] {
|
||||
cursor: default;
|
||||
background-color: -moz-Dialog;
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
/* ::::: plain textbox ::::: */
|
||||
|
||||
textbox.plain {
|
||||
-moz-appearance: none !important;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/* ::::: textboxes inside toolbarpaletteitems ::::: */
|
||||
|
||||
toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
@ -101,7 +101,10 @@ toolbarpaletteitem[place="toolbar"] > toolbarspacer {
|
|||
|
||||
.toolbarpaletteitem-box[type="spacer"][place="toolbar"],
|
||||
.toolbarpaletteitem-box[type="spring"][place="toolbar"] {
|
||||
margin: 2px 2px 2px 0;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 2px;
|
||||
}
|
||||
|
||||
.toolbarpaletteitem-box[type="separator"][place="palette"] {
|
||||
|
|
|
@ -1,167 +0,0 @@
|
|||
/* ***** 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 Mozilla Communicator client code, released
|
||||
* March 31, 1998.
|
||||
*
|
||||
* The Initial Developer of the Original Code is
|
||||
* Netscape Communications Corporation.
|
||||
* Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||||
* the Initial Developer. All Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Joe Hewitt (hewitt@netscape.com)
|
||||
*
|
||||
* 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 ***** */
|
||||
|
||||
/* ===== toolbarbutton.css =====================================================
|
||||
== Styles used by the XUL button element.
|
||||
======================================================================= */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
/* ::::: toolbarbutton ::::: */
|
||||
|
||||
toolbarbutton {
|
||||
-moz-appearance: toolbarbutton;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
margin: 0;
|
||||
border: 1px solid transparent;
|
||||
padding: 6px;
|
||||
background-color: transparent;
|
||||
color: -moz-DialogText;
|
||||
}
|
||||
|
||||
.toolbarbutton-text {
|
||||
margin: 0 !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
toolbarbutton.tabbable {
|
||||
-moz-user-focus: normal !important;
|
||||
}
|
||||
|
||||
toolbarbutton:focus
|
||||
{
|
||||
/* -moz-appearance looks redundant here but is necessary.
|
||||
Without it, the outline won't appear. */
|
||||
-moz-appearance: toolbarbutton;
|
||||
outline: 1px dotted -moz-DialogText;
|
||||
-moz-outline-offset: -2px;
|
||||
}
|
||||
|
||||
toolbarbutton:hover,
|
||||
toolbarbutton[buttonover="true"] {
|
||||
border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
|
||||
}
|
||||
|
||||
toolbarbutton:hover:active,
|
||||
toolbarbutton[open="true"] {
|
||||
border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
|
||||
padding: 7px 5px 5px 7px;
|
||||
}
|
||||
|
||||
toolbarbutton[disabled="true"],
|
||||
toolbarbutton[disabled="true"]:hover,
|
||||
toolbarbutton[disabled="true"]:hover:active,
|
||||
toolbarbutton[disabled="true"][open="true"] {
|
||||
border-color: transparent;
|
||||
padding: 6px;
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
/* ..... checked state ..... */
|
||||
|
||||
toolbarbutton[checked="true"] {
|
||||
border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow !important;
|
||||
padding: 7px 5px 5px 7px !important;
|
||||
background-image: url("chrome://global/skin/toolbar/Lighten.png");
|
||||
color: ButtonText !important;
|
||||
}
|
||||
|
||||
toolbarbutton[checked="true"]:hover {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* ::::: toolbarbutton menu ::::: */
|
||||
|
||||
.toolbarbutton-menu-dropmarker {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.toolbarbutton-menu-dropmarker[disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
|
||||
}
|
||||
|
||||
/* ::::: toolbarbutton menu-button ::::: */
|
||||
|
||||
toolbarbutton[type="menu-button"] {
|
||||
-moz-box-align: stretch;
|
||||
-moz-box-orient: horizontal !important;
|
||||
}
|
||||
|
||||
toolbarbutton[type="menu-button"],
|
||||
toolbarbutton[type="menu-button"]:hover,
|
||||
toolbarbutton[type="menu-button"]:hover:active,
|
||||
toolbarbutton[type="menu-button"][open="true"],
|
||||
toolbarbutton[type="menu-button"][disabled="true"],
|
||||
toolbarbutton[type="menu-button"][disabled="true"]:hover,
|
||||
toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.toolbarbutton-menubutton-button {
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
-moz-box-orient: vertical;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.toolbarbutton-menubutton-button:hover:active {
|
||||
padding-right: 2px;
|
||||
}
|
||||
.toolbarbutton-menubutton-button[disabled="true"],
|
||||
.toolbarbutton-menubutton-button[disabled="true"]:hover,
|
||||
.toolbarbutton-menubutton-button[disabled="true"]:hover:active,
|
||||
.toolbarbutton-menubutton-button[disabled="true"][open="true"] {
|
||||
padding-right: 3px
|
||||
}
|
||||
|
||||
/* .......... dropmarker .......... */
|
||||
|
||||
.toolbarbutton-menubutton-dropmarker {
|
||||
-moz-box-align: center;
|
||||
padding: 0 4px 0 2px;
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
.toolbarbutton-menubutton-dropmarker[disabled="true"] {
|
||||
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") !important;
|
||||
}
|
|
@ -1,38 +0,0 @@
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
.wizard-header {
|
||||
border-bottom: 2px groove ThreeDFace;
|
||||
padding: 10px 0px 10px 0px;
|
||||
background-color: Window;
|
||||
color: WindowText;
|
||||
}
|
||||
|
||||
.wizard-header-label {
|
||||
margin-left: 23px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.wizard-header-description {
|
||||
margin-left: 44px;
|
||||
}
|
||||
|
||||
.wizard-page-box {
|
||||
margin: 10px 44px;
|
||||
}
|
||||
|
||||
.wizard-buttons-separator {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.wizard-buttons-box-2 {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.wizard-button[wizardbutton="finish"],
|
||||
.wizard-button[wizardbutton="next"] {
|
||||
margin-left: -1px !important;
|
||||
}
|
||||
|
||||
.wizard-button[wizardbutton="back"] {
|
||||
margin-right: 0px !important;
|
||||
}
|
|
@ -78,7 +78,7 @@ li {
|
|||
}
|
||||
|
||||
.makeLeftMargin {
|
||||
margin-left: 25px;
|
||||
-moz-margin-start: 25px;
|
||||
}
|
||||
|
||||
.menuPath {
|
||||
|
|
|
@ -62,7 +62,10 @@
|
|||
.box-texttab[selected="true"],
|
||||
.box-texttab[selected="true"]:hover,
|
||||
.box-texttab[selected="true"]:hover:active {
|
||||
padding: 2px 1px 2px 0px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
-moz-padding-start: 0px;
|
||||
-moz-padding-end: 1px;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
@ -41,7 +41,10 @@
|
|||
}
|
||||
|
||||
#cleanUpButton .button-icon, #optionsButton .button-icon {
|
||||
margin: 0px 5px 0px 0px !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
-moz-margin-start: 0px !important;
|
||||
-moz-margin-end: 5px !important;
|
||||
}
|
||||
|
||||
#cleanUpButton[disabled="true"] {
|
||||
|
@ -49,12 +52,15 @@
|
|||
}
|
||||
|
||||
#commandBarSeparator {
|
||||
margin-left: 5px;
|
||||
-moz-margin-start: 5px;
|
||||
}
|
||||
|
||||
/* Download View Items */
|
||||
download {
|
||||
padding: 13px 10px 13px 13px;
|
||||
padding-top: 13px;
|
||||
padding-bottom: 13px;
|
||||
-moz-padding-start: 13px;
|
||||
-moz-padding-end: 10px;
|
||||
min-height: 25px;
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
}
|
||||
|
@ -80,6 +86,6 @@ download[state="5"], download[state="6"] {
|
|||
}
|
||||
|
||||
.downloadTypeIcon {
|
||||
margin-right: 10px;
|
||||
-moz-margin-end: 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
|
||||
#from {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
#location {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#contentTypeImage {
|
||||
margin: 0px 5px 0px 0px;
|
||||
}
|
||||
|
||||
.small-indent {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
#clientBox {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#extensionName {
|
||||
font-size: large;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#extensionVersion {
|
||||
font-weight: bold;
|
||||
color: #909090;
|
||||
}
|
||||
|
||||
#genericAbout {
|
||||
padding: 0px 0px 10px 0px;
|
||||
min-height: 200px;
|
||||
width: 30em;
|
||||
}
|
||||
|
||||
#groove {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
#clientBox {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#extensionDescription {
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
#extensionDescription, #extensionContributors, #creatorBox, #contributorsBox {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#extensionCreator, .contributor {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#extensionCreatorLabel, #extensionContributors {
|
||||
border-top: 2px solid #C0C0C0;
|
||||
padding: 2px 0px 3px 0px;
|
||||
margin-top: 3px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
@ -64,7 +64,10 @@
|
|||
}
|
||||
|
||||
#uninstallButton .button-icon, #updateButton .button-icon {
|
||||
margin: 0px 5px 0px 0px !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
-moz-margin-start: 0px !important;
|
||||
-moz-margin-end: 5px !important;
|
||||
}
|
||||
|
||||
#installButton .button-icon,
|
||||
|
@ -72,11 +75,14 @@
|
|||
#updateButton .button-icon,
|
||||
#optionsButton .button-icon,
|
||||
#useThemeButton .button-icon {
|
||||
margin: 0px 5px 0px 0px !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
-moz-margin-start: 0px !important;
|
||||
-moz-margin-end: 5px !important;
|
||||
}
|
||||
|
||||
.commandBarSeparator {
|
||||
margin-left: 5px;
|
||||
-moz-margin-start: 5px;
|
||||
}
|
||||
|
||||
#getMore {
|
||||
|
@ -93,7 +99,10 @@ extension[selected="true"] {
|
|||
}
|
||||
|
||||
extension {
|
||||
padding: 13px 10px 13px 13px;
|
||||
padding-top: 13px;
|
||||
padding-bottom: 13px;
|
||||
-moz-padding-start: 13px;
|
||||
-moz-padding-end: 10px;
|
||||
min-height: 25px;
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
background-image: url("chrome://mozapps/skin/shared/itemFader.png");
|
||||
|
@ -117,7 +126,7 @@ extension[disabled="true"] .extension-icon {
|
|||
}
|
||||
|
||||
.extension-icon {
|
||||
margin-right: 10px;
|
||||
-moz-margin-end: 10px;
|
||||
}
|
||||
|
||||
.previewText {
|
||||
|
@ -128,15 +137,21 @@ extension[disabled="true"] .extension-icon {
|
|||
}
|
||||
|
||||
extension[itemType="theme"] {
|
||||
padding: 7px 5px 7px 6px;
|
||||
padding-top: 7px;
|
||||
padding-bottom: 7px;
|
||||
-moz-padding-start: 6px;
|
||||
-moz-padding-end: 5px;
|
||||
}
|
||||
|
||||
extension[itemType="theme"] .extension-icon {
|
||||
margin-right: 3px;
|
||||
-moz-margin-end: 3px;
|
||||
}
|
||||
|
||||
.themePreviewArea {
|
||||
-moz-appearance: listbox;
|
||||
margin: 10px 10px 5px 5px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
-moz-margin-start: 5px;
|
||||
-moz-margin-end: 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -49,12 +49,12 @@
|
|||
}
|
||||
|
||||
.indent {
|
||||
margin-left: 23px;
|
||||
margin-right: 23px;
|
||||
-moz-margin-start: 23px;
|
||||
-moz-margin-end: 23px;
|
||||
}
|
||||
|
||||
.small-indent {
|
||||
margin-left: 15px;
|
||||
-moz-margin-start: 15px;
|
||||
}
|
||||
|
||||
.uniWidthButton {
|
||||
|
@ -78,21 +78,30 @@
|
|||
#typeIcon,
|
||||
.extensionChildren::-moz-tree-image(fileExtension),
|
||||
.pluginTypesChildren::-moz-tree-image(fileExtension) {
|
||||
margin: 0px 5px 0px 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 5px;
|
||||
}
|
||||
|
||||
.pluginTypesChildren::-moz-tree-image(pluginEnabled) {
|
||||
margin: 0px 5px 0px 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 5px;
|
||||
list-style-image: url(chrome://mozapps/skin/pref/dot.gif);
|
||||
}
|
||||
|
||||
.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
|
||||
margin: 0px 5px 0px 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
-moz-margin-start: 0px;
|
||||
-moz-margin-end: 5px;
|
||||
list-style-image: url(chrome://mozapps/skin/pref/check.gif);
|
||||
}
|
||||
|
||||
.biggerIndent {
|
||||
margin-left: 28px;
|
||||
-moz-margin-start: 28px;
|
||||
}
|
||||
|
||||
#typeField {
|
||||
|
@ -100,7 +109,7 @@
|
|||
}
|
||||
|
||||
#defaultAppName {
|
||||
margin-left: 6px !important;
|
||||
-moz-margin-start: 6px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,176 +0,0 @@
|
|||
/**
|
||||
* General
|
||||
*/
|
||||
.wizard-button[dlgtype="finish"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
link {
|
||||
color: blue;
|
||||
border: 1px solid transparent;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 4px;
|
||||
-moz-margin-start: 5px;
|
||||
-moz-margin-end: 5px;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
link > label {
|
||||
margin: 0px;
|
||||
padding: 1px;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
link:hover:active {
|
||||
color: red;
|
||||
}
|
||||
|
||||
link:focus {
|
||||
border: 1px dotted black;
|
||||
}
|
||||
|
||||
/**
|
||||
* License Page
|
||||
*/
|
||||
license {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 2px;
|
||||
-moz-margin-start: 6px;
|
||||
-moz-margin-end: 5px;
|
||||
-moz-appearance: listbox;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.loadingBox {
|
||||
padding: 3px 5px 3px 5px;
|
||||
}
|
||||
.licenseLoadingThrobber {
|
||||
margin-top: 3px;
|
||||
}
|
||||
.licenseLoadingThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
}
|
||||
.licenseLoadingThrobber[state="error"] {
|
||||
list-style-image: url("chrome://global/skin/icons/notfound.png");
|
||||
}
|
||||
|
||||
/**
|
||||
* Update Found Page
|
||||
*/
|
||||
|
||||
#moreDetails {
|
||||
margin: 1px 5px 4px 3px;
|
||||
}
|
||||
|
||||
wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
#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: InfoBackground;
|
||||
color: InfoText;
|
||||
border: 1px outset InfoBackground;
|
||||
padding: 3px;
|
||||
margin: 1px 5px 4px 5px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Downloading Page
|
||||
*/
|
||||
#downloadName {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
#downloadStatus {
|
||||
margin-top: 6px;
|
||||
height: 3em !important;
|
||||
}
|
||||
|
||||
#downloadThrobber {
|
||||
margin: 5px 3px 0px 5px;
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
|
||||
}
|
||||
|
||||
#downloadThrobber[state="loading"] {
|
||||
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
|
||||
}
|
||||
|
||||
#downloadStatusLine {
|
||||
-moz-box-align: start;
|
||||
}
|
||||
|
||||
#verificationFailedIcon {
|
||||
list-style-image: url("chrome://global/skin/icons/notfound.png");
|
||||
margin: 5px 3px 0px 5px;
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 dotted #C0C0C0;
|
||||
}
|
||||
|
||||
.update-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.update-label-column {
|
||||
-moz-box-align: end;
|
||||
}
|
||||
|
||||
.update-details-link {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.update-type {
|
||||
font-weight: bold;
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
#historyItems {
|
||||
-moz-appearance: listbox;
|
||||
height: 200px;
|
||||
margin: 1px 5px 4px 5px;
|
||||
}
|
||||
|
||||
#historyItems > scrollbox {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.updatePrefsInfo {
|
||||
font-size: smaller;
|
||||
margin-left: 27px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
#xpinstallIcon {
|
||||
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallIcon.png");
|
||||
}
|
||||
|
||||
#itemList {
|
||||
-moz-appearance: listbox;
|
||||
margin: 10px 4px 10px 4px;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
#dialogContentBox {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
installitem {
|
||||
padding: 5px 0px 5px 5px;
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.warning {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xpinstallItemIcon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
max-width: 32px !important;
|
||||
max-height: 32px !important;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.xpinstallItemName {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xpinstallItemSigned {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.xpinstallItemSigned[signed=false] {
|
||||
color: #ED1C24;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xpinstallItemNameRow {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
.xpinstallItemURL {
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
||||
.xpinstallItemIcon {
|
||||
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче