Bug 1608150 [wpt PR 21112] - Add missing space in `./wpt lint` command line docs...
[gecko.git] / toolkit / content / plugins.css
bloba599b5be466b1f6b9279a20acbcfcabdaf97d9bf
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 body {
10 background-color: -moz-Field;
11 color: -moz-FieldText;
12 font: message-box;
15 div#outside {
16 text-align: justify;
17 width: 90%;
18 margin-left: 5%;
19 margin-right: 5%;
22 #plugs {
23 text-align: center;
24 font-size: xx-large;
25 font-weight: bold;
28 #noplugs {
29 font-size: x-large;
30 font-weight: bold;
33 .plugname {
34 margin-top: 2em;
35 margin-bottom: 1em;
36 font-size: large;
37 text-align: start;
38 font-weight: bold;
41 dl {
42 margin: 0px 0px 3px 0px;
45 table {
46 background-color: -moz-Dialog;
47 color: -moz-DialogText;
48 font: message-box;
49 text-align: start;
50 width: 100%;
51 border: 1px solid ThreeDShadow;
52 border-spacing: 0px;
55 th, td {
56 border: none;
57 padding: 3px;
60 th {
61 text-align: center;
62 background-color: Highlight;
63 color: HighlightText;
66 th + th,
67 td + td {
68 border-inline-start: 1px dotted ThreeDShadow;
71 td {
72 text-align: start;
73 border-top: 1px dotted ThreeDShadow;
76 th.type, th.suff {
77 width: 25%;
80 th.desc {
81 width: 50%;
84 .notice {
85 background: -moz-cellhighlight;
86 border: 1px solid ThreeDShadow;
87 padding: 10px;