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