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: sans-serif; |
michael@0 | 7 | font-size: 11px; |
michael@0 | 8 | background: #EEE; |
michael@0 | 9 | color: #000; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | #header { |
michael@0 | 13 | padding: 5px; |
michael@0 | 14 | overflow-x:auto; |
michael@0 | 15 | display: block; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | h1 { |
michael@0 | 19 | font-size: 13px; |
michael@0 | 20 | line-height: 15px; |
michael@0 | 21 | padding: 3px 10px; |
michael@0 | 22 | vertical-align: bottom; |
michael@0 | 23 | margin: 0px; |
michael@0 | 24 | background: linear-gradient(#BBB, #999); |
michael@0 | 25 | border-radius: 2px; |
michael@0 | 26 | text-shadow: #FFF 0px 1px 0px; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | h1 .info { |
michael@0 | 30 | font-size: 11px; |
michael@0 | 31 | line-height: 15px; |
michael@0 | 32 | vertical-align: bottom; |
michael@0 | 33 | float: right; |
michael@0 | 34 | color: #333; |
michael@0 | 35 | padding-right: 3px; |
michael@0 | 36 | } |
michael@0 | 37 | |
michael@0 | 38 | .property-table { |
michael@0 | 39 | padding: 2px 5px; |
michael@0 | 40 | background: linear-gradient(#FFF, #F8F8F8); |
michael@0 | 41 | color: #333; |
michael@0 | 42 | width: 100%; |
michael@0 | 43 | max-height: 330px; |
michael@0 | 44 | overflow: auto; |
michael@0 | 45 | display: block; |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | .property-name { |
michael@0 | 49 | font-size: 11px; |
michael@0 | 50 | font-weight: bold; |
michael@0 | 51 | padding-right: 4px; |
michael@0 | 52 | color: #000; |
michael@0 | 53 | white-space: nowrap; |
michael@0 | 54 | text-align: right; |
michael@0 | 55 | vertical-align: top; |
michael@0 | 56 | width: 10%; |
michael@0 | 57 | } |
michael@0 | 58 | |
michael@0 | 59 | .property-value { |
michael@0 | 60 | padding-right: 5px; |
michael@0 | 61 | font-size: 11px; |
michael@0 | 62 | word-wrap: break-word; |
michael@0 | 63 | width: 90%; |
michael@0 | 64 | } |
michael@0 | 65 | |
michael@0 | 66 | div.group { |
michael@0 | 67 | margin-top: 10px; |
michael@0 | 68 | } |
michael@0 | 69 | |
michael@0 | 70 | div.group, |
michael@0 | 71 | #header { |
michael@0 | 72 | background: #FFF; |
michael@0 | 73 | border-color: #E1E1E1; |
michael@0 | 74 | border-style: solid; |
michael@0 | 75 | border-width: 1px; |
michael@0 | 76 | box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.2); |
michael@0 | 77 | border-radius: 4px 4px 4px 4px; |
michael@0 | 78 | } |
michael@0 | 79 | |
michael@0 | 80 | img#responseImageNode { |
michael@0 | 81 | box-shadow: rgba(0,0,0,0.2) 0px 3px 3.5px; |
michael@0 | 82 | max-width: 100%; |
michael@0 | 83 | } |
michael@0 | 84 | |
michael@0 | 85 | #responseImageNodeDiv { |
michael@0 | 86 | padding: 5px; |
michael@0 | 87 | } |
michael@0 | 88 | |
michael@0 | 89 | #responseBodyFetchLink, #requestBodyFetchLink { |
michael@0 | 90 | padding: 5px; |
michael@0 | 91 | margin: 0; |
michael@0 | 92 | cursor: pointer; |
michael@0 | 93 | font-weight: bold; |
michael@0 | 94 | font-size: 1.1em; |
michael@0 | 95 | text-decoration: underline; |
michael@0 | 96 | } |
michael@0 | 97 | |
michael@0 | 98 | .longStringEllipsis { |
michael@0 | 99 | margin-left: 0.6em; |
michael@0 | 100 | } |