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 | %include ../../global/shared.inc |
michael@0 | 2 | |
michael@0 | 3 | /* General */ |
michael@0 | 4 | /* Specify the size for the wizardpage so the billboard has a fixed size. 3rd |
michael@0 | 5 | party themes should typically specify the same values. */ |
michael@0 | 6 | wizardpage { |
michael@0 | 7 | height: 360px; |
michael@0 | 8 | width: 700px; |
michael@0 | 9 | } |
michael@0 | 10 | |
michael@0 | 11 | /* Remove margin and padding so the billboard will extend to the edge of the |
michael@0 | 12 | window. 3rd party themes should typically specify the same values. */ |
michael@0 | 13 | #updates, .wizard-page-box { |
michael@0 | 14 | margin: 0; |
michael@0 | 15 | padding: 0; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .update-content { |
michael@0 | 19 | padding: 6px 12px 12px 12px; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | .wizard-header-box-text { |
michael@0 | 23 | padding: 0; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | .wizard-header { |
michael@0 | 27 | margin: 12px 12px 0 12px; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | .wizard-buttons-btm { |
michael@0 | 31 | padding: 15px 12px; |
michael@0 | 32 | -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox"); |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | /* Don't use top margin - it can cause a scrollbar on the incompatible page */ |
michael@0 | 36 | .wizard-buttons { |
michael@0 | 37 | padding: 0; |
michael@0 | 38 | -moz-appearance: statusbar; |
michael@0 | 39 | } |
michael@0 | 40 | |
michael@0 | 41 | .wizard-buttons button { |
michael@0 | 42 | -moz-appearance: toolbarbutton; |
michael@0 | 43 | min-height: 22px; |
michael@0 | 44 | margin: 0 6px; |
michael@0 | 45 | padding: 0; |
michael@0 | 46 | text-shadow: @loweredShadow@; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | .loadingBox { |
michael@0 | 50 | padding: 3px 5px 3px 5px; |
michael@0 | 51 | } |
michael@0 | 52 | |
michael@0 | 53 | .remoteLoadingThrobber { |
michael@0 | 54 | margin-top: 3px; |
michael@0 | 55 | } |
michael@0 | 56 | |
michael@0 | 57 | .remoteLoadingThrobber[state="loading"] { |
michael@0 | 58 | list-style-image: url("chrome://global/skin/icons/loading_16.png"); |
michael@0 | 59 | } |
michael@0 | 60 | |
michael@0 | 61 | .remoteLoadingThrobber[state="error"] { |
michael@0 | 62 | list-style-image: url("chrome://global/skin/icons/notfound.png"); |
michael@0 | 63 | } |
michael@0 | 64 | |
michael@0 | 65 | #incompatibleListbox, #finishedBackgroundMore, #acceptDeclineLicense { |
michael@0 | 66 | margin-bottom: 6px; |
michael@0 | 67 | } |
michael@0 | 68 | |
michael@0 | 69 | #licenseContent, #incompatibleListbox { |
michael@0 | 70 | -moz-margin-start: 6px; |
michael@0 | 71 | -moz-margin-end: 6px; |
michael@0 | 72 | } |
michael@0 | 73 | |
michael@0 | 74 | .inline-link { |
michael@0 | 75 | color: -moz-nativehyperlinktext; |
michael@0 | 76 | text-decoration: none; |
michael@0 | 77 | } |
michael@0 | 78 | |
michael@0 | 79 | .inline-link:hover { |
michael@0 | 80 | text-decoration: underline; |
michael@0 | 81 | } |
michael@0 | 82 | |
michael@0 | 83 | /* Unsupported Page */ |
michael@0 | 84 | #unsupportedLabel, #unsupportedLinkLabel { |
michael@0 | 85 | -moz-margin-start: 0; |
michael@0 | 86 | -moz-padding-start: 0; |
michael@0 | 87 | } |
michael@0 | 88 | |
michael@0 | 89 | /* Update Found Basic Page */ |
michael@0 | 90 | #updateName, #updateFinishedName { |
michael@0 | 91 | font-weight: bold; |
michael@0 | 92 | font-size: larger; |
michael@0 | 93 | } |
michael@0 | 94 | |
michael@0 | 95 | /* License Page */ |
michael@0 | 96 | #licenseContent { |
michael@0 | 97 | -moz-appearance: listbox; |
michael@0 | 98 | } |
michael@0 | 99 | |
michael@0 | 100 | /* Downloading Page */ |
michael@0 | 101 | #downloadStatusLine { |
michael@0 | 102 | -moz-box-align: center; |
michael@0 | 103 | } |
michael@0 | 104 | |
michael@0 | 105 | #downloadStatus { |
michael@0 | 106 | height: 3em !important; |
michael@0 | 107 | } |
michael@0 | 108 | |
michael@0 | 109 | #downloadStatusProgress { |
michael@0 | 110 | padding-right: 5px; |
michael@0 | 111 | } |
michael@0 | 112 | |
michael@0 | 113 | #pauseButton { |
michael@0 | 114 | list-style-image: url(chrome://mozapps/skin/update/buttons.png); |
michael@0 | 115 | -moz-image-region: rect(48px, 16px, 64px, 0px); |
michael@0 | 116 | -moz-appearance: none; |
michael@0 | 117 | background-color: transparent; |
michael@0 | 118 | border: none; |
michael@0 | 119 | min-height: 16px; |
michael@0 | 120 | min-width: 16px; |
michael@0 | 121 | max-height: 16px; |
michael@0 | 122 | max-width: 16px; |
michael@0 | 123 | margin: 0 1px 0 1px; |
michael@0 | 124 | padding: 0; |
michael@0 | 125 | } |
michael@0 | 126 | |
michael@0 | 127 | /* !Important must be used otherwise this won't immediately take affect */ |
michael@0 | 128 | #pauseButton > .button-box { |
michael@0 | 129 | padding: 0 !important; |
michael@0 | 130 | } |
michael@0 | 131 | |
michael@0 | 132 | #pauseButton:hover { |
michael@0 | 133 | -moz-image-region: rect(48px, 32px, 64px, 16px); |
michael@0 | 134 | } |
michael@0 | 135 | |
michael@0 | 136 | #pauseButton:not([disabled="true"]):hover:active { |
michael@0 | 137 | -moz-image-region: rect(48px, 48px, 64px, 32px); |
michael@0 | 138 | } |
michael@0 | 139 | |
michael@0 | 140 | #pauseButton[disabled="true"] { |
michael@0 | 141 | -moz-image-region: rect(48px, 16px, 64px, 0px); |
michael@0 | 142 | } |
michael@0 | 143 | |
michael@0 | 144 | #pauseButton[paused="true"] { |
michael@0 | 145 | -moz-image-region: rect(16px, 16px, 32px, 0px); |
michael@0 | 146 | } |
michael@0 | 147 | |
michael@0 | 148 | #pauseButton[paused="true"]:hover { |
michael@0 | 149 | -moz-image-region: rect(16px, 32px, 32px, 16px); |
michael@0 | 150 | } |
michael@0 | 151 | |
michael@0 | 152 | #pauseButton[paused="true"]:hover:active { |
michael@0 | 153 | -moz-image-region: rect(16px, 48px, 32px, 32px); |
michael@0 | 154 | } |
michael@0 | 155 | |
michael@0 | 156 | #verificationFailedIcon { |
michael@0 | 157 | margin-left: 5px; |
michael@0 | 158 | list-style-image: url("chrome://global/skin/icons/notfound.png"); |
michael@0 | 159 | } |
michael@0 | 160 | |
michael@0 | 161 | /* Error Page */ |
michael@0 | 162 | #errorReason { |
michael@0 | 163 | margin-top: 1px; |
michael@0 | 164 | margin-bottom: 2px; |
michael@0 | 165 | -moz-margin-start: 6px !important; |
michael@0 | 166 | -moz-margin-end: 5px; |
michael@0 | 167 | font-weight: bold; |
michael@0 | 168 | } |
michael@0 | 169 | |
michael@0 | 170 | /* Update History Window */ |
michael@0 | 171 | update { |
michael@0 | 172 | border-bottom: 1px dotted #C0C0C0; |
michael@0 | 173 | } |
michael@0 | 174 | |
michael@0 | 175 | .update-name { |
michael@0 | 176 | font-weight: bold; |
michael@0 | 177 | } |
michael@0 | 178 | |
michael@0 | 179 | .update-label-column { |
michael@0 | 180 | -moz-box-align: end; |
michael@0 | 181 | } |
michael@0 | 182 | |
michael@0 | 183 | .update-type { |
michael@0 | 184 | font-weight: bold; |
michael@0 | 185 | color: #990000; |
michael@0 | 186 | } |
michael@0 | 187 | |
michael@0 | 188 | #historyItems { |
michael@0 | 189 | -moz-appearance: listbox; |
michael@0 | 190 | height: 200px; |
michael@0 | 191 | margin: 1px 5px 4px 5px; |
michael@0 | 192 | } |
michael@0 | 193 | |
michael@0 | 194 | #historyItems > scrollbox { |
michael@0 | 195 | margin-bottom: 1px; |
michael@0 | 196 | } |