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://global/skin/inContentUI.css"); |
michael@0 | 6 | |
michael@0 | 7 | |
michael@0 | 8 | /* sites box */ |
michael@0 | 9 | |
michael@0 | 10 | #sites-box { |
michael@0 | 11 | padding: 10px; |
michael@0 | 12 | width: 25em; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | #sites-filter { |
michael@0 | 16 | margin: 0; |
michael@0 | 17 | } |
michael@0 | 18 | |
michael@0 | 19 | #sites-list { |
michael@0 | 20 | -moz-appearance: none; |
michael@0 | 21 | border: 1px solid rgba(0, 0, 0, 0.32); |
michael@0 | 22 | background-color: rgba(255, 255, 255, 0.4); |
michael@0 | 23 | margin: 5px 0 0 0; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | .site { |
michael@0 | 27 | padding: 4px; |
michael@0 | 28 | border-bottom: 1px solid ThreeDLightShadow; |
michael@0 | 29 | } |
michael@0 | 30 | |
michael@0 | 31 | .site-favicon { |
michael@0 | 32 | height: 16px; |
michael@0 | 33 | width: 16px; |
michael@0 | 34 | -moz-margin-end: 4px; |
michael@0 | 35 | list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
michael@0 | 36 | } |
michael@0 | 37 | |
michael@0 | 38 | #all-sites-item > .site-container > .site-favicon { |
michael@0 | 39 | list-style-image: none; |
michael@0 | 40 | } |
michael@0 | 41 | |
michael@0 | 42 | /* permissions box */ |
michael@0 | 43 | |
michael@0 | 44 | #permissions-box { |
michael@0 | 45 | padding-top: 10px; |
michael@0 | 46 | overflow-y: auto; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | #site-description { |
michael@0 | 50 | font-size: 125%; |
michael@0 | 51 | -moz-margin-start: 6px; /* to match button margin */ |
michael@0 | 52 | } |
michael@0 | 53 | |
michael@0 | 54 | #site-label { |
michael@0 | 55 | font-weight: bold; |
michael@0 | 56 | margin-top: 0; |
michael@0 | 57 | margin-bottom: 0; |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | #defaults-description { |
michael@0 | 61 | font-size: 125%; |
michael@0 | 62 | font-weight: bold; |
michael@0 | 63 | -moz-margin-start: 6px; |
michael@0 | 64 | } |
michael@0 | 65 | |
michael@0 | 66 | .pref-item { |
michael@0 | 67 | margin-bottom: 10px; |
michael@0 | 68 | } |
michael@0 | 69 | |
michael@0 | 70 | .pref-icon { |
michael@0 | 71 | width: 36px; |
michael@0 | 72 | height: 36px; |
michael@0 | 73 | -moz-margin-end: 10px; |
michael@0 | 74 | } |
michael@0 | 75 | |
michael@0 | 76 | .pref-icon[type="password"] { |
michael@0 | 77 | list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png); |
michael@0 | 78 | } |
michael@0 | 79 | .pref-icon[type="cookie"] { |
michael@0 | 80 | list-style-image: url(chrome://global/skin/icons/question-64.png); |
michael@0 | 81 | } |
michael@0 | 82 | .pref-icon[type="geo"] { |
michael@0 | 83 | list-style-image: url(chrome://browser/skin/Geolocation-64.png); |
michael@0 | 84 | } |
michael@0 | 85 | .pref-icon[type="indexedDB"] { |
michael@0 | 86 | list-style-image: url(chrome://global/skin/icons/question-64.png); |
michael@0 | 87 | } |
michael@0 | 88 | .pref-icon[type="install"] { |
michael@0 | 89 | list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric.png); |
michael@0 | 90 | } |
michael@0 | 91 | .pref-icon[type="popup"] { |
michael@0 | 92 | list-style-image: url(chrome://global/skin/icons/question-64.png); |
michael@0 | 93 | } |
michael@0 | 94 | .pref-icon[type="image"] { |
michael@0 | 95 | list-style-image: url(chrome://global/skin/icons/question-64.png); |
michael@0 | 96 | } |
michael@0 | 97 | .pref-icon[type="plugins"] { |
michael@0 | 98 | list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png); |
michael@0 | 99 | } |
michael@0 | 100 | .pref-icon[type="fullscreen"] { |
michael@0 | 101 | list-style-image: url(chrome://global/skin/icons/question-64.png); |
michael@0 | 102 | } |
michael@0 | 103 | .pref-icon[type="camera"] { |
michael@0 | 104 | list-style-image: url(chrome://global/skin/icons/question-64.png); |
michael@0 | 105 | } |
michael@0 | 106 | .pref-icon[type="microphone"] { |
michael@0 | 107 | list-style-image: url(chrome://global/skin/icons/question-64.png); |
michael@0 | 108 | } |
michael@0 | 109 | |
michael@0 | 110 | .pref-title { |
michael@0 | 111 | font-size: 125%; |
michael@0 | 112 | margin-bottom: 0; |
michael@0 | 113 | font-weight: bold; |
michael@0 | 114 | } |
michael@0 | 115 | |
michael@0 | 116 | .pref-menulist { |
michael@0 | 117 | margin-left: 6px; |
michael@0 | 118 | margin-right: 6px; |
michael@0 | 119 | min-width: 10em; /* native menulists ellipsize their longest entries by default on many themes */ |
michael@0 | 120 | } |