Wed, 31 Dec 2014 06:09:35 +0100
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 | body { |
michael@0 | 6 | font-family: "Clear Sans",sans-serif; |
michael@0 | 7 | font-size: 14px; |
michael@0 | 8 | } |
michael@0 | 9 | |
michael@0 | 10 | body.normal .showPrivate, |
michael@0 | 11 | body.private .showNormal { |
michael@0 | 12 | display: none; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | div.contentSection { |
michael@0 | 16 | width: 92%; |
michael@0 | 17 | max-width: 400px; |
michael@0 | 18 | margin: 0 auto; |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | body.private { |
michael@0 | 22 | color: #9ba3ab; |
michael@0 | 23 | background-color: #292c29; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | body.normal { |
michael@0 | 27 | color: #222; |
michael@0 | 28 | background-color: #ced7de; |
michael@0 | 29 | } |
michael@0 | 30 | |
michael@0 | 31 | h1 { |
michael@0 | 32 | font-size: 24px; |
michael@0 | 33 | font-weight: 100; |
michael@0 | 34 | text-align: center; |
michael@0 | 35 | margin: 0; |
michael@0 | 36 | } |
michael@0 | 37 | |
michael@0 | 38 | body.private h1 { |
michael@0 | 39 | color: #d06bff; |
michael@0 | 40 | } |
michael@0 | 41 | |
michael@0 | 42 | img { |
michael@0 | 43 | display: block; |
michael@0 | 44 | width: 125px; |
michael@0 | 45 | height: auto; |
michael@0 | 46 | margin: 0 auto; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | @media all and (max-height: 399px) { |
michael@0 | 50 | body { |
michael@0 | 51 | margin-top: 25px; |
michael@0 | 52 | } |
michael@0 | 53 | } |
michael@0 | 54 | |
michael@0 | 55 | @media all and (min-height: 400px) and (max-height: 599px) { |
michael@0 | 56 | body { |
michael@0 | 57 | margin-top: 50px; |
michael@0 | 58 | } |
michael@0 | 59 | } |
michael@0 | 60 | |
michael@0 | 61 | @media all and (min-height: 600px) and (max-height: 799px) { |
michael@0 | 62 | body { |
michael@0 | 63 | margin-top: 150px; |
michael@0 | 64 | } |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | @media all and (min-height: 800px) { |
michael@0 | 68 | body { |
michael@0 | 69 | margin-top: 250px; |
michael@0 | 70 | } |
michael@0 | 71 | } |