2014-12-11 03:44:53 +03: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/. */
|
2015-01-26 12:19:47 +03:00
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 64px 0;
|
|
|
|
}
|
|
|
|
|
2015-03-31 21:32:00 +03:00
|
|
|
@media (max-width: 785px) {
|
|
|
|
body {
|
|
|
|
padding-top: 64px;
|
|
|
|
-moz-padding-end: 0;
|
|
|
|
padding-bottom: 64px;
|
|
|
|
-moz-padding-start: 51px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-29 08:10:54 +03:00
|
|
|
body.loaded {
|
|
|
|
transition: color 0.4s, background-color 0.4s;
|
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.light {
|
2015-01-26 12:19:47 +03:00
|
|
|
color: #333333;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.dark {
|
2015-01-26 12:19:47 +03:00
|
|
|
color: #eeeeee;
|
|
|
|
background-color: #333333;
|
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.dark *::-moz-selection {
|
2015-04-23 20:42:31 +03:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #0095DD;
|
|
|
|
}
|
2015-04-23 20:59:03 +03:00
|
|
|
body.dark a::-moz-selection {
|
2015-04-23 20:42:31 +03:00
|
|
|
color: #DD4800;
|
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.sepia {
|
2015-04-25 00:25:54 +03:00
|
|
|
color: #5b4636;
|
|
|
|
background-color: #f4ecd8;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.sans-serif,
|
|
|
|
body.sans-serif .remove-button {
|
2015-04-02 01:51:53 +03:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.serif,
|
|
|
|
body.serif .remove-button {
|
2015-04-02 01:51:53 +03:00
|
|
|
font-family: Georgia, "Times New Roman", serif;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
2015-04-28 22:48:43 +03:00
|
|
|
#container {
|
|
|
|
max-width: 30em;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size1 {
|
2015-02-25 04:15:03 +03:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size2 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size3 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size4 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size5 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size6 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size7 {
|
2015-02-25 04:15:03 +03:00
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size8 {
|
2015-02-25 04:15:03 +03:00
|
|
|
font-size: 26px;
|
|
|
|
}
|
|
|
|
|
2015-04-25 00:33:38 +03:00
|
|
|
#container.font-size9 {
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
|
2016-05-02 05:50:00 +03:00
|
|
|
#container.content-width1 {
|
|
|
|
max-width: 20em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container.content-width2 {
|
|
|
|
max-width: 25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container.content-width3 {
|
|
|
|
max-width: 30em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container.content-width4 {
|
|
|
|
max-width: 35em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container.content-width5 {
|
|
|
|
max-width: 40em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container.content-width6 {
|
|
|
|
max-width: 45em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container.content-width7 {
|
|
|
|
max-width: 50em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container.content-width8 {
|
|
|
|
max-width: 55em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container.content-width9 {
|
|
|
|
max-width: 60em;
|
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
/* Override some controls and content styles based on color scheme */
|
2015-01-22 04:21:11 +03:00
|
|
|
|
2015-04-25 00:25:54 +03:00
|
|
|
body.light > .container > .header > .domain {
|
2015-04-23 20:59:03 +03:00
|
|
|
border-bottom-color: #333333 !important;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-04-25 00:25:54 +03:00
|
|
|
body.sepia > .container > .header > .domain {
|
|
|
|
border-bottom-color: #5b4636 !important;
|
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.dark > .container > .header > .domain {
|
|
|
|
border-bottom-color: #eeeeee !important;
|
2015-02-25 04:15:03 +03:00
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.sepia > .container > .footer {
|
|
|
|
background-color: #dedad4 !important;
|
2015-03-30 19:50:01 +03:00
|
|
|
}
|
|
|
|
|
2015-04-25 00:25:54 +03:00
|
|
|
body.light blockquote {
|
2015-04-23 20:59:03 +03:00
|
|
|
-moz-border-start: 2px solid #333333 !important;
|
2015-03-30 19:50:01 +03:00
|
|
|
}
|
|
|
|
|
2015-04-25 00:25:54 +03:00
|
|
|
body.sepia blockquote {
|
|
|
|
-moz-border-start: 2px solid #5b4636 !important;
|
|
|
|
}
|
|
|
|
|
2015-04-23 20:59:03 +03:00
|
|
|
body.dark blockquote {
|
|
|
|
-moz-border-start: 2px solid #eeeeee !important;
|
2015-03-09 18:53:04 +03:00
|
|
|
}
|