view css/app.css @ 126:d851f4f89fb4

Improve Makefile deployment mechanism. * Makefile: Introduce checks for required tools and especially the Jekyll version. Explain the deployment in detail. * README.md: Remove verbose section about deployment to the Makefile. Update documentation. Remove advertising section.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 09 Dec 2016 15:18:41 +0100
parents fb8011d4dd6f
children 3a99431030c1
line wrap: on
line source

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

.page-content section {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.home-title {
	color: #0790c0;
	font-weight: 700;
	margin: 0 0 1rem 0;
	font-size: 2.33rem;
}

body {
	font-family: 'PT Sans';
	color: '#333';
}

p {
	color: "#333";
}

li {
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans';
	color: #333;
	/*font-weight: bold;*/
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.66rem;
}

h4 {
	font-size: 1.33rem;
}

h4, h5, h6 {
	font-weight: bold;
}

div.reveal-modal img {
	height: auto;
	width: 100%;
}

/**
* Font overrides (do this using SASS when that gets pulled in)
*/

.button, li, p, .alert, .label, .top-bar-section ul li>a {
	font-family: inherit;
}

.highlight code {
	border: inherit;
	background-color: inherit;
	line-height: 1;
	padding: 0;
}

.highlight {
	margin: 0 0 1.5rem 0;
	border: 1px solid #ccc;
	padding: 0.5em;
	border-radius: 3px;
	font-size: 90%;
	width: 100%;
}

.highlight table {
	border: none;
}