summaryrefslogtreecommitdiff
path: root/css/oldstyle.css
blob: 8eb12ca801dc870049a5a3f75b1a12fdb9d08305 (plain)
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

/* Found it at http://article.olduse.net/771@mit-eddie.UUCP */
@font-face {
  font-family: GlassTTYVT220;
  src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(/font/Glass_TTY_VT220.ttf) format("truetype");
}

body {
  font-size: 20px;
  font-family: GlassTTYVT220;
  color: #e5b800;
  background-color: #0a0600;
}

h1,h2,h3,h4 { font-size: 20px; }

img.grow { display: none; }


a { color: #ecc800; }
a:hover { color: #fcd800; }

table.news td {
    background: inherit;
    border: 0;
    vertical-align: baseline;
    padding: 0.25ex 0.5ex;
}

ol.languages {
    column-width: 12em;
    -moz-column-width: 12em;
}