Mercurial > xmpp-account-manager
view 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 |
line wrap: on
line source
/* 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; } } #navtabs { margin-bottom: 1em; margin-top: 1em; } #connect { margin-top: 1em; } .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; } /* 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: "“" "”" "‘" "’"; }