about summary refs log tree commit diff stats
path: root/tilde.css
blob: 2772cb993af1962b5ff1ff7be3d64dc92fac21db (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body {
    background-color: #0B173B;
    font-family: sans-serif;
    color: #ffffff;
    margin: 0 auto;
    max-width: 75%;
    font-size: 1.0em;
}
.date {
    font-weight: bold;
}
#logo {
    text-align: center;
    font-family: monospace;
    font-size: 1em;
}
#navigation {
    margin: 0 auto;
    text-align: center;
}
#navigation table {
    border: 0px;
    width: 100%;
}
#navigation td {
    text-align: center;
    vertical-align: center;
    padding: 5px;
    background-color: #0B3861
}
#front-content {
    max-width: 69%;
    float: left;
}
#content {
    margin: 0 auto;
}
#news {
    float: right;
    max-width: 29%;
}
#code {
    font-family: monospace;
    font-size: 1.0em;
    max-width: 500px;
    margin: 0 auto;
}
.code {
    font-family: monospace;
    font-size: 1.0em;
    max-width: 500px;
    margin: 0 auto;
}
a:link {
    text-decoration: underline;
    color:#ffffff;
}

a:visited {
    color:#ffffff;
    text-decoration: underline;
}

a:hover {
    color:#a4a4a4;
    text-decoration: underline;
}

p {
    text-indent: 15px;
}
code {
    text-indent: 30px;
    font-family: monospace;
    font-size: 1.0em;
    padding-left: 4px;
    padding-right: 4px;
}
em {
    font-style: bold;
}
h1 {
    font-size: 1.75em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.2em;
    margin-bottom: -5px;
}
h4 {
    font-size: 1.1em;
    margin-top: 5px;
}