view web/main.css @ 66:6542a7cf826b

Fix links from player pages to the ttyrec archive. RogueGame.getPlayer() was setting the "name" field to self.uname instead of the player's name. Bugs like this are why I need to set up an actual testing server.
author John "Elwin" Edwards
date Thu, 06 Aug 2015 17:07:40 -0400
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;
}