OLD | NEW |
1 /* This Source Code Form is subject to the terms of the Mozilla Public | 1 /* This Source Code Form is subject to the terms of the Mozilla Public |
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file, | 2 * License, v. 2.0. If a copy of the MPL was not distributed with this file, |
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */ | 3 * You can obtain one at http://mozilla.org/MPL/2.0/. */ |
4 | 4 |
5 #reader-message { | 5 #reader-message { |
6 margin-top: 40px; | 6 margin-top: 40px; |
7 display: none; | 7 display: none; |
8 text-align: center; | 8 text-align: center; |
9 width: 100%; | 9 width: 100%; |
10 font-size: 0.9em; | 10 font-size: 0.9em; |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 width: 33%; | 212 width: 33%; |
213 border-radius: 4px; | 213 border-radius: 4px; |
214 border: 1px solid #BFBFBF; | 214 border: 1px solid #BFBFBF; |
215 padding: 10px; | 215 padding: 10px; |
216 margin: 15px 10px; | 216 margin: 15px 10px; |
217 font-size: 14px; | 217 font-size: 14px; |
218 } | 218 } |
219 | 219 |
220 #color-scheme-buttons > button:active, | 220 #color-scheme-buttons > button:active, |
221 #color-scheme-buttons > button.selected { | 221 #color-scheme-buttons > button.selected { |
222 border: 2px solid #FF9500; | 222 border: 2px solid #009CD9; |
223 } | 223 } |
224 | 224 |
225 .dark-button { | 225 .dark-button { |
226 color: #eeeeee; | 226 color: #eeeeee; |
227 background-color: #333333; | 227 background-color: #333333; |
228 } | 228 } |
229 | 229 |
230 .auto-button { | 230 .auto-button { |
231 color: #000000; | 231 color: #000000; |
232 background-color: transparent; | 232 background-color: transparent; |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 left: auto; | 404 left: auto; |
405 right: 15px; | 405 right: 15px; |
406 bottom: -12px; | 406 bottom: -12px; |
407 z-index: 1000; | 407 z-index: 1000; |
408 background: #EBEBF0; | 408 background: #EBEBF0; |
409 border: 1px solid #D7D9DB; | 409 border: 1px solid #D7D9DB; |
410 border-radius: 4px; | 410 border-radius: 4px; |
411 box-shadow: 0px 2px 4px 2px #BFBFBF; | 411 box-shadow: 0px 2px 4px 2px #BFBFBF; |
412 } | 412 } |
413 } | 413 } |
OLD | NEW |