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 | @import url('chrome://help/content/platformClasses.css'); |
michael@0 | 6 | |
michael@0 | 7 | body, |
michael@0 | 8 | td, |
michael@0 | 9 | th, |
michael@0 | 10 | input { |
michael@0 | 11 | font-family: verdana, sans-serif; |
michael@0 | 12 | font-size: small; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | body { |
michael@0 | 16 | margin: 2ex; |
michael@0 | 17 | max-width: 120ex; |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | :link:hover, |
michael@0 | 21 | :visited:hover { |
michael@0 | 22 | color: -moz-activehyperlinktext; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | hr { |
michael@0 | 26 | height: 1px; |
michael@0 | 27 | background-color: #000; |
michael@0 | 28 | color: #000; |
michael@0 | 29 | margin: 2em 0; |
michael@0 | 30 | } |
michael@0 | 31 | |
michael@0 | 32 | a[href^="http://"]:after, |
michael@0 | 33 | a[href^="https://"]:after { |
michael@0 | 34 | content: url('chrome://help/skin/Weblink.png'); |
michael@0 | 35 | } |
michael@0 | 36 | |
michael@0 | 37 | :link { |
michael@0 | 38 | color: #039; |
michael@0 | 39 | } |
michael@0 | 40 | :visited { |
michael@0 | 41 | color: #636; |
michael@0 | 42 | } |
michael@0 | 43 | :link:hover, |
michael@0 | 44 | :visited:hover { |
michael@0 | 45 | color: #333; |
michael@0 | 46 | } |
michael@0 | 47 | :link:active, |
michael@0 | 48 | :link:active { |
michael@0 | 49 | color: #000; |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | h1 { |
michael@0 | 53 | font-size: 160%; |
michael@0 | 54 | font-weight: normal; |
michael@0 | 55 | } |
michael@0 | 56 | h2 { |
michael@0 | 57 | font-size: 150%; |
michael@0 | 58 | font-weight: normal; |
michael@0 | 59 | } |
michael@0 | 60 | h3 { |
michael@0 | 61 | font-size: 120%; |
michael@0 | 62 | } |
michael@0 | 63 | h4 { |
michael@0 | 64 | font-size: 100%; |
michael@0 | 65 | } |
michael@0 | 66 | h5 { |
michael@0 | 67 | font-size: 90%; |
michael@0 | 68 | } |
michael@0 | 69 | h6 { |
michael@0 | 70 | font-size: 90%; |
michael@0 | 71 | border: 0; |
michael@0 | 72 | } |
michael@0 | 73 | |
michael@0 | 74 | h1, |
michael@0 | 75 | h2, |
michael@0 | 76 | h3, |
michael@0 | 77 | h4, |
michael@0 | 78 | h5, |
michael@0 | 79 | h6 { |
michael@0 | 80 | margin: 1em 0 .2em; |
michael@0 | 81 | border-bottom: 1px solid #ccc; |
michael@0 | 82 | font-family: arial, verdana, sans-serif; |
michael@0 | 83 | } |
michael@0 | 84 | |
michael@0 | 85 | li h1, |
michael@0 | 86 | li h2, |
michael@0 | 87 | li h3, |
michael@0 | 88 | li h4, |
michael@0 | 89 | li h5, |
michael@0 | 90 | li h6 { |
michael@0 | 91 | border: none; |
michael@0 | 92 | } |
michael@0 | 93 | |
michael@0 | 94 | |
michael@0 | 95 | dt { |
michael@0 | 96 | font-weight: bold; |
michael@0 | 97 | } |
michael@0 | 98 | |
michael@0 | 99 | sup { |
michael@0 | 100 | font-size: 70%; |
michael@0 | 101 | } |
michael@0 | 102 | |
michael@0 | 103 | :link img, |
michael@0 | 104 | :visited img { |
michael@0 | 105 | border: 0; |
michael@0 | 106 | } |
michael@0 | 107 | |
michael@0 | 108 | .contentsBox, |
michael@0 | 109 | .contentsBox > ul, |
michael@0 | 110 | li { |
michael@0 | 111 | text-indent: 0; |
michael@0 | 112 | } |
michael@0 | 113 | |
michael@0 | 114 | .contentsBox > ul, |
michael@0 | 115 | .contentsBox ul > ul { |
michael@0 | 116 | margin: 0; |
michael@0 | 117 | list-style-type: none; |
michael@0 | 118 | } |
michael@0 | 119 | |
michael@0 | 120 | .contentsBox { |
michael@0 | 121 | margin-top: 12px; |
michael@0 | 122 | background-color: #eee; |
michael@0 | 123 | border: 1px solid #ccc; |
michael@0 | 124 | width: 300px; |
michael@0 | 125 | padding: 1em; |
michael@0 | 126 | } |
michael@0 | 127 | |
michael@0 | 128 | .menuPath { |
michael@0 | 129 | background: #c4d0f4; /* bluish color */ |
michael@0 | 130 | color: inherit; |
michael@0 | 131 | padding-left: 1px; /* else bgcolor ends at last char - no space */ |
michael@0 | 132 | padding-right: 1px; |
michael@0 | 133 | } |
michael@0 | 134 | |
michael@0 | 135 | table { |
michael@0 | 136 | border-collapse: collapse; |
michael@0 | 137 | } |
michael@0 | 138 | |
michael@0 | 139 | td, |
michael@0 | 140 | th { |
michael@0 | 141 | border: 1px solid #ddd; |
michael@0 | 142 | padding: 6px; |
michael@0 | 143 | vertical-align: top; |
michael@0 | 144 | } |
michael@0 | 145 | |
michael@0 | 146 | th { |
michael@0 | 147 | background-color: #eee; |
michael@0 | 148 | font-weight: bold; |
michael@0 | 149 | text-align: start; |
michael@0 | 150 | } |
michael@0 | 151 | |
michael@0 | 152 | .noTableBorder, |
michael@0 | 153 | .noTableBorder td, |
michael@0 | 154 | .noTableBorder th { |
michael@0 | 155 | background-color: transparent; |
michael@0 | 156 | border: none; |
michael@0 | 157 | } |