browser/metro/theme/about.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/metro/theme/about.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,50 @@
     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: #f0f0f0;
    1.10 +  padding: 0 1em;
    1.11 +  font-family: "Nokia Sans", Tahoma, sans-serif !important;
    1.12 +  font-size: 100% !important;
    1.13 +}
    1.14 +
    1.15 +body {
    1.16 +  color: black;
    1.17 +  position: relative;
    1.18 +  min-width: 330px;
    1.19 +  max-width: 50em;
    1.20 +  margin: 1em auto;
    1.21 +  border: 1px solid gray;
    1.22 +  border-radius: 10px;
    1.23 +  padding: 3em;
    1.24 +  -moz-padding-start: 30px;
    1.25 +  background: white;
    1.26 +}
    1.27 +
    1.28 +.aboutPageWideContainer {
    1.29 +  max-width: 80%;
    1.30 +}
    1.31 +
    1.32 +#aboutLogoContainer {
    1.33 +  border: 1px solid lightgray;
    1.34 +  width: 300px;
    1.35 +  margin-bottom: 2em;
    1.36 +}
    1.37 +
    1.38 +img {
    1.39 +  border: 0;
    1.40 +}
    1.41 +
    1.42 +#version {
    1.43 +  font-weight: bold;
    1.44 +  color: #909090;
    1.45 +  margin: -24px 0 9px 17px;
    1.46 +}
    1.47 +
    1.48 +ul {
    1.49 +  margin: 0;
    1.50 +  -moz-margin-start: 1.5em;
    1.51 +  padding: 0;
    1.52 +  list-style: square;
    1.53 +}

mercurial