Backed out changeset 8771fccb94fa (bug 1853013) for causing security related mochites...
[gecko.git] / toolkit / content / plugins.css
blob2f6f26ad9b8583a69bd46c98edc885c6387de6ac
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/. */
5 /* ===== plugins.css =====================================================
6 == Styles used by the about:plugins page.
7 ======================================================================= */
9 div#outside {
10 text-align: justify;
11 width: 90%;
12 margin-inline: 5%;
15 #plugs {
16 text-align: center;
17 font-size: xx-large;
18 font-weight: bold;
21 #noplugs {
22 font-size: x-large;
23 font-weight: bold;
26 .plugname {
27 margin-block: 2em 1em;
28 font-size: large;
29 text-align: start;
30 font-weight: bold;
33 dl {
34 margin: 0 0 3px;
37 table {
38 background-color: -moz-Dialog;
39 color: -moz-DialogText;
40 font: message-box;
41 text-align: start;
42 width: 100%;
43 border: 1px solid ThreeDShadow;
44 border-spacing: 0;
47 th, td {
48 border: none;
49 padding: 3px;
52 th {
53 text-align: center;
54 background-color: Highlight;
55 color: HighlightText;
58 th + th,
59 td + td {
60 border-inline-start: 1px dotted ThreeDShadow;
63 td {
64 text-align: start;
65 border-top: 1px dotted ThreeDShadow;
68 th.type, th.suff {
69 width: 25%;
72 th.desc {
73 width: 50%;