view web/main.css @ 68:67bcca6e3cb1

Prevent crashes if no ttyrec files can be associated with a game. If the postprocessing step finds no ttyrec files created between a game's end and the previous game's end, it will no longer index an empty list and crash. The condition of finding no ttyrec files is still a bug that requires investigation.
author John "Elwin" Edwards
date Sat, 16 Jan 2016 02:12:50 +0000
parents 0037de90af8b
children 6830c5dba61d
line wrap: on
line source

@import url("http://fonts.googleapis.com/css?family=Inconsolata");

html {
	background-color: #C0FFC0;
	color: #101040;
	font-family: sans-serif;
}

h1 {
	text-align: center;
}

h1, h2, h3 {
	font-family: Inconsolata, monospace;
}

div.content {
	margin: 0 auto;
	width: 75%;
}

div.nav {
	font-size: 0.8em;
	background-color: #E0FFE0;
	padding: 0.3em;
}

p.cimage {
	text-align: center;
}

ul {
	list-style-type: none;
}

form {
	width: 90%;
	margin: 1.5em auto;
	border-top: 1px solid #101040;
	border-bottom: 1px solid #101040;
}

form div {
	margin: 0.6em auto;
}

span.metavar {
	font-style: italic;
}

div.foot {
	margin-top: 1em;
	font-size: 0.8em;
	background-color: #E0FFE0;
	padding: 0.3em;
	text-align: center;
}

div.foot a {
	padding: 0 0.6em;
}