]> git.p6c8.net - pcdenotes.git/blob - notes/static/notes/style.css
c87f0185d6b4a659d7744b4d4a6f9635bfa91adf
[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 footer {
26 color: #ffffff;
27 background-color: #212529;
28 }
29
30 footer ul {
31 list-style-type: none;
32 margin-left: 0;
33 padding-left: 0;
34 }
35
36 /* Large screens */
37 @media screen and (min-width: 600px) {
38 footer div#footer-left {
39 text-align: right;
40 }
41
42 footer #copyright {
43 text-align: center;
44 margin-top: 2em;
45 }
46 }
47
48 /* Small screens */
49 @media screen and (max-width: 600px) {
50 footer #copyright {
51 margin-top: 2em;
52 }
53 }

patrick-canterino.de