]>
| Commit | Line | Data | 
|---|---|---|
| 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 | |
| 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
| 4 | ||
| 5 | body { | |
| 6 | min-width: 330px; | |
| 7 | max-width: 100%; | |
| 8 | min-height: 330px; | |
| 9 | max-height: 100%; | |
| 10 | margin: 0.5em; | |
| 11 | } | |
| 12 | ||
| 13 | #menu { | |
| 14 | position: absolute; | |
| 15 | top: 5px; | |
| 16 | color: #000000; | |
| 17 | } | |
| 18 | ||
| 19 | .warningBackground { | |
| 20 | display: none; | |
| 21 | background: #CCD0DD; | |
| 22 | width:100%; | |
| 23 | height:100%; | |
| 24 | z-index:10; | |
| 25 | top:0; | |
| 26 | left:0; | |
| 27 | position:fixed; | |
| 28 | } | |
| 29 | ||
| 30 | .warningMessage { | |
| 31 | color: #000000; | |
| 32 | position: relative; | |
| 33 | min-width: 330px; | |
| 34 | max-width: 50em; | |
| 35 | margin: 4em auto; | |
| 36 | border: 1px solid #666699; | |
| 37 | border-radius: 10px; | |
| 38 | padding: 3em; | |
| 39 | padding-inline-start: 30px; | |
| 40 | background: #CCD0DD; | |
| 41 | margin-left: auto; | |
| 42 | text-align: center; | |
| 43 | } | |
| 44 | ||
| 45 | .tab { | |
| 46 | display: none; | |
| 47 | } | |
| 48 | ||
| 49 | .active { | |
| 50 | display: block; | |
| 51 | } | |
| 52 | ||
| 53 | #menu .selected { | |
| 54 | color: #336699; | |
| 55 | } | |
| 56 | ||
| 57 | #refreshdiv { | |
| 58 | top: 5px; | |
| 59 | position: absolute; | |
| 60 | right: 30px; | |
| 61 | } |