main
style.css
1@font-face {
2 font-family: 'Web437 ACM VGA 8x8';
3 src: url('PRF/assets/acm8x8.woff') format('woff');
4 font-weight: normal;
5 font-style: normal;
6}
7
8@font-face {
9 font-family: 'Web437 ACM VGA 8x16';
10 src: url('PRF/assets/acm8x16.woff') format('woff');
11 font-weight: normal;
12 font-style: normal;
13}
14
15body {
16 font-family: 'Web437 ACM VGA 8x16', serif;
17 font-size: 16px;
18 background-color: #0a0a0a;
19 /* background-image: url('PRF/assets/bg.png');
20 */
21 background-repeat: repeat;
22 background-attachment: fixed;
23 background-size: 10px 10px;
24 background-position: center;
25 color: #aaa;
26
27 padding-top: 10px;
28 padding-bottom: 10px;
29 padding-left: 80px;
30 padding-right: 80px;
31}
32
33a {
34 color: #aaaadd;
35 text-decoration: none;
36}
37
38a:hover {
39 color: #0a0a0a;
40 background-color: #aaaabb;
41}
42
43a:active {
44 color: #ffffff;
45}
46
47img {
48 outline: 1px solid #fff0ea;
49 image-rendering: pixelated;
50 image-rendering: crisp-edges;
51}
52
53table, th, td {
54 border:1px solid #aaa;
55}
56
57th, td {
58 padding: 5px;
59}
60
61th {
62 color: #f0f0f0;
63}
64