Bug 1798651 Part 1: Make SynchronousTask accept a wait interval, and return result...
[gecko.git] / toolkit / content / plugins.css
blob6ad7c368d8926826c848a07386a8982123b531f7
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: Field;
11 color: FieldText;
12 font: message-box;
15 div#outside {
16 text-align: justify;
17 width: 90%;
18 margin-inline: 5%;
21 #plugs {
22 text-align: center;
23 font-size: xx-large;
24 font-weight: bold;
27 #noplugs {
28 font-size: x-large;
29 font-weight: bold;
32 .plugname {
33 margin-block: 2em 1em;
34 font-size: large;
35 text-align: start;
36 font-weight: bold;
39 dl {
40 margin: 0 0 3px;
43 table {
44 background-color: -moz-Dialog;
45 color: -moz-DialogText;
46 font: message-box;
47 text-align: start;
48 width: 100%;
49 border: 1px solid ThreeDShadow;
50 border-spacing: 0;
53 th, td {
54 border: none;
55 padding: 3px;
58 th {
59 text-align: center;
60 background-color: Highlight;
61 color: HighlightText;
64 th + th,
65 td + td {
66 border-inline-start: 1px dotted ThreeDShadow;
69 td {
70 text-align: start;
71 border-top: 1px dotted ThreeDShadow;
74 th.type, th.suff {
75 width: 25%;
78 th.desc {
79 width: 50%;
82 .notice {
83 background-color: -moz-cellhighlight;
84 color: -moz-cellhighlighttext;
85 border: 1px solid ThreeDShadow;
86 padding: 10px;