1
0
forked from GitHub/gf-core

Adding an alternate style for the GF home page

This commit is contained in:
hallgren
2013-11-27 15:32:25 +00:00
parent 47182d4045
commit eea636966d
3 changed files with 37 additions and 2 deletions

33
css/oldstyle.css Normal file
View File

@@ -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;
}

View File

@@ -8,6 +8,7 @@ h1,h2,h3,h4 { font-family: sans-serif; color: #303030;
h1 { text-align: center; }
h2 { border-bottom: 2px solid #303030; clear: right; }
div.mainlinks { font-size: 140%; }
div.center { text-align: center; }
div.news { font-size: small; }