elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

xpinstallConfirm.css (1997B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2  * License, v. 2.0. If a copy of the MPL was not distributed with this
      3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 #xpinstallheader {
      6   margin-bottom: 2em;
      7 }
      8 
      9 #itemList {
     10   -moz-appearance: none;
     11   margin: 3px 4px 10px 4px;
     12   height: 14em;
     13   border: 1px solid rgb(64,64,64);
     14   background-color: #181411;
     15   color: #bfbbb6;
     16 }
     17 
     18 #itemWarningIntro {
     19   margin-inline-start: 8px;
     20 }
     21 
     22 #dialogContentBox {
     23   padding: 5px;
     24 }
     25 
     26 installitem {
     27   padding-top: 5px;
     28   padding-bottom: 5px;
     29   padding-inline-start: 5px;
     30   padding-inline-end: 0;
     31   border-bottom: 1px dotted rgb(64,64,64);
     32   margin-bottom: 5px;
     33 }
     34 
     35 .alert-icon {
     36   list-style-image: url("chrome://global/skin/icons/warning-large.png");
     37   width: 48px;
     38   height: 48px;
     39   margin-inline-end: 20px;
     40 }
     41 
     42 .warning {
     43   font-weight: bold;
     44   font-size: 1.25em;
     45   margin-bottom: 1em;
     46 }
     47 
     48 .xpinstallIconContainer {
     49   width: 32px;
     50   height: 32px;
     51   margin-inline-end: 5px;
     52 }
     53 
     54 .xpinstallItemName {
     55   font-weight: bold;
     56 }
     57 
     58 .xpinstallItemSigned {
     59   font-style: italic;
     60   font-size: 0.9em;
     61 }
     62 
     63 .xpinstallItemURL {
     64   -moz-appearance: none;
     65   border: none;
     66   padding: 0;
     67   background-color: #181411;
     68   color: #bfbbb6;
     69   margin-top: 1px;
     70   margin-bottom: 1px;
     71   margin-inline-start: 6px;
     72   margin-inline-end: 5px;
     73 }
     74 
     75 .xpinstallItemIcon {
     76   max-width: 32px;
     77   max-height: 32px;
     78   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
     79 }
     80 
     81 installitem[type="theme"] .xpinstallItemIcon {
     82   list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
     83 }
     84 
     85 installitem[type="locale"] .xpinstallItemIcon {
     86   list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
     87 }
     88 
     89 installitem[type="plugin"] .xpinstallItemIcon {
     90   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
     91 }
     92 
     93 installitem[type="dictionary"] .xpinstallItemIcon {
     94   list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
     95 }