From eea636966d2ff59fa4185fa6a25ef3707181522c Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 27 Nov 2013 15:32:25 +0000 Subject: Adding an alternate style for the GF home page --- css/oldstyle.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 css/oldstyle.css (limited to 'css/oldstyle.css') diff --git a/css/oldstyle.css b/css/oldstyle.css new file mode 100644 index 000000000..8eb12ca80 --- /dev/null +++ b/css/oldstyle.css @@ -0,0 +1,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; +} -- cgit v1.2.3