toolkit/themes/windows/mozapps/extensions/about.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/windows/mozapps/extensions/about.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,91 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +#genericAbout {
     1.9 +  padding: 0px;
    1.10 +  min-height: 200px;
    1.11 +  max-height: 400px;
    1.12 +  width: 30em;
    1.13 +}
    1.14 +
    1.15 +#clientBox {
    1.16 +  background-color: -moz-Dialog;
    1.17 +  color: -moz-DialogText;
    1.18 +}
    1.19 +
    1.20 +@media (-moz-windows-compositor) {
    1.21 +  #genericAbout {
    1.22 +    -moz-appearance: -moz-win-glass;
    1.23 +    background: transparent;
    1.24 +  }
    1.25 +
    1.26 +  #clientBox {
    1.27 +    -moz-appearance: -moz-win-exclude-glass;
    1.28 +  }
    1.29 +}
    1.30 +
    1.31 +
    1.32 +.basic-info {
    1.33 +  padding: 10px;
    1.34 +}
    1.35 +
    1.36 +#extensionIcon {
    1.37 +  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
    1.38 +  max-width: 64px;
    1.39 +  max-height: 64px;
    1.40 +  -moz-margin-end: 6px;
    1.41 +}
    1.42 +
    1.43 +#genericAbout[addontype="theme"] #extensionIcon {
    1.44 +  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
    1.45 +}
    1.46 +
    1.47 +#genericAbout[addontype="locale"] #extensionIcon {
    1.48 +  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
    1.49 +}
    1.50 +
    1.51 +#genericAbout[addontype="plugin"] #extensionIcon {
    1.52 +  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
    1.53 +}
    1.54 +
    1.55 +#genericAbout[addontype="dictionary"] #extensionIcon {
    1.56 +  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
    1.57 +}
    1.58 +
    1.59 +#extensionName {
    1.60 +  font-size: 200%;
    1.61 +  font-weight: bolder;
    1.62 +}
    1.63 +
    1.64 +#extensionVersion {
    1.65 +  font-weight: bold;
    1.66 +}
    1.67 +
    1.68 +#extensionDescription {
    1.69 +  margin-top: 4px;
    1.70 +}
    1.71 +
    1.72 +#groove {
    1.73 +  margin-top: 8px;
    1.74 +}
    1.75 +
    1.76 +#extensionDetailsBox {
    1.77 +  overflow: auto;
    1.78 +  min-height: 100px;
    1.79 +}
    1.80 +
    1.81 +.boxIndent {
    1.82 +  -moz-margin-start: 18px;
    1.83 +}
    1.84 +
    1.85 +#extensionCreator, .contributor {
    1.86 +  margin: 0px;
    1.87 +} 
    1.88 +
    1.89 +.sectionTitle {
    1.90 +  padding: 2px 0px 3px 0px;
    1.91 +  margin-top: 3px;
    1.92 +  font-weight: bold;
    1.93 +}
    1.94 +

mercurial