Add README.
[123456789.git] / ps2.3.css
1 /*
2 Perlenspiel is a scheme by Professor Moriarty (bmoriarty@wpi.edu).
3 Perlenspiel is Copyright © 2009-12 Worcester Polytechnic Institute.
4 This file is part of Perlenspiel.
5
6 Perlenspiel is free software: you can redistribute it and/or modify
7 it under the terms of the GNU Lesser General Public License as published
8 by the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 Perlenspiel is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU Lesser General Public License for more details.
15
16 You may have received a copy of the GNU Lesser General Public License
17 along with Perlenspiel. If not, see <http://www.gnu.org/licenses/>.
18 */
19
20 body
21 {
22 color: #000000;
23 background-color: #FFFFFF;
24 width: 512px;
25 margin: 0 auto;
26 font-family: Arial, Helvetica, sans-serif;
27 }
28
29 #main
30 {
31 -webkit-user-select: none;
32 -khtml-user-select: none;
33 -moz-user-select: none;
34 -o-user-select: none;
35 user-select: none;
36 }
37
38 #sts
39 {
40 width: 480px;
41 font-size: 18pt;
42 text-align: center;
43 border: 0;
44 margin-top: 32px;
45 margin-bottom: 16px;
46 }
47
48 #dbg
49 {
50 display: none;
51 }
52
53 #mon
54 {
55 text-align: left;
56 }
57
58 #ftr
59 {
60 color: #000000;
61 width: 480px;
62 font-size: 9pt;
63 text-align: center;
64 }