]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/en/css/light_theme.css
Use the public download directory. https://redmine.stoutner.com/issues/224
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / css / light_theme.css
1 /*
2  * Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
3  *
4  * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
5  *
6  * Privacy Browser is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation, either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * Privacy Browser is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>.
18  */
19
20 /* Blue 700 */
21 a {
22     color: #1976D2;
23     text-decoration: none;
24 }
25
26 /* Blue 900 */
27 h3 {
28     color: #0D47A1;
29 }
30
31 /* Red 900 */
32 strong.red {
33     color: #B71C1C;
34 }
35
36 /* Blue 800 */
37 strong.blue {
38     color: #1565C0;
39 }
40
41 /* Blue 700 */
42 item {
43     color: #1976D2;
44     font-weight: bold;
45 }
46
47 img.inline {
48     height: 16;
49     width: 16;
50 }
51
52 img.title {
53     vertical-align: bottom;
54     height: 32;
55     width: 32;
56 }
57
58 img.icon {
59     vertical-align: middle;
60     height: 32;
61     width: 32;
62 }
63
64 img.left {
65     float: left;
66     height: 32;
67     width: 32;
68 }
69
70 /* An image must be a block to be centered. */
71 img.center {
72     display: block;
73     margin-left: auto;
74     margin-right: auto;
75     height: 640;
76     width: 360;
77 }