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: html, body { michael@0: margin: 0; michael@0: height: 100%; michael@0: } michael@0: michael@0: body { michael@0: color: #555; michael@0: font-family: Lucida Grande, Helvetica, Helvetica Neue, sans-serif; michael@0: overflow: hidden; michael@0: max-width: 600px; michael@0: margin: auto; michael@0: padding: 20px 0; michael@0: background-color: #FFF; michael@0: } michael@0: michael@0: button { michael@0: border: 1px solid #CCC; michael@0: padding: 5px 15px; michael@0: cursor: pointer; michael@0: background: rgba(255,255,255,0.4); michael@0: text-transform: uppercase; michael@0: color: #3498DB; michael@0: } michael@0: michael@0: button:hover { michael@0: background-color: #3498DB; michael@0: color: #FFF; michael@0: } michael@0: michael@0: a, a:visited { michael@0: color: rgb(39,109,163); michael@0: } michael@0: michael@0: #close-button { michael@0: float: right; michael@0: }