2013-01-07 15:29:45 -08:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
|
|
body {
|
2014-04-22 20:00:19 -07:00
|
|
|
font-family: "Clear Sans",sans-serif;
|
2013-01-07 15:29:45 -08:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.normal .showPrivate,
|
|
|
|
body.private .showNormal {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.contentSection {
|
|
|
|
width: 92%;
|
|
|
|
max-width: 400px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.private {
|
|
|
|
color: #9ba3ab;
|
2013-02-13 08:50:57 -08:00
|
|
|
background-color: #292c29;
|
2013-01-07 15:29:45 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
body.normal {
|
|
|
|
color: #222;
|
2013-02-13 08:50:57 -08:00
|
|
|
background-color: #ced7de;
|
2013-01-07 15:29:45 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 100;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.private h1 {
|
|
|
|
color: #d06bff;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
width: 125px;
|
2013-01-15 16:52:54 -08:00
|
|
|
height: auto;
|
|
|
|
margin: 0 auto;
|
2013-01-07 15:29:45 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-height: 399px) {
|
|
|
|
body {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-height: 400px) and (max-height: 599px) {
|
|
|
|
body {
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-height: 600px) and (max-height: 799px) {
|
|
|
|
body {
|
|
|
|
margin-top: 150px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-height: 800px) {
|
|
|
|
body {
|
|
|
|
margin-top: 250px;
|
|
|
|
}
|
|
|
|
}
|