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 | html { |
michael@0 | 6 | background-color: -moz-Field; |
michael@0 | 7 | color: -moz-FieldText; |
michael@0 | 8 | font: message-box; |
michael@0 | 9 | } |
michael@0 | 10 | |
michael@0 | 11 | body { |
michael@0 | 12 | width: 90%; |
michael@0 | 13 | margin-left: 5%; |
michael@0 | 14 | margin-right: 5%; |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | .page-subtitle { |
michael@0 | 18 | margin-bottom: 3em; |
michael@0 | 19 | } |
michael@0 | 20 | |
michael@0 | 21 | .major-section { |
michael@0 | 22 | margin-top: 2em; |
michael@0 | 23 | margin-bottom: 1em; |
michael@0 | 24 | font-size: large; |
michael@0 | 25 | text-align: start; |
michael@0 | 26 | font-weight: bold; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | table { |
michael@0 | 30 | background-color: -moz-Dialog; |
michael@0 | 31 | color: -moz-DialogText; |
michael@0 | 32 | font: message-box; |
michael@0 | 33 | text-align: start; |
michael@0 | 34 | width: 100%; |
michael@0 | 35 | border: 1px solid ThreeDShadow; |
michael@0 | 36 | border-spacing: 0px; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | th, td { |
michael@0 | 40 | border: 1px dotted ThreeDShadow; |
michael@0 | 41 | padding: 3px; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | thead th { |
michael@0 | 45 | text-align: center; |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | th { |
michael@0 | 49 | text-align: start; |
michael@0 | 50 | background-color: Highlight; |
michael@0 | 51 | color: HighlightText; |
michael@0 | 52 | } |
michael@0 | 53 | |
michael@0 | 54 | th.column { |
michael@0 | 55 | white-space: nowrap; |
michael@0 | 56 | width: 0px; |
michael@0 | 57 | } |
michael@0 | 58 | |
michael@0 | 59 | td { |
michael@0 | 60 | text-align: start; |
michael@0 | 61 | border-top: 1px dotted ThreeDShadow; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | .prefs-table { |
michael@0 | 65 | width: 100%; |
michael@0 | 66 | table-layout: fixed; |
michael@0 | 67 | } |
michael@0 | 68 | |
michael@0 | 69 | .pref-name { |
michael@0 | 70 | width: 70%; |
michael@0 | 71 | white-space: nowrap; |
michael@0 | 72 | overflow: hidden; |
michael@0 | 73 | } |
michael@0 | 74 | |
michael@0 | 75 | .pref-value { |
michael@0 | 76 | width: 30%; |
michael@0 | 77 | white-space: nowrap; |
michael@0 | 78 | overflow: hidden; |
michael@0 | 79 | } |
michael@0 | 80 | |
michael@0 | 81 | #reset-box { |
michael@0 | 82 | background-color: -moz-Dialog; |
michael@0 | 83 | border: 1px solid ThreeDShadow; |
michael@0 | 84 | color: -moz-DialogText; |
michael@0 | 85 | float: right; |
michael@0 | 86 | margin-top: 2em; |
michael@0 | 87 | margin-bottom: 20px; |
michael@0 | 88 | -moz-margin-start: 20px; |
michael@0 | 89 | -moz-margin-end: 0; |
michael@0 | 90 | padding: 16px; |
michael@0 | 91 | width: 30%; |
michael@0 | 92 | visibility: hidden; |
michael@0 | 93 | } |
michael@0 | 94 | |
michael@0 | 95 | #reset-box:-moz-dir(rtl) { |
michael@0 | 96 | float: left; |
michael@0 | 97 | } |
michael@0 | 98 | |
michael@0 | 99 | #reset-box > h3 { |
michael@0 | 100 | margin-top: 0; |
michael@0 | 101 | } |
michael@0 | 102 | |
michael@0 | 103 | #reset-box > button { |
michael@0 | 104 | display: block; |
michael@0 | 105 | margin: auto; |
michael@0 | 106 | } |
michael@0 | 107 | |
michael@0 | 108 | .block { |
michael@0 | 109 | display: block; |
michael@0 | 110 | } |
michael@0 | 111 | |
michael@0 | 112 | .hidden { |
michael@0 | 113 | display: none; |
michael@0 | 114 | } |