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;
|
|
|
|
max-width: 660px;
|
2015-03-30 19:50:01 +03:00
|
|
|
margin: 0 auto;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
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-01-22 04:21:11 +03:00
|
|
|
.light,
|
|
|
|
.light-button {
|
2015-01-26 12:19:47 +03:00
|
|
|
color: #333333;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2015-01-22 04:21:11 +03:00
|
|
|
.dark,
|
|
|
|
.dark-button {
|
2015-01-26 12:19:47 +03:00
|
|
|
color: #eeeeee;
|
|
|
|
background-color: #333333;
|
|
|
|
}
|
|
|
|
|
2015-01-22 04:21:11 +03:00
|
|
|
.sepia,
|
|
|
|
.sepia-button {
|
2015-01-26 12:19:47 +03:00
|
|
|
color: #333333;
|
2015-02-06 01:38:55 +03:00
|
|
|
background-color: #f0ece7;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
2015-03-30 19:50:01 +03:00
|
|
|
.sans-serif,
|
2015-04-02 01:51:53 +03:00
|
|
|
.sans-serif-button,
|
2015-03-30 19:50:01 +03:00
|
|
|
.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-03-30 19:50:01 +03:00
|
|
|
.serif,
|
2015-04-02 01:51:53 +03:00
|
|
|
.serif-button,
|
2015-03-30 19:50:01 +03:00
|
|
|
.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-02-25 04:15:03 +03:00
|
|
|
.font-size1 {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-size2 {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-size3 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2015-02-25 04:15:03 +03:00
|
|
|
.font-size4 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2015-02-25 04:15:03 +03:00
|
|
|
.font-size5 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2015-02-25 04:15:03 +03:00
|
|
|
.font-size6 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2015-02-25 04:15:03 +03:00
|
|
|
.font-size7 {
|
2015-01-22 04:21:11 +03:00
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
2015-02-25 04:15:03 +03:00
|
|
|
.font-size8 {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-size9 {
|
|
|
|
font-size: 26px;
|
|
|
|
}
|
|
|
|
|
2015-01-22 04:21:11 +03:00
|
|
|
|
2015-01-26 12:19:47 +03:00
|
|
|
/* Loading/error message */
|
|
|
|
|
|
|
|
.message {
|
|
|
|
margin-top: 40px;
|
|
|
|
display: none;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
2015-04-07 20:43:57 +03:00
|
|
|
font-size: 0.9em;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Header */
|
|
|
|
|
|
|
|
.header {
|
|
|
|
text-align: start;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.domain {
|
2015-04-07 20:43:57 +03:00
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1.48em;
|
2015-01-26 12:19:47 +03:00
|
|
|
padding-bottom: 4px;
|
2015-04-02 01:51:53 +03:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2015-01-26 12:19:47 +03:00
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
color: #0095dd;
|
|
|
|
}
|
|
|
|
|
2015-03-10 05:15:39 +03:00
|
|
|
.light > .container > .header > .domain,
|
|
|
|
.sepia > .container > .header > .domain {
|
2015-01-26 12:19:47 +03:00
|
|
|
border-bottom-color: #333333;
|
|
|
|
}
|
|
|
|
|
2015-03-10 05:15:39 +03:00
|
|
|
.dark > .container > .header > .domain {
|
2015-01-26 12:19:47 +03:00
|
|
|
border-bottom-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header > h1 {
|
2015-04-07 20:43:57 +03:00
|
|
|
font-size: 1.33em;
|
|
|
|
line-height: 1.25em;
|
2015-01-26 12:19:47 +03:00
|
|
|
width: 100%;
|
|
|
|
margin: 30px 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header > .credits {
|
2015-04-07 20:43:57 +03:00
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1.48em;
|
2015-01-26 12:19:47 +03:00
|
|
|
margin: 0 0 30px 0;
|
|
|
|
padding: 0;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Content */
|
|
|
|
|
2015-04-07 20:43:57 +03:00
|
|
|
#moz-reader-content {
|
2015-01-26 12:19:47 +03:00
|
|
|
display: none;
|
2015-04-07 20:43:57 +03:00
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.6em;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.content h1,
|
|
|
|
.content h2,
|
|
|
|
.content h3 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-04-07 20:43:57 +03:00
|
|
|
#moz-reader-content h1 {
|
|
|
|
font-size: 1.33em;
|
|
|
|
line-height: 1.25em;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
2015-04-07 20:43:57 +03:00
|
|
|
#moz-reader-content h2 {
|
|
|
|
font-size: 1.1em;
|
|
|
|
line-height: 1.51em;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
2015-04-07 20:43:57 +03:00
|
|
|
#moz-reader-content h3 {
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.66em;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.content a {
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content a,
|
|
|
|
.content a:visited,
|
|
|
|
.content a:hover,
|
|
|
|
.content a:active {
|
|
|
|
color: #0095dd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content * {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content p,
|
|
|
|
.content code,
|
|
|
|
.content pre,
|
|
|
|
.content blockquote,
|
|
|
|
.content ul,
|
|
|
|
.content ol,
|
2015-03-24 02:55:26 +03:00
|
|
|
.content li,
|
|
|
|
.content figure,
|
|
|
|
.content .wp-caption {
|
2015-01-26 12:19:47 +03:00
|
|
|
margin: 0 0 30px 0;
|
|
|
|
}
|
|
|
|
|
2015-03-24 02:55:26 +03:00
|
|
|
.content p > img:only-child,
|
|
|
|
.content p > a:only-child > img:only-child,
|
|
|
|
.content .wp-caption img,
|
|
|
|
.content figure img {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content img[moz-reader-center] {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
2015-04-07 20:43:57 +03:00
|
|
|
#moz-reader-content .caption,
|
|
|
|
#moz-reader-content .wp-caption-text,
|
|
|
|
#moz-reader-content figcaption {
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1.48em;
|
2015-01-26 12:19:47 +03:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content code,
|
|
|
|
.content pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content blockquote {
|
|
|
|
padding: 0;
|
|
|
|
-moz-padding-start: 16px;
|
|
|
|
}
|
|
|
|
|
2015-03-10 05:15:39 +03:00
|
|
|
.light > .container > .content blockquote,
|
|
|
|
.sepia > .container > .content blockquote {
|
2015-01-26 12:19:47 +03:00
|
|
|
-moz-border-start: 2px solid #333333;
|
|
|
|
}
|
|
|
|
|
2015-03-10 05:15:39 +03:00
|
|
|
.dark > .container > .content blockquote {
|
2015-01-26 12:19:47 +03:00
|
|
|
-moz-border-start: 2px solid #eeeeee;
|
|
|
|
}
|
2015-04-01 19:13:19 +03:00
|
|
|
.dark *::-moz-selection {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #0095DD;
|
|
|
|
}
|
|
|
|
.dark a::-moz-selection {
|
|
|
|
color: #DD4800;
|
|
|
|
}
|
2015-01-26 12:19:47 +03:00
|
|
|
|
|
|
|
.content ul,
|
|
|
|
.content ol {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content ul {
|
|
|
|
-moz-padding-start: 30px;
|
2015-04-02 15:18:10 +03:00
|
|
|
list-style: disc;
|
2015-01-26 12:19:47 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.content ol {
|
|
|
|
-moz-padding-start: 30px;
|
|
|
|
list-style: decimal;
|
|
|
|
}
|
|
|
|
|
2015-04-10 02:17:22 +03:00
|
|
|
/* Hide elements with common "hidden" class names */
|
|
|
|
#moz-reader-content .visually-hidden,
|
|
|
|
#moz-reader-content .visuallyhidden,
|
|
|
|
#moz-reader-content .hidden,
|
|
|
|
#moz-reader-content .invisible,
|
|
|
|
#moz-reader-content .sr-only {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
/*======= Controls toolbar =======*/
|
2015-01-26 12:19:47 +03:00
|
|
|
|
|
|
|
.toolbar {
|
2015-04-02 01:51:53 +03:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2015-01-22 04:21:11 +03:00
|
|
|
position: fixed;
|
|
|
|
height: 100%;
|
2015-03-30 19:50:01 +03:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2015-01-22 04:21:11 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2015-03-30 19:50:01 +03:00
|
|
|
background-color: #fbfbfb;
|
2015-01-22 04:21:11 +03:00
|
|
|
-moz-user-select: none;
|
2015-03-30 19:50:01 +03:00
|
|
|
border-right: 1px solid #b5b5b5;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
display: block;
|
|
|
|
background-size: 24px 24px;
|
|
|
|
background-repeat: no-repeat;
|
2015-04-06 18:13:17 +03:00
|
|
|
color: #333;
|
|
|
|
background-color: #fbfbfb;
|
2015-02-14 01:09:44 +03:00
|
|
|
height: 40px;
|
2015-03-30 19:50:01 +03:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar .button {
|
2015-02-14 01:09:44 +03:00
|
|
|
width: 40px;
|
2015-03-30 19:50:01 +03:00
|
|
|
background-position: center;
|
2015-04-06 20:27:27 +03:00
|
|
|
margin-right: -1px;
|
2015-02-14 01:09:44 +03:00
|
|
|
border-top: 0;
|
|
|
|
border-left: 0;
|
2015-04-06 20:27:27 +03:00
|
|
|
border-right: 1px solid #b5b5b5;
|
2015-01-22 04:21:11 +03:00
|
|
|
border-bottom: 1px solid #c1c1c1;
|
|
|
|
}
|
|
|
|
|
2015-02-19 22:47:20 +03:00
|
|
|
.button[hidden] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-01-22 04:21:11 +03:00
|
|
|
.dropdown {
|
|
|
|
text-align: center;
|
|
|
|
list-style: none;
|
2015-03-30 19:50:01 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown li {
|
2015-03-30 19:50:01 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
/*======= Font style popup =======*/
|
|
|
|
|
2015-01-22 04:21:11 +03:00
|
|
|
.dropdown-popup {
|
2015-03-28 17:59:49 +03:00
|
|
|
min-width: 300px;
|
2015-01-22 04:21:11 +03:00
|
|
|
text-align: start;
|
|
|
|
position: absolute;
|
|
|
|
left: 48px; /* offset to account for toolbar width */
|
|
|
|
z-index: 1000;
|
2015-03-30 19:50:01 +03:00
|
|
|
background-color: #fbfbfb;
|
2015-01-22 04:21:11 +03:00
|
|
|
visibility: hidden;
|
|
|
|
border-radius: 4px;
|
2015-04-14 22:55:59 +03:00
|
|
|
border: 1px solid #b5b5b5;
|
|
|
|
border-bottom-width: 0;
|
2015-03-30 19:50:01 +03:00
|
|
|
box-shadow: 0 1px 12px #666;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-popup > hr {
|
2015-03-28 17:59:49 +03:00
|
|
|
display: none;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.open > .dropdown-popup {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-arrow {
|
|
|
|
position: absolute;
|
|
|
|
top: 30px; /* offset arrow from top of popup */
|
|
|
|
left: -16px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Type-Controls-Arrow.svg");
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#font-type-buttons,
|
2015-02-25 04:15:03 +03:00
|
|
|
#font-size-buttons,
|
2015-02-28 03:52:03 +03:00
|
|
|
#color-scheme-buttons {
|
2015-01-22 04:21:11 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2015-03-19 02:35:47 +03:00
|
|
|
#font-type-buttons > button:first-child {
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
}
|
|
|
|
#font-type-buttons > button:last-child {
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
#color-scheme-buttons > button:first-child {
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
|
|
|
#color-scheme-buttons > button:last-child {
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
#font-type-buttons > button,
|
2015-02-25 04:15:03 +03:00
|
|
|
#font-size-buttons > button,
|
2015-02-28 03:52:03 +03:00
|
|
|
#color-scheme-buttons > button {
|
2015-01-22 04:21:11 +03:00
|
|
|
text-align: center;
|
2015-03-28 17:59:49 +03:00
|
|
|
border: 0;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
#font-type-buttons > button,
|
2015-02-25 04:15:03 +03:00
|
|
|
#font-size-buttons > button {
|
2015-02-28 03:52:03 +03:00
|
|
|
width: 50%;
|
|
|
|
background-color: transparent;
|
2015-03-28 17:59:49 +03:00
|
|
|
border-left: 1px solid #B5B5B5;
|
|
|
|
border-bottom: 1px solid #B5B5B5;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
#color-scheme-buttons > button {
|
2015-03-19 02:35:47 +03:00
|
|
|
width: 33.33%;
|
2015-02-28 03:52:03 +03:00
|
|
|
font-size: 14px;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-03-28 17:59:49 +03:00
|
|
|
#color-scheme-buttons > .dark-button {
|
|
|
|
margin-top: -1px;
|
|
|
|
height: 61px;
|
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
#font-type-buttons > button:first-child,
|
2015-03-28 17:59:49 +03:00
|
|
|
#font-size-buttons > button:first-child {
|
2015-03-30 19:50:01 +03:00
|
|
|
border-left: 0;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
#font-type-buttons > button {
|
2015-01-22 04:21:11 +03:00
|
|
|
display: inline-block;
|
2015-04-02 01:51:53 +03:00
|
|
|
font-size: 62px;
|
2015-03-28 17:59:49 +03:00
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#font-size-buttons > button,
|
|
|
|
#color-scheme-buttons > button {
|
|
|
|
height: 60px;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
#font-type-buttons > button:active:hover,
|
2015-03-19 02:35:47 +03:00
|
|
|
#font-type-buttons > button.selected,
|
|
|
|
#color-scheme-buttons > button:active:hover,
|
|
|
|
#color-scheme-buttons > button.selected {
|
2015-03-30 19:50:01 +03:00
|
|
|
box-shadow: inset 0 -3px 0 0 #fc6420;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-03-28 17:59:49 +03:00
|
|
|
#font-type-buttons > button:active:hover,
|
|
|
|
#font-type-buttons > button.selected {
|
|
|
|
border-bottom: 1px solid #FC6420;
|
|
|
|
}
|
|
|
|
|
2015-04-02 01:51:53 +03:00
|
|
|
/* Make the serif button content the same size as the sans-serif button content. */
|
|
|
|
#font-type-buttons > button > .description {
|
2015-02-28 03:52:03 +03:00
|
|
|
color: #666;
|
|
|
|
font-size: 12px;
|
2015-04-02 01:51:53 +03:00
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Font sizes are different per-platform, so we need custom CSS to line them up. */
|
|
|
|
%ifdef XP_MACOSX
|
|
|
|
#font-type-buttons > .sans-serif-button > .name {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#font-type-buttons > .sans-serif-button > .description {
|
2015-03-28 17:59:49 +03:00
|
|
|
margin-top: -4px;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-04-02 01:51:53 +03:00
|
|
|
#font-type-buttons > .serif-button > .name {
|
|
|
|
font-size: 63px;
|
|
|
|
}
|
|
|
|
%elifdef XP_WIN
|
|
|
|
#font-type-buttons > .sans-serif-button > .name {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#font-type-buttons > .sans-serif-button > .description {
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#font-type-buttons > .serif-button > .name {
|
|
|
|
font-size: 63px;
|
|
|
|
}
|
|
|
|
%else
|
|
|
|
#font-type-buttons > .sans-serif-button > .name {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#font-type-buttons > .sans-serif-button > .description {
|
|
|
|
margin-top: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#font-type-buttons > .serif-button > .name {
|
|
|
|
font-size: 70px;
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
|
2015-01-22 04:21:11 +03:00
|
|
|
.button:hover,
|
2015-03-19 02:35:47 +03:00
|
|
|
#font-size-buttons > button:hover,
|
|
|
|
#font-type-buttons > button:hover {
|
2015-03-30 19:50:01 +03:00
|
|
|
background-color: #ebebeb;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.open,
|
|
|
|
.button:active,
|
2015-02-28 03:52:03 +03:00
|
|
|
#font-size-buttons > button:active,
|
|
|
|
#font-size-buttons > button.selected {
|
2015-03-30 19:50:01 +03:00
|
|
|
background-color: #dadada;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
/* Only used on Android */
|
|
|
|
#font-size-sample {
|
|
|
|
display: none;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
2015-02-25 04:15:03 +03:00
|
|
|
.minus-button,
|
|
|
|
.plus-button {
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
|
|
background-size: 18px 18px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
2015-03-30 19:50:01 +03:00
|
|
|
.footer {
|
|
|
|
height: 64px;
|
|
|
|
background-color: #ebebeb;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
padding: 12px 0;
|
|
|
|
box-sizing: border-box;
|
2015-04-06 18:13:17 +03:00
|
|
|
box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.35) inset;
|
2015-03-30 19:50:01 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.sepia .footer {
|
|
|
|
background-color: #dedad4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remove-button {
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Delete-24x24.svg");
|
|
|
|
margin: 0 auto;
|
|
|
|
border: 1px solid #c1c1c1;
|
|
|
|
background-position: 10px 7px;
|
|
|
|
padding-left: 42px;
|
|
|
|
padding-right: 10px;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-02-28 03:52:03 +03:00
|
|
|
/*======= Toolbar icons =======*/
|
|
|
|
|
2015-01-22 04:21:11 +03:00
|
|
|
/* Android-only controls */
|
|
|
|
.share-button {
|
2015-01-26 12:19:47 +03:00
|
|
|
display: none;
|
|
|
|
}
|
2015-01-22 04:21:11 +03:00
|
|
|
|
|
|
|
.close-button {
|
2015-04-06 20:27:27 +03:00
|
|
|
background-image: url("chrome://global/skin/reader/RM-Close-24x24.svg#close");
|
2015-02-14 01:09:44 +03:00
|
|
|
height: 68px;
|
2015-01-22 04:21:11 +03:00
|
|
|
background-position: center 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-button:hover {
|
2015-04-06 20:27:27 +03:00
|
|
|
background-image: url("chrome://global/skin/reader/RM-Close-24x24.svg#close-hover");
|
2015-01-22 04:21:11 +03:00
|
|
|
background-color: #d94141;
|
2015-04-06 20:27:27 +03:00
|
|
|
border-bottom: 1px solid #d94141;
|
|
|
|
border-right: 1px solid #d94141;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-button:hover:active {
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Close-24x24.svg#close-hover");
|
|
|
|
background-color: #AE2325;
|
|
|
|
border-bottom: 1px solid #AE2325;
|
|
|
|
border-right: 1px solid #AE2325;
|
2015-01-22 04:21:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.style-button {
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Type-Controls-24x24.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-button.on {
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Delete-24x24.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-button {
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Add-24x24.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-button {
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Reading-List-24x24.svg");
|
|
|
|
}
|
2015-02-27 22:31:31 +03:00
|
|
|
.list-button.on {
|
|
|
|
background-color: #d9d9d9;
|
|
|
|
}
|
2015-02-25 04:15:03 +03:00
|
|
|
|
|
|
|
.minus-button {
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Minus-24x24.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.plus-button {
|
|
|
|
background-image: url("chrome://global/skin/reader/RM-Plus-24x24.svg");
|
|
|
|
}
|
2015-03-09 18:53:04 +03:00
|
|
|
|
|
|
|
@media print {
|
|
|
|
.toolbar {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-03-30 19:50:01 +03:00
|
|
|
.footer {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-03-09 18:53:04 +03:00
|
|
|
}
|