annotate WebContent/StyleSheet.css @ 32:0c66cff0d1cc

The page is now generated using a simple form (using GET), and each time the page is generated a player is generated as well; small CSS changes.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 10 Dec 2013 17:39:27 +0000
parents 3b092b89c92e
children b31c64b316c5
rev   line source
luis@32 1 body {
luis@0 2 font-size: 11pt;
luis@0 3 font-family: Arial;
luis@0 4 background-color: whitesmoke;
luis@0 5 }
luis@32 6
luis@32 7 label {
luis@0 8 font-size: 12pt;
luis@0 9 font-family: Arial;
luis@0 10 }
luis@32 11
luis@32 12 h1 {
luis@0 13 font-family: Arial;
luis@0 14 font-weight: bold;
luis@0 15 font-size: 22pt;
luis@0 16 color: black;
luis@0 17 }
luis@27 18
luis@32 19 .description {
luis@32 20 font-size: small;
luis@32 21 font-style: italic;
luis@32 22 }
luis@32 23