1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
11 max-width: 100% !important;
12 font-size: 14px !important;
13 font-family: Georgia, "Times New Roman", serif !important;
23 transition: color 0.4s, background-color 0.4s;
28 background-color: #ffffff;
33 background-color: #333333;
36 body.dark *::-moz-selection {
37 background-color: #FFFFFF;
40 body.dark a::-moz-selection {
46 background-color: #f4ecd8;
50 body.sans-serif .remove-button {
51 font-family: Helvetica, Arial, sans-serif;
55 body.serif .remove-button {
56 font-family: Georgia, "Times New Roman", serif;
64 #container.font-size1 {
68 #container.font-size2 {
72 #container.font-size3 {
76 #container.font-size4 {
80 #container.font-size5 {
84 #container.font-size6 {
88 #container.font-size7 {
92 #container.font-size8 {
96 #container.font-size9 {
100 #container.content-width1 {
104 #container.content-width2 {
108 #container.content-width3 {
112 #container.content-width4 {
116 #container.content-width5 {
120 #container.content-width6 {
124 #container.content-width7 {
128 #container.content-width8 {
132 #container.content-width9 {
136 /* Override some controls and content styles based on color scheme */
138 body.light > .container > .header > .domain {
139 border-bottom-color: #333333 !important;
142 body.sepia > .container > .header > .domain {
143 border-bottom-color: #5b4636 !important;
146 body.dark > .container > .header > .domain {
147 border-bottom-color: #eeeeee !important;
150 body.sepia > .container > .footer {
151 background-color: #dedad4 !important;
154 body.light blockquote {
155 border-inline-start: 2px solid #333333 !important;
158 body.sepia blockquote {
159 border-inline-start: 2px solid #5b4636 !important;
162 body.dark blockquote {
163 border-inline-start: 2px solid #eeeeee !important;
166 /* Add toolbar transition base on loaded class */
168 body.loaded .toolbar {
169 transition: transform 0.3s ease-out;
172 body:not(.loaded) .toolbar:-moz-locale-dir(ltr) {
173 transform: translateX(-100%);
176 body:not(.loaded) .toolbar:-moz-locale-dir(rtl) {
177 transform: translateX(100%);