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: font-family: "Clear Sans",sans-serif; michael@0: font-size: 14px; michael@0: } michael@0: michael@0: body.normal .showPrivate, michael@0: body.private .showNormal { michael@0: display: none; michael@0: } michael@0: michael@0: div.contentSection { michael@0: width: 92%; michael@0: max-width: 400px; michael@0: margin: 0 auto; michael@0: } michael@0: michael@0: body.private { michael@0: color: #9ba3ab; michael@0: background-color: #292c29; michael@0: } michael@0: michael@0: body.normal { michael@0: color: #222; michael@0: background-color: #ced7de; michael@0: } michael@0: michael@0: h1 { michael@0: font-size: 24px; michael@0: font-weight: 100; michael@0: text-align: center; michael@0: margin: 0; michael@0: } michael@0: michael@0: body.private h1 { michael@0: color: #d06bff; michael@0: } michael@0: michael@0: img { michael@0: display: block; michael@0: width: 125px; michael@0: height: auto; michael@0: margin: 0 auto; michael@0: } michael@0: michael@0: @media all and (max-height: 399px) { michael@0: body { michael@0: margin-top: 25px; michael@0: } michael@0: } michael@0: michael@0: @media all and (min-height: 400px) and (max-height: 599px) { michael@0: body { michael@0: margin-top: 50px; michael@0: } michael@0: } michael@0: michael@0: @media all and (min-height: 600px) and (max-height: 799px) { michael@0: body { michael@0: margin-top: 150px; michael@0: } michael@0: } michael@0: michael@0: @media all and (min-height: 800px) { michael@0: body { michael@0: margin-top: 250px; michael@0: } michael@0: }