Restyle forums a bit
BIN
static/css/img/admin-bg.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
static/css/img/bg_grass.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
static/css/img/bg_night.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
static/css/img/blackblock.gif
Normal file
After Width: | Height: | Size: 383 B |
BIN
static/css/img/books.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/css/img/cobblestone-bg.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
static/css/img/creeper-bg.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
static/css/img/creeper.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
static/css/img/messages-error-ie6.png
Normal file
After Width: | Height: | Size: 713 B |
BIN
static/css/img/messages-error.png
Normal file
After Width: | Height: | Size: 679 B |
BIN
static/css/img/messages-status-ie6.png
Normal file
After Width: | Height: | Size: 607 B |
BIN
static/css/img/messages-status.png
Normal file
After Width: | Height: | Size: 560 B |
BIN
static/css/img/messages-warning-ie6.png
Normal file
After Width: | Height: | Size: 690 B |
BIN
static/css/img/messages-warning.png
Normal file
After Width: | Height: | Size: 658 B |
BIN
static/css/img/tab-bar.png
Normal file
After Width: | Height: | Size: 155 B |
BIN
static/css/img/tab-left-ie6.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
static/css/img/tab-left.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
static/css/img/tab-right-ie6.png
Normal file
After Width: | Height: | Size: 471 B |
BIN
static/css/img/tab-right.png
Normal file
After Width: | Height: | Size: 473 B |
BIN
static/css/img/tab-secondary-bg.png
Normal file
After Width: | Height: | Size: 163 B |
BIN
static/css/img/tab-secondary.png
Normal file
After Width: | Height: | Size: 195 B |
BIN
static/css/img/torch-off.png
Normal file
After Width: | Height: | Size: 309 B |
BIN
static/css/img/torch-on.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
static/css/img/torch.png
Normal file
After Width: | Height: | Size: 283 B |
@@ -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;
|
||||
}
|
||||
|