Mercurial > xmpp-account-manager
comparison prosody.css @ 0:2a8d4e8600d0
Initial commit.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 21 Dec 2018 21:34:17 +0100 |
parents | |
children | faf2283e2bd6 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2a8d4e8600d0 |
---|---|
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 .navbar { | |
24 background-color: #6197d6; | |
25 background-image: linear-gradient(to right, #000080, #6197d6); | |
26 border-width: 0 0 1em; | |
27 border-color: #e49200; | |
28 border-radius: 0; | |
29 } | |
30 .navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover, .navbar .navbar-brand, .navbar .navbar-brand, .navbar .navbar-brand { | |
31 background-color: inherit !important; | |
32 color: white !important; | |
33 } | |
34 .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover { | |
35 font-weight: bold; | |
36 } | |
37 .navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover { | |
38 background-color: inherit !important; | |
39 color: white !important; | |
40 } | |
41 .navbar .navbar-toggle .icon-bar { | |
42 background-color: white; | |
43 } | |
44 section:target > :first-child::after { | |
45 content: "←"; | |
46 color: silver; | |
47 } | |
48 footer { | |
49 font-size: smaller; | |
50 margin-top: 7em; | |
51 text-align: center; | |
52 } | |
53 footer > dl:first-child { | |
54 text-align: left; | |
55 } | |
56 footer > dl:last-child { | |
57 text-align: right; | |
58 } | |
59 | |
60 .news ul li:last-child { | |
61 opacity: 0.50; | |
62 } | |
63 | |
64 .prosody-sponsors p a img { | |
65 height: 18pt; | |
66 } | |
67 | |
68 /* From Pandoc template */ | |
69 code{white-space: pre-wrap;} | |
70 span.smallcaps{font-variant: small-caps;} | |
71 span.underline{text-decoration: underline;} | |
72 div.column{display: inline-block; vertical-align: top; width: 50%;} | |
73 q { quotes: "“" "”" "‘" "’"; } | |
74 |