view WebContent/StyleSheet.css @ 60:b3f3b42b9933

Cache generated files. The files are now generated into distinct subdirectories and moved into the main directory before being returned to the client.
author Chris Cannam
date Thu, 27 Mar 2014 17:35:18 +0000
parents b31c64b316c5
children
line wrap: on
line source
body {
	font-size: 11pt;
	font-family: Arial;
	background-color: whitesmoke;
}

label {
	font-size: 12pt;
	font-family: Arial;
}

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 22pt;
	color: black;
}

.description {
    font-size: small;
    font-style: italic;
}

.debug {
    border: 0.5px dashed;
    font-size: 9pt;
    font-family: monospace;
    padding: 10 18;
}

.player {
    border: 0.25px solid;
}