Mercurial > xmpp-account-manager
diff 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 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/prosody.css @@ -0,0 +1,74 @@ + +/* Branding */ +.jumbotron h1, .jumbotron > h2 { + text-align: center; +} +h1 img { + height: 1em; +} +.jumbotron p img { + height: 42pt; + float: left; + padding-right: 1ex; +} +@media (max-width: 767px) { + #navbar { + height: 0; + overflow: hidden; + } + #navbar:target { + height: auto; + } +} +.navbar { + background-color: #6197d6; + background-image: linear-gradient(to right, #000080, #6197d6); + border-width: 0 0 1em; + border-color: #e49200; + border-radius: 0; +} +.navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover, .navbar .navbar-brand, .navbar .navbar-brand, .navbar .navbar-brand { + background-color: inherit !important; + color: white !important; +} +.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover { + font-weight: bold; +} +.navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover { + background-color: inherit !important; + color: white !important; +} +.navbar .navbar-toggle .icon-bar { + background-color: white; +} +section:target > :first-child::after { + content: "←"; + color: silver; +} +footer { + font-size: smaller; + margin-top: 7em; + text-align: center; +} +footer > dl:first-child { + text-align: left; +} +footer > dl:last-child { + text-align: right; +} + +.news ul li:last-child { + opacity: 0.50; +} + +.prosody-sponsors p a img { + height: 18pt; +} + +/* From Pandoc template */ +code{white-space: pre-wrap;} +span.smallcaps{font-variant: small-caps;} +span.underline{text-decoration: underline;} +div.column{display: inline-block; vertical-align: top; width: 50%;} +q { quotes: "“" "”" "‘" "’"; } +