##// END OF EJS Templates
Added thread metadata (replies, images, gets) to the threads list.
Added thread metadata (replies, images, gets) to the threads list.

File last commit:

r30:0d6932e0 default
r30:0d6932e0 default
Show More
base_page.css
78 lines | 906 B | text/css | CssLexer
html {
background: #444;
color: #ffffff;
}
#admin_panel {
background: #FF0000;
color: #00FF00
}
.title {
font-weight: bold;
color: #ffcc00;
}
.post-form {
text-align: left;
display: table;
border-radius: 5px;
padding: 5px;
margin: 5px;
background: #334;
}
.form-row {
display: table-row;
}
.form-input {
display: table-cell;
}
.link {
color: #afdcec;
}
.link:hover {
color: #fff380;
}
.post_id {
color: #ffffff;
}
.block {
display: inline-block;
vertical-align: top;
}
.tag {
color: #b4cfec;
}
.tag:hover {
color: #d0edb4;
}
.post_id {
color: #fff380;
}
.post {
background: #333;
margin: 5px;
padding: 10px;
border-radius: 5px;
}
.form-title {
font-weight: bolder;
}
.metadata {
background: #666;
padding: 10px;
border-radius: 5px;
float: left;
margin-top: 5px;
}