Mercurial > xmpp-account-manager
view style.css @ 63:ee1df80a1715 default tip
Nicer-looking input form
author | mathieui |
---|---|
date | Sun, 24 May 2020 14:19:29 +0200 |
parents | 46ca1aa08146 |
children |
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; } .initial-login { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #CCC; border-radius: 10px; } .initial-login > input { display: block; margin: 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: "“" "”" "‘" "’"; }