michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* ===== plugins.css ===================================================== michael@0: == Styles used by the about:plugins page. michael@0: ======================================================================= */ michael@0: michael@0: body { michael@0: background-color: -moz-Field; michael@0: color: -moz-FieldText; michael@0: font: message-box; michael@0: } michael@0: michael@0: div#outside { michael@0: text-align: justify; michael@0: width: 90%; michael@0: margin-left: 5%; michael@0: margin-right: 5%; michael@0: } michael@0: michael@0: #plugs { michael@0: text-align: center; michael@0: font-size: xx-large; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: #noplugs { michael@0: font-size: x-large; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: div#findpluginupdates { michael@0: margin-top: 2em; michael@0: } michael@0: michael@0: .plugname { michael@0: margin-top: 2em; michael@0: margin-bottom: 1em; michael@0: font-size: large; michael@0: text-align: start; michael@0: font-weight: bold; michael@0: } michael@0: michael@0: dl { michael@0: margin: 0px 0px 3px 0px; michael@0: } michael@0: michael@0: table { michael@0: background-color: -moz-Dialog; michael@0: color: -moz-DialogText; michael@0: font: message-box; michael@0: text-align: start; michael@0: width: 100%; michael@0: border: 1px solid ThreeDShadow; michael@0: border-spacing: 0px; michael@0: } michael@0: michael@0: th, td { michael@0: border: none; michael@0: padding: 3px; michael@0: } michael@0: michael@0: th { michael@0: text-align: center; michael@0: background-color: Highlight; michael@0: color: HighlightText; michael@0: } michael@0: michael@0: th + th, michael@0: td + td { michael@0: -moz-border-start: 1px dotted ThreeDShadow; michael@0: } michael@0: michael@0: td { michael@0: text-align: start; michael@0: border-top: 1px dotted ThreeDShadow; michael@0: } michael@0: michael@0: th.type, th.suff { michael@0: width: 25%; michael@0: } michael@0: michael@0: th.desc { michael@0: width: 50%; michael@0: }