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

patrick-canterino.de