1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/windows/global/about.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,62 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +html { 1.9 + background: -moz-Dialog; 1.10 + padding: 0 1em; 1.11 + font: message-box; 1.12 +} 1.13 + 1.14 +body { 1.15 + color: -moz-FieldText; 1.16 + position: relative; 1.17 + min-width: 330px; 1.18 + max-width: 50em; 1.19 + margin: 4em auto; 1.20 + border: 1px solid ThreeDShadow; 1.21 + border-radius: 10px; 1.22 + padding: 3em; 1.23 + -moz-padding-start: 30px; 1.24 + background: -moz-Field; 1.25 +} 1.26 + 1.27 +.aboutPageWideContainer { 1.28 + max-width: 80%; 1.29 +} 1.30 + 1.31 +#aboutLogoContainer { 1.32 + border: 1px solid ThreeDLightShadow; 1.33 + width: 300px; 1.34 + margin-bottom: 2em; 1.35 +} 1.36 + 1.37 +img { 1.38 + border: 0; 1.39 +} 1.40 + 1.41 +#version { 1.42 + font-weight: bold; 1.43 + color: #909090; 1.44 + margin: -24px 0 9px 17px; 1.45 +} 1.46 + 1.47 +ul { 1.48 + margin: 0; 1.49 + -moz-margin-start: 1.5em; 1.50 + padding: 0; 1.51 + list-style: square; 1.52 +} 1.53 + 1.54 +ul > li { 1.55 + margin-top: .5em; 1.56 +} 1.57 + 1.58 +th, td { 1.59 + padding: 0 5px; 1.60 +} 1.61 + 1.62 +.columns { 1.63 + -moz-column-width: 20em; 1.64 + -moz-column-gap: 3em; 1.65 +}