Restyle header blocks and footer

This commit is contained in:
Trever Fischer
2012-02-19 23:28:42 -05:00
parent 9ba0aa363b
commit 181b4a1812

View File

@@ -37,9 +37,10 @@ body {
background: url(img/dirt.png);
}
#epicenter .title, #statbox .title {
.header-box .title {
background-color: #333;
padding: 5px;
margin-bottom: 1em;
}
#content {
@@ -48,6 +49,7 @@ body {
border: 3px solid black;
color: #fff;
padding: 2em;
margin-bottom: 2em;
}
a:link {
@@ -158,3 +160,28 @@ tr.sticky a:link {
background-color:#000;
color:#aaa;
}
#epicenter p {
margin: 0;
}
#epicenter label {
float:left;
}
#epicenter input[type="text"] {
float:right;
}
#content input[type="text"], #content textarea {
width: 100%;
}
#footer {
text-align:center;
background-color: #333;
border: 2px solid black;
border-bottom: 0px;
color: #fff;
padding: 1em;
}