Reorganize epicenter links and add a fancy background topper

This commit is contained in:
Trever Fischer
2012-04-18 11:42:57 -04:00
parent 3556027746
commit a2a5485618
3 changed files with 19 additions and 6 deletions

View File

@@ -1,10 +1,14 @@
@font-face {font-family:"Minecraft";src:url("minecraft.eot") format("eot"),url("minecraft.woff") format("woff"),url("minecraft.ttf") format("truetype"),url("minecraft.svg#Minecraft") format("svg");font-weight:normal;font-style:normal;}
body {
html {
background: url(img/blocks.gif);
font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
}
body {
background: top left url(img/bg_grass.png) repeat-x;
}
.stat-box {
padding: 1em;
color: #fff;
@@ -397,3 +401,11 @@ fieldset {
background-color: #00b;
border: 1px solid #c0c0ff;
}
#epicenter .staff-link {
float: right;
clear: both;
}
#epicenter .staff-link a {
font-size: small;
}