elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

about.css (1551B)


      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 #genericAbout {
      6   padding: 0px;
      7   min-height: 200px;
      8   max-height: 400px;
      9   width: 30em;
     10 }
     11 
     12 #clientBox,
     13 .dialog-button-box {
     14   background-color: #181411;
     15   color: #bfbbb6;
     16 }
     17 
     18 .basic-info {
     19   padding: 10px;
     20 }
     21 
     22 #extensionIcon {
     23   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
     24   max-width: 64px;
     25   max-height: 64px;
     26   margin-inline-end: 6px;
     27 }
     28 
     29 #genericAbout[addontype="theme"] #extensionIcon {
     30   list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
     31 }
     32 
     33 #genericAbout[addontype="locale"] #extensionIcon {
     34   list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
     35 }
     36 
     37 #genericAbout[addontype="plugin"] #extensionIcon {
     38   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
     39 }
     40 
     41 #genericAbout[addontype="dictionary"] #extensionIcon {
     42   list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
     43 }
     44 
     45 #extensionName {
     46   font-size: 200%;
     47   font-weight: bolder;
     48 }
     49 
     50 #extensionVersion {
     51   font-weight: bold;
     52 }
     53 
     54 #extensionDescription {
     55   margin-top: 4px;
     56 }
     57 
     58 #groove {
     59   margin-top: 8px;
     60 }
     61 
     62 #extensionDetailsBox {
     63   overflow: auto;
     64   min-height: 100px;
     65 }
     66 
     67 .boxIndent {
     68   margin-inline-start: 18px;
     69 }
     70 
     71 #extensionCreator, .contributor {
     72   margin: 0px;
     73 } 
     74 
     75 .sectionTitle {
     76   padding: 2px 0px 3px 0px;
     77   margin-top: 3px;
     78   font-weight: bold;
     79 }
     80