browser/themes/linux/preferences/preferences.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 %if 0
     2 /*
     3 # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
     4 # This Source Code Form is subject to the terms of the Mozilla Public
     5 # License, v. 2.0. If a copy of the MPL was not distributed with this
     6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     7 */
     8 %endif
    10 /* Global Styles */
    11 #BrowserPreferences radio[pane] {
    12   list-style-image: url("chrome://browser/skin/preferences/Options.png"); 
    13 }
    15 radio[pane=paneMain] {
    16   -moz-image-region: rect(0px, 32px,  32px, 0px)
    17 }
    19 radio[pane=paneTabs] {
    20   -moz-image-region: rect(0px, 64px, 32px, 32px)
    21 }
    23 radio[pane=paneContent] {
    24   -moz-image-region: rect(0px, 96px,  32px, 64px)
    25 }
    27 radio[pane=paneApplications] {
    28   -moz-image-region: rect(0px, 128px,  32px, 96px)
    29 }
    31 radio[pane=panePrivacy] {
    32   -moz-image-region: rect(0px, 160px,  32px, 128px)
    33 }
    35 radio[pane=paneSecurity] {
    36   -moz-image-region: rect(0px, 192px,  32px, 160px)
    37 }
    39 radio[pane=paneAdvanced] {
    40   -moz-image-region: rect(0px, 224px, 32px, 192px)
    41 }
    43 %ifdef MOZ_SERVICES_SYNC
    44 radio[pane=paneSync] {
    45   list-style-image: url("chrome://browser/skin/preferences/Options-sync.png") !important;
    46 }
    47 %endif
    49 label.small {
    50   font-size: smaller;
    51 }
    53 #tabPrefsBox {
    54   margin: 5px;
    55 }
    57 /* Applications Pane */
    58 #BrowserPreferences[animated="true"] #handlersView {
    59   height: 25em;
    60 }
    62 #BrowserPreferences[animated="false"] #handlersView {
    63   -moz-box-flex: 1;
    64 }
    66 /* Privacy Pane */
    68 /* styles for the link elements copied from .text-link in global.css */
    69 .inline-link {
    70   color: -moz-nativehyperlinktext;
    71   text-decoration: none;
    72 }
    74 .inline-link:hover {
    75   text-decoration: underline;
    76 }
    78 /* Modeless Window Dialogs */
    79 .windowDialog,
    80 .windowDialog prefpane {
    81   padding: 0px;
    82 }
    84 .contentPane {
    85   margin: 9px 8px 5px 8px;
    86 }
    88 .actionButtons {
    89   margin: 0px 3px 6px 3px !important;
    90 }
    92 /* Cookies Manager */
    93 #cookiesChildren::-moz-tree-image(domainCol) {
    94   width: 16px;
    95   height: 16px;
    96   margin: 0px 2px;
    97   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
    98 }
   100 #paneApplications {
   101   margin-left: 4px;
   102   margin-right: 4px; 
   103   padding-left: 0;
   104   padding-right: 0; 
   105 }
   107 #linksOpenInBox {
   108   margin-top: 5px;
   109 }
   111 #paneAdvanced {
   112   padding-bottom: 10px;
   113 }
   114 #advancedPrefs {
   115   margin-left: 0;
   116   margin-right: 0; 
   117 }
   119 #cookiesChildren::-moz-tree-image(domainCol, container) {
   120   list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
   121 }
   123 #cookieInfoBox {
   124   border: 1px solid ThreeDShadow;
   125   border-radius: 0px;
   126   margin: 4px;
   127   padding: 0px;
   128 }
   130 /* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
   131    of the groupbox from being cutoff */
   132 .bottomBox {
   133   padding-bottom: 4px;
   134 }
   136 /**
   137  * Clear Private Data
   138  */
   139 #SanitizeDialogPane > groupbox {
   140   margin-top: 0;
   141 }
   143 %ifdef MOZ_SERVICES_SYNC
   144 /* Sync Pane */
   146 #syncDesc {
   147   padding: 0 8em;
   148 }
   150 #accountCaptionImage {
   151   list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
   152 }
   154 #syncAddDeviceLabel {
   155   margin-top: 1em;
   156   margin-bottom: 1em;
   157 }
   159 #noFxaAccount {
   160   margin: 5px;
   161   line-height: 1.2em;
   162 }
   164 #noFxaAccount > label:first-child {
   165   margin-bottom: 0.6em;
   166 }
   168 #fxa-pweng-help-link > label {
   169   margin: 0;
   170 }
   172 #fxa-pweng-help-link > image {
   173   list-style-image: url("chrome://global/skin/icons/question-16.png");
   174 }
   176 %endif

mercurial