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 | .theme-sidebar { |
michael@0 | 6 | box-sizing: border-box; |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | #main { |
michael@0 | 10 | background-color: white; |
michael@0 | 11 | border-color: hsla(210,100%,85%,0.7); |
michael@0 | 12 | border-style: dotted; |
michael@0 | 13 | color: hsl(210,53%,45%); |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | #content { |
michael@0 | 17 | background-color: #80d4ff; |
michael@0 | 18 | border-color: hsl(210,100%,85%); |
michael@0 | 19 | border-style: dotted; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | #padding, |
michael@0 | 23 | #margins { |
michael@0 | 24 | border-color: hsla(210,100%,85%,0.2); |
michael@0 | 25 | outline: dotted 1px hsl(210,100%,85%); |
michael@0 | 26 | } |
michael@0 | 27 | |
michael@0 | 28 | #padding { |
michael@0 | 29 | background-color: #66cc52; |
michael@0 | 30 | } |
michael@0 | 31 | |
michael@0 | 32 | #borders { |
michael@0 | 33 | background-color: #ffe431; |
michael@0 | 34 | border-style: dotted; |
michael@0 | 35 | border-color: hsl(210,100%,85%); |
michael@0 | 36 | } |
michael@0 | 37 | |
michael@0 | 38 | #margins { |
michael@0 | 39 | background-color: #d89b28; |
michael@0 | 40 | opacity: 0.6; |
michael@0 | 41 | } |
michael@0 | 42 | |
michael@0 | 43 | .editable { |
michael@0 | 44 | border-bottom: 1px dashed transparent; |
michael@0 | 45 | } |
michael@0 | 46 | |
michael@0 | 47 | .editable:hover { |
michael@0 | 48 | border-bottom-color: hsl(0,0%,50%); |
michael@0 | 49 | } |
michael@0 | 50 | |
michael@0 | 51 | .styleinspector-propertyeditor { |
michael@0 | 52 | border: 1px solid #CCC; |
michael@0 | 53 | padding: 0; |
michael@0 | 54 | } |