Restyle forums a bit

This commit is contained in:
Trever Fischer
2012-04-17 00:22:25 -04:00
parent 90d47a30b1
commit 228ad1cedd
29 changed files with 97 additions and 16 deletions

BIN
static/css/img/admin-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

BIN
static/css/img/tab-bar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
static/css/img/tab-left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

BIN
static/css/img/torch-on.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

View File

@@ -286,7 +286,7 @@ fieldset {
border: 1px solid black;
}
.avatar {
.avatar img {
border: 3px solid black;
}
@@ -301,3 +301,73 @@ fieldset {
.news-item h2 {
float: left;
}
.forum {
vertical-align: middle;
}
.forum a {
color: #f00;
}
.forum a:visited {
color: #f33;
}
.forum .avatar {
float: left;
}
.forum .author-info ul {
list-style: none;
margin-left: 32;
}
.forum td {
vertical-align: middle;
}
.topic .topic-link {
background: url(img/torch-on.png) no-repeat left center;
height: 48px;
padding-left: 48px;
}
.topic .topic-link ul {
list-style: none;
font-size: x-small;
}
.topic .topic-link a {
font-size: large;
}
.forum tr.topic {
border-top: #888 solid 1px;
border-bottom: #aaa solid 1px;
}
.topic .avatar {
float: left;
}
.topic h2 {
margin-left: 42px;
}
.forum-post {
background: url(img/adminium.png);
}
.post {
background-color: #888;
}
.post a {
color: #f33;
}
.post .dateline {
float: right;
font-size: x-small;
}