comparison style.css @ 62:46ca1aa08146

Rename prosody.css to style.css, and remove Prosody specifics.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 24 May 2020 13:15:01 +0200
parents prosody.css@af2874ff7234
children ee1df80a1715
comparison
equal deleted inserted replaced
61:78c873be0caa 62:46ca1aa08146
1
2 /* Branding */
3 .jumbotron h1, .jumbotron > h2 {
4 text-align: center;
5 }
6 h1 img {
7 height: 1em;
8 }
9 .jumbotron p img {
10 height: 42pt;
11 float: left;
12 padding-right: 1ex;
13 }
14 @media (max-width: 767px) {
15 #navbar {
16 height: 0;
17 overflow: hidden;
18 }
19 #navbar:target {
20 height: auto;
21 }
22 }
23 #navtabs {
24 margin-bottom: 1em;
25 margin-top: 1em;
26 }
27 #connect {
28 margin-top: 1em;
29 }
30 .navbar {
31 background-color: #6197d6;
32 background-image: linear-gradient(to right, #000080, #6197d6);
33 border-width: 0 0 1em;
34 border-color: #e49200;
35 border-radius: 0;
36 }
37 .navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover, .navbar .navbar-brand, .navbar .navbar-brand, .navbar .navbar-brand {
38 background-color: inherit !important;
39 color: white !important;
40 }
41 .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
42 font-weight: bold;
43 }
44 .navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover {
45 background-color: inherit !important;
46 color: white !important;
47 }
48 .navbar .navbar-toggle .icon-bar {
49 background-color: white;
50 }
51 section:target > :first-child::after {
52 content: "←";
53 color: silver;
54 }
55 footer {
56 font-size: smaller;
57 margin-top: 7em;
58 text-align: center;
59 }
60 footer > dl:first-child {
61 text-align: left;
62 }
63 footer > dl:last-child {
64 text-align: right;
65 }
66
67 .news ul li:last-child {
68 opacity: 0.50;
69 }
70
71 /* From Pandoc template */
72 code{white-space: pre-wrap;}
73 span.smallcaps{font-variant: small-caps;}
74 span.underline{text-decoration: underline;}
75 div.column{display: inline-block; vertical-align: top; width: 50%;}
76 q { quotes: "“" "”" "‘" "’"; }
77