Implement the new design

This commit is contained in:
Trever Fischer
2012-03-02 14:51:20 -05:00
parent d87095fe2c
commit 871eb69d73
16 changed files with 201 additions and 116 deletions

BIN
static/css/img/brick.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

View File

@@ -3,13 +3,16 @@ body {
font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
}
.header-box {
height: 160px;
margin: 1em;
.stat-box {
padding: 1em;
color: #fff;
}
#header .stat-box {
height: 180px;
margin: 1em;
}
#title {
color: #fff;
padding: 1em;
@@ -22,36 +25,53 @@ body {
}
#title h1 {
margin-bottom: 0;
}
#title img {
vertical-align: middle;
}
#epicenter, #statbox {
#epicenter {
background: url(img/adminium.png);
border: 3px solid black;
}
#statbox {
.stat-box {
background: url(img/dirt.png);
border: 3px solid black;
}
.header-box .title {
.stat-box .title {
background-color: #333;
padding: 5px;
margin-bottom: 1em;
}
#content {
}
#slogan {
font-style: italic;
font-size:xx-small;
}
#content .item, #content .comments {
clear: both;
background:url(img/cobblestone.png);
border: 3px solid black;
color: #fff;
padding: 2em;
margin-bottom: 2em;
}
#content .item {
background:url(img/cobblestone.png);
}
#content .comments {
background:url(img/dirt.png);
}
a:link {
color: #BD803A
}
@@ -107,11 +127,26 @@ tr.odd {
}
#nav {
margin: 5px;
background-color:#000;
color:#fff;
margin-bottom: 1em;
background: url('img/brick.png');
border: 3px solid black;
}
#nav .title {
float: left;
padding: 10px;
padding-right: 30px;
background-color:#aaa;
background: url('img/stone-brick.png');
border-right: 3px solid black;
}
#nav ul {
list-style: none;
float: right;
padding: 10px;
}
#nav li {