aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 1b8d688c58d2f3cc0ce7e900675ad208846c2ac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
@font-face {
    font-family: 'terminus';
    src: url('/fonts/terminus.ttf');
}

@font-face {
    font-family: 'fixedsys';
    src: url('/fonts/FSEX300.ttf');
}

body {
    background-image: url("tile1.jpg");
    background-repeat: repeat;
    font-family: terminus;

    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header * {
    display: inline-block;
    vertical-align: middle;
}

.title {
    font-size: 36px;
    vertical-align: middle;
    font-family: fixedsys;
    display: inline-block;
}

* {
    vertical-align: middle;
    max-width: 100%;
}

.navbar {
    text-align: center;
}

.navlink {
    font-size: 20px;
}

.content {
   
}

.fst {
    font-size: 150%;
}

.sec {
    margin-left: 20px;
    font-size: 150%;
}