/* - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this file, - You can obtain one at http://mozilla.org/MPL/2.0/. */ @import url("chrome://global/skin/inContentUI.css"); @namespace html "http://www.w3.org/1999/xhtml"; #preferences-home { display: block; } #header { margin-bottom: 18px; } .indent-small { -moz-margin-start: 10px; } .landingButton { -moz-box-align: center; -moz-box-orient: vertical; } .landingButton:hover { cursor: pointer; } .landingButton-label { margin-top: 4px; } .landingButton-icon { display: block; width: 32px; height: 32px; background-image: url("chrome://browser/skin/preferences/Options.png"); background-repeat: no-repeat; } .preference-icon { display: block; width: 32px; height: 32px; background-image: url("chrome://browser/skin/preferences/Options.png"); background-repeat: no-repeat; margin: 0 20px; } .preference-icon[type="general"], .landingButton-icon[type="general"] { background-position: 0 0; } .preference-icon[type="content"], .landingButton-icon[type="content"] { background-position: -64px 0; } .preference-icon[type="applications"], .landingButton-icon[type="applications"] { background-position: -96px 0; } .preference-icon[type="privacy"], .landingButton-icon[type="privacy"] { background-position: -128px 0; } .preference-icon[type="security"], .landingButton-icon[type="security"] { background-position: -160px 0; } .preference-icon[type="advanced"], .landingButton-icon[type="advanced"] { background-position: -192px 0; } .preference-icon[type="sync"], .landingButton-icon[type="sync"] { background-image: url("chrome://browser/skin/preferences/Options-sync.png"); } caption { font-size: 20px; } .heading { height: 50px; background-color: #FF9F00; color: #000000; border-radius: 5px; margin-bottom: 15px; -moz-box-align: center; } prefpane { padding: 0; } prefpane > .content-box { overflow: auto; } /* Applications Pane Styles */ #applications-content { padding: 15px; } #handlersView { border: none; /*1px solid #9C9CFF;*/ margin: 0; overflow-y: auto; border-top-left-radius: 0; border-top-right-radius: 0; } #handersView > listheader > treecol { border-radius: 0; } #advancedPrefs { padding: 0; /* overrides preferences/preferences.css */ } #advancedPrefs > tabs { -moz-padding-start: 5px; } #advancedPrefs > tabpanels { border-right: none; border-left: none; border-bottom: none; border-top-left-radius: 0; border-top-right-radius: 0; } /* XXX This style is for bug 740213 and should be removed once that bug has a solution. */ description > html|a { cursor: pointer; } /* XXX Styles Below can be removed once bug 660726 lands */ .nav-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png"); } #forward-btn { -moz-border-start: none; } #back-btn:-moz-locale-dir(ltr), #forward-btn:-moz-locale-dir(rtl) { -moz-image-region: rect(42px 25px 63px 0px); border-top-right-radius: 0; border-bottom-right-radius: 0; } #back-btn:not([disabled="true"]):hover:-moz-locale-dir(ltr), #back-btn:not([disabled="true"]):hover:active:-moz-locale-dir(ltr), #forward-btn:not([disabled="true"]):hover:-moz-locale-dir(rtl), #forward-btn:not([disabled="true"]):hover:active:-moz-locale-dir(rtl) { -moz-image-region: rect(42px 75px 63px 50px); } #back-btn[disabled="true"]:-moz-locale-dir(ltr), #forward-btn[disabled="true"]:-moz-locale-dir(rtl) { -moz-image-region: rect(42px 50px 63px 25px); } #back-btn:-moz-locale-dir(rtl), #forward-btn:-moz-locale-dir(ltr) { -moz-image-region: rect(63px 25px 84px 0px); border-top-left-radius: 0; border-bottom-left-radius: 0; } #back-btn:not([disabled="true"]):hover:-moz-locale-dir(rtl), #back-btn:not([disabled="true"]):hover:active:-moz-locale-dir(rtl), #forward-btn:not([disabled="true"]):hover:-moz-locale-dir(ltr), #forward-btn:not([disabled="true"]):hover:active:-moz-locale-dir(ltr) { -moz-image-region: rect(63px 75px 84px 50px); } #back-btn[disabled="true"]:-moz-locale-dir(rtl), #forward-btn[disabled="true"]:-moz-locale-dir(ltr) { -moz-image-region: rect(63px 50px 84px 25px); } .header-button { } .header-button:not([disabled="true"]):active:hover, .header-button[open="true"] { } .header-button > .toolbarbutton-text { display: none; }