Initial import.
[matrixcreatrix.git] / ps.css
1 body
2 {
3 color: rgb(0,0,0);
4 background-color: white;
5 width: 512px;
6 margin: 0 auto;
7 }
8
9 #status
10 {
11 width: 480px;
12 font-family: "Arial", San-Serif;
13 font-size: 18pt;
14 text-align: center;
15 border: 0;
16 margin-top: 32px;
17 margin-bottom: 16px;
18 }
19
20 #inbox
21 {
22 text-align: left;
23 }
24
25 #monitor
26 {
27 text-align: left;
28 }
29
30 #footer
31 {
32 color: #000000;
33 width: 480px;
34 font-family: "Arial", San-Serif;
35 font-size: 9pt;
36 text-align: center;
37 }
38
39 b
40 {
41 color: black;
42 }
43
44 .normal
45 {
46 color: gray;
47 font-size: 12pt;
48 font-style: normal;
49 }
50
51 .large
52 {
53 color: gray;
54 font-size: 24pt;
55 font-style: normal;
56 }
57
58 .tiny
59 {
60 color: gray;
61 font-size: 8pt;
62 font-style: normal;
63 }
64
65 a:link
66 {
67 color: rgb(0,0,0);
68 }
69
70 a:visited
71 {
72 color: rgb(0,0,0);
73 }