view prosody.css @ 46:af2874ff7234

mathieui: Ask the user for confirmation before deleting PEP nodes or contacts.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 23 May 2020 19:01:23 +0200
parents faf2283e2bd6
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;
}
.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: "“" "”" "‘" "’"; }