view web/main.css @ 87:1bddd1839831

Update the dgamelaunch patch to work with the most recent changes. Also set the umask, just in case it defaults to 0077.
author John "Elwin" Edwards
date Sat, 24 Nov 2018 16:47:24 -0500
parents b396f3c8e7bc
children
line wrap: on
line source

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;
}