Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
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 | body { |
michael@0 | 6 | -moz-text-size-adjust: none; |
michael@0 | 7 | font-family: "Clear Sans",sans-serif; |
michael@0 | 8 | font-size: 23px; |
michael@0 | 9 | color: #222222; |
michael@0 | 10 | background-color: #ced7de; |
michael@0 | 11 | } |
michael@0 | 12 | |
michael@0 | 13 | #header { |
michael@0 | 14 | height: 80px; |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | #wordmark { |
michael@0 | 18 | margin: 30px 0 0 15px; |
michael@0 | 19 | width: 123px; |
michael@0 | 20 | height: 36px; |
michael@0 | 21 | background: url("chrome://browser/skin/images/wordmark-hdpi.png") no-repeat; |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | #version { |
michael@0 | 25 | margin: 0 0 0 15px; |
michael@0 | 26 | font-size: 15px; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | #banner { |
michael@0 | 30 | min-height: 150px; |
michael@0 | 31 | background-color: #bdc7ce; |
michael@0 | 32 | } |
michael@0 | 33 | |
michael@0 | 34 | #logo { |
michael@0 | 35 | position: absolute; |
michael@0 | 36 | top: 0; |
michael@0 | 37 | right: 0; |
michael@0 | 38 | width: 375px; |
michael@0 | 39 | height: 300px; |
michael@0 | 40 | background: url("chrome://browser/skin/images/logo-hdpi.png") no-repeat; |
michael@0 | 41 | } |
michael@0 | 42 | |
michael@0 | 43 | #updateBox { |
michael@0 | 44 | position: relative; |
michael@0 | 45 | top: 40px; |
michael@0 | 46 | margin: 0 auto; |
michael@0 | 47 | width: 60%; /* looks much larger!? */ |
michael@0 | 48 | padding: 20px 1em; |
michael@0 | 49 | text-align: center; |
michael@0 | 50 | background-image: url("chrome://browser/skin/images/about-btn-darkgrey.png"); |
michael@0 | 51 | background-size: contain; |
michael@0 | 52 | border-bottom-width: 4px; |
michael@0 | 53 | border-bottom-style: solid; |
michael@0 | 54 | border-bottom-color: #3A3F44; |
michael@0 | 55 | border-radius: 8px; |
michael@0 | 56 | box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); |
michael@0 | 57 | } |
michael@0 | 58 | |
michael@0 | 59 | #update-message-checking, |
michael@0 | 60 | #update-message-none, |
michael@0 | 61 | #update-message-found, |
michael@0 | 62 | #update-message-downloading, |
michael@0 | 63 | #update-message-downloaded { |
michael@0 | 64 | display: none; |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | #messages { |
michael@0 | 68 | position: relative; |
michael@0 | 69 | width: 70%; |
michael@0 | 70 | margin: 40px auto 0 auto; |
michael@0 | 71 | padding: 10px 0; |
michael@0 | 72 | font-size: 15px; |
michael@0 | 73 | text-align: center; |
michael@0 | 74 | } |
michael@0 | 75 | |
michael@0 | 76 | #telemetry a { |
michael@0 | 77 | text-decoration: underline; |
michael@0 | 78 | } |
michael@0 | 79 | |
michael@0 | 80 | #aboutLinks { |
michael@0 | 81 | margin: 0 0 15px 0; |
michael@0 | 82 | padding: 0; |
michael@0 | 83 | } |
michael@0 | 84 | |
michael@0 | 85 | #aboutLinks > li { |
michael@0 | 86 | line-height: 2.6; |
michael@0 | 87 | border-top: 1px solid white; |
michael@0 | 88 | border-bottom: 1px solid #C1C7CC; |
michael@0 | 89 | } |
michael@0 | 90 | |
michael@0 | 91 | #aboutLinks > li > a { |
michael@0 | 92 | padding-left: 25px; |
michael@0 | 93 | display: block; |
michael@0 | 94 | } |
michael@0 | 95 | |
michael@0 | 96 | #aboutDetails { |
michael@0 | 97 | padding-left: 15px; |
michael@0 | 98 | font-size: 15px; |
michael@0 | 99 | } |
michael@0 | 100 | |
michael@0 | 101 | .top-border { |
michael@0 | 102 | border-bottom: 1px solid #C1C7CC; |
michael@0 | 103 | } |
michael@0 | 104 | |
michael@0 | 105 | .bottom-border { |
michael@0 | 106 | border-top: 1px solid white; |
michael@0 | 107 | } |
michael@0 | 108 | |
michael@0 | 109 | a, span { |
michael@0 | 110 | text-decoration: none; |
michael@0 | 111 | color: #222222; |
michael@0 | 112 | } |
michael@0 | 113 | |
michael@0 | 114 | #updateBox > a, |
michael@0 | 115 | #updateBox > span { |
michael@0 | 116 | color: #e5f2ff; |
michael@0 | 117 | } |