michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: body { michael@0: min-width: 330px; michael@0: max-width: 100%; michael@0: min-height: 330px; michael@0: max-height: 100%; michael@0: } michael@0: michael@0: #menu { michael@0: position: absolute; michael@0: top: 5px; michael@0: color: gray; michael@0: } michael@0: michael@0: .warningBackground { michael@0: display: none; michael@0: background: -moz-Dialog; michael@0: width:100%; michael@0: height:100%; michael@0: z-index:10; michael@0: top:0; michael@0: left:0; michael@0: position:fixed; michael@0: } michael@0: michael@0: .warningMessage { michael@0: color: -moz-FieldText; michael@0: position: relative; michael@0: min-width: 330px; michael@0: max-width: 50em; michael@0: margin: 4em auto; michael@0: border: 1px solid ThreeDShadow; michael@0: border-radius: 10px; michael@0: padding: 3em; michael@0: -moz-padding-start: 30px; michael@0: background: -moz-Field; michael@0: margin-left: auto; michael@0: text-align: center; michael@0: } michael@0: michael@0: .tab { michael@0: display: none; michael@0: } michael@0: michael@0: .active { michael@0: display: block; michael@0: } michael@0: michael@0: #menu .selected { michael@0: color: blue; michael@0: } michael@0: michael@0: #refreshdiv { michael@0: top: 5px; michael@0: position: absolute; michael@0: right: 30px; michael@0: }