1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/content/plugins.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,86 @@ 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 +/* ===== plugins.css ===================================================== 1.9 + == Styles used by the about:plugins page. 1.10 + ======================================================================= */ 1.11 + 1.12 +body { 1.13 + background-color: -moz-Field; 1.14 + color: -moz-FieldText; 1.15 + font: message-box; 1.16 +} 1.17 + 1.18 +div#outside { 1.19 + text-align: justify; 1.20 + width: 90%; 1.21 + margin-left: 5%; 1.22 + margin-right: 5%; 1.23 +} 1.24 + 1.25 +#plugs { 1.26 + text-align: center; 1.27 + font-size: xx-large; 1.28 + font-weight: bold; 1.29 +} 1.30 + 1.31 +#noplugs { 1.32 + font-size: x-large; 1.33 + font-weight: bold; 1.34 +} 1.35 + 1.36 +div#findpluginupdates { 1.37 + margin-top: 2em; 1.38 +} 1.39 + 1.40 +.plugname { 1.41 + margin-top: 2em; 1.42 + margin-bottom: 1em; 1.43 + font-size: large; 1.44 + text-align: start; 1.45 + font-weight: bold; 1.46 +} 1.47 + 1.48 +dl { 1.49 + margin: 0px 0px 3px 0px; 1.50 +} 1.51 + 1.52 +table { 1.53 + background-color: -moz-Dialog; 1.54 + color: -moz-DialogText; 1.55 + font: message-box; 1.56 + text-align: start; 1.57 + width: 100%; 1.58 + border: 1px solid ThreeDShadow; 1.59 + border-spacing: 0px; 1.60 +} 1.61 + 1.62 +th, td { 1.63 + border: none; 1.64 + padding: 3px; 1.65 +} 1.66 + 1.67 +th { 1.68 + text-align: center; 1.69 + background-color: Highlight; 1.70 + color: HighlightText; 1.71 +} 1.72 + 1.73 +th + th, 1.74 +td + td { 1.75 + -moz-border-start: 1px dotted ThreeDShadow; 1.76 +} 1.77 + 1.78 +td { 1.79 + text-align: start; 1.80 + border-top: 1px dotted ThreeDShadow; 1.81 +} 1.82 + 1.83 +th.type, th.suff { 1.84 + width: 25%; 1.85 +} 1.86 + 1.87 +th.desc { 1.88 + width: 50%; 1.89 +}