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 | @charset "UTF-8"; |
michael@0 | 2 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 5 | |
michael@0 | 6 | @import url("resource://gre-resources/viewsource.css"); |
michael@0 | 7 | |
michael@0 | 8 | #header { |
michael@0 | 9 | background-color: #ccc; |
michael@0 | 10 | border-bottom: 3px solid black; |
michael@0 | 11 | padding: 0.5em; |
michael@0 | 12 | margin-bottom: 1em; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | .expander-content { |
michael@0 | 16 | padding-left: 1em; |
michael@0 | 17 | } |
michael@0 | 18 | |
michael@0 | 19 | .expander { |
michael@0 | 20 | cursor: pointer; |
michael@0 | 21 | -moz-user-select: none; |
michael@0 | 22 | text-align: center; |
michael@0 | 23 | vertical-align: top; |
michael@0 | 24 | width: 1em; |
michael@0 | 25 | display: inline-block; |
michael@0 | 26 | margin-left: -1em; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | #top > .expander-open, #top > .expander-closed { |
michael@0 | 30 | margin-left: 1em; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | .expander-closed > .expander-content { |
michael@0 | 34 | display: none; |
michael@0 | 35 | } |
michael@0 | 36 | |
michael@0 | 37 | .comment { |
michael@0 | 38 | font-family: monospace; |
michael@0 | 39 | white-space: pre; |
michael@0 | 40 | } |
michael@0 | 41 |