toolkit/themes/osx/global/config.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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 %include shared.inc
michael@0 6 @import url("chrome://global/skin/");
michael@0 7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
michael@0 8
michael@0 9
michael@0 10 #warningScreen
michael@0 11 {
michael@0 12 background-color: -moz-Dialog;
michael@0 13 }
michael@0 14
michael@0 15 #warningBox
michael@0 16 {
michael@0 17 background-color: -moz-Field;
michael@0 18 color: -moz-FieldText;
michael@0 19 border: 1px solid ThreeDShadow;
michael@0 20 border-radius: 10px;
michael@0 21 padding: 3em;
michael@0 22 -moz-padding-start: 30px;
michael@0 23 margin-left: 1em;
michael@0 24 margin-right: 1em;
michael@0 25 }
michael@0 26
michael@0 27 #warningInnerBox
michael@0 28 {
michael@0 29 max-width: 50em;
michael@0 30 }
michael@0 31
michael@0 32 #warningTitle
michael@0 33 {
michael@0 34 margin: 0 0 .6em 0;
michael@0 35 font-size: 160%;
michael@0 36 border-bottom: 1px solid ThreeDLightShadow
michael@0 37 }
michael@0 38
michael@0 39 #warningText
michael@0 40 {
michael@0 41 font-size: 110%;
michael@0 42 margin-left: 0;
michael@0 43 }
michael@0 44
michael@0 45 #warningButton
michael@0 46 {
michael@0 47 margin-top: 0.6em;
michael@0 48 }
michael@0 49
michael@0 50 #showWarningNextTime
michael@0 51 {
michael@0 52 margin-top: 0.6em;
michael@0 53 }
michael@0 54
michael@0 55 #exclam
michael@0 56 {
michael@0 57 list-style-image: url("chrome://global/skin/icons/warning-large.png");
michael@0 58 -moz-margin-end: 3em;
michael@0 59 }
michael@0 60
michael@0 61 #configTreeBody::-moz-tree-cell-text(user)
michael@0 62 {
michael@0 63 font-weight: bold;
michael@0 64 }
michael@0 65
michael@0 66 #configTreeBody::-moz-tree-cell-text(locked)
michael@0 67 {
michael@0 68 font-style: italic;
michael@0 69 }
michael@0 70
michael@0 71 #configTree
michael@0 72 {
michael@0 73 margin: 0;
michael@0 74 border: 0;
michael@0 75 -moz-appearance: none;
michael@0 76 }
michael@0 77
michael@0 78 #filterRow
michael@0 79 {
michael@0 80 background: @scopeBarBackground@;
michael@0 81 border-bottom: @scopeBarSeparatorBorder@;
michael@0 82 padding: 1px 2px 0;
michael@0 83 }
michael@0 84
michael@0 85 #filterRow > label {
michael@0 86 margin: 0 4px;
michael@0 87 color: @scopeBarTitleColor@;
michael@0 88 text-shadow: @loweredShadow@;
michael@0 89 font-weight: bold;
michael@0 90 }
michael@0 91
michael@0 92 #textbox {
michael@0 93 max-width: 35em;
michael@0 94 }

mercurial