Restyle header blocks and footer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user