toolkit/themes/windows/global/about.css

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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 html {
michael@0 6 background: -moz-Dialog;
michael@0 7 padding: 0 1em;
michael@0 8 font: message-box;
michael@0 9 }
michael@0 10
michael@0 11 body {
michael@0 12 color: -moz-FieldText;
michael@0 13 position: relative;
michael@0 14 min-width: 330px;
michael@0 15 max-width: 50em;
michael@0 16 margin: 4em auto;
michael@0 17 border: 1px solid ThreeDShadow;
michael@0 18 border-radius: 10px;
michael@0 19 padding: 3em;
michael@0 20 -moz-padding-start: 30px;
michael@0 21 background: -moz-Field;
michael@0 22 }
michael@0 23
michael@0 24 .aboutPageWideContainer {
michael@0 25 max-width: 80%;
michael@0 26 }
michael@0 27
michael@0 28 #aboutLogoContainer {
michael@0 29 border: 1px solid ThreeDLightShadow;
michael@0 30 width: 300px;
michael@0 31 margin-bottom: 2em;
michael@0 32 }
michael@0 33
michael@0 34 img {
michael@0 35 border: 0;
michael@0 36 }
michael@0 37
michael@0 38 #version {
michael@0 39 font-weight: bold;
michael@0 40 color: #909090;
michael@0 41 margin: -24px 0 9px 17px;
michael@0 42 }
michael@0 43
michael@0 44 ul {
michael@0 45 margin: 0;
michael@0 46 -moz-margin-start: 1.5em;
michael@0 47 padding: 0;
michael@0 48 list-style: square;
michael@0 49 }
michael@0 50
michael@0 51 ul > li {
michael@0 52 margin-top: .5em;
michael@0 53 }
michael@0 54
michael@0 55 th, td {
michael@0 56 padding: 0 5px;
michael@0 57 }
michael@0 58
michael@0 59 .columns {
michael@0 60 -moz-column-width: 20em;
michael@0 61 -moz-column-gap: 3em;
michael@0 62 }

mercurial