toolkit/content/plugins.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 4
michael@0 5 /* ===== plugins.css =====================================================
michael@0 6 == Styles used by the about:plugins page.
michael@0 7 ======================================================================= */
michael@0 8
michael@0 9 body {
michael@0 10 background-color: -moz-Field;
michael@0 11 color: -moz-FieldText;
michael@0 12 font: message-box;
michael@0 13 }
michael@0 14
michael@0 15 div#outside {
michael@0 16 text-align: justify;
michael@0 17 width: 90%;
michael@0 18 margin-left: 5%;
michael@0 19 margin-right: 5%;
michael@0 20 }
michael@0 21
michael@0 22 #plugs {
michael@0 23 text-align: center;
michael@0 24 font-size: xx-large;
michael@0 25 font-weight: bold;
michael@0 26 }
michael@0 27
michael@0 28 #noplugs {
michael@0 29 font-size: x-large;
michael@0 30 font-weight: bold;
michael@0 31 }
michael@0 32
michael@0 33 div#findpluginupdates {
michael@0 34 margin-top: 2em;
michael@0 35 }
michael@0 36
michael@0 37 .plugname {
michael@0 38 margin-top: 2em;
michael@0 39 margin-bottom: 1em;
michael@0 40 font-size: large;
michael@0 41 text-align: start;
michael@0 42 font-weight: bold;
michael@0 43 }
michael@0 44
michael@0 45 dl {
michael@0 46 margin: 0px 0px 3px 0px;
michael@0 47 }
michael@0 48
michael@0 49 table {
michael@0 50 background-color: -moz-Dialog;
michael@0 51 color: -moz-DialogText;
michael@0 52 font: message-box;
michael@0 53 text-align: start;
michael@0 54 width: 100%;
michael@0 55 border: 1px solid ThreeDShadow;
michael@0 56 border-spacing: 0px;
michael@0 57 }
michael@0 58
michael@0 59 th, td {
michael@0 60 border: none;
michael@0 61 padding: 3px;
michael@0 62 }
michael@0 63
michael@0 64 th {
michael@0 65 text-align: center;
michael@0 66 background-color: Highlight;
michael@0 67 color: HighlightText;
michael@0 68 }
michael@0 69
michael@0 70 th + th,
michael@0 71 td + td {
michael@0 72 -moz-border-start: 1px dotted ThreeDShadow;
michael@0 73 }
michael@0 74
michael@0 75 td {
michael@0 76 text-align: start;
michael@0 77 border-top: 1px dotted ThreeDShadow;
michael@0 78 }
michael@0 79
michael@0 80 th.type, th.suff {
michael@0 81 width: 25%;
michael@0 82 }
michael@0 83
michael@0 84 th.desc {
michael@0 85 width: 50%;
michael@0 86 }

mercurial