view WebContent/StyleSheet.css @ 39:b31c64b316c5

the orientation now uses a dropdown; some css work.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 12 Dec 2013 17:08:58 +0000
parents 0c66cff0d1cc
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;
}