comparison 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
comparison
equal deleted inserted replaced
31:c63f773b4e48 32:0c66cff0d1cc
1 body 1 body {
2 {
3 font-size: 11pt; 2 font-size: 11pt;
4 font-family: Arial; 3 font-family: Arial;
5 background-color: whitesmoke; 4 background-color: whitesmoke;
6 } 5 }
7 LABEL 6
8 { 7 label {
9 font-size: 12pt; 8 font-size: 12pt;
10 font-family: Arial; 9 font-family: Arial;
11 } 10 }
12 H1 11
13 { 12 h1 {
14 font-family: Arial; 13 font-family: Arial;
15 font-weight: bold; 14 font-weight: bold;
16 font-size: 22pt; 15 font-size: 22pt;
17 color: black; 16 color: black;
18 } 17 }
19 18
19 .description {
20 font-size: small;
21 font-style: italic;
22 }
23