]> git.p6c8.net - pcdenotes.git/blob - notes/static/notes/style.css
00b446d398fba7d97ba9746f78b9d0de53073a00
[pcdenotes.git] / notes / static / notes / style.css
1 header {
2 color: #ffffff;
3 background-color: #0d6efd;
4 text-align: center;
5 }
6
7 header a:link, header a:visited, header a:active, header a:hover,
8 footer a:link, footer a:visited, footer a:active, footer a:hover {
9 color: #ffffff;
10 }
11
12 h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
13 color: #212529;
14 }
15
16 h2 {
17 padding-top: 1em;
18 }
19
20 article .publication-date {
21 font-style: italic;
22 font-size: smaller;
23 }
24
25 article > div {
26 padding-top: 0.5em;
27 }
28
29 article img {
30 max-width: 100%;
31 }
32
33 footer {
34 color: #ffffff;
35 background-color: #212529;
36 }
37
38 footer ul {
39 list-style-type: none;
40 margin-left: 0;
41 padding-left: 0;
42 }
43
44 /* Large screens */
45 @media screen and (min-width: 600px) {
46 footer div#footer-left {
47 text-align: right;
48 }
49
50 footer #copyright {
51 text-align: center;
52 margin-top: 2em;
53 }
54 }
55
56 /* Small screens */
57 @media screen and (max-width: 600px) {
58 footer #copyright {
59 margin-top: 2em;
60 }
61 }

patrick-canterino.de