##// END OF EJS Templates
Added post publication date to the templates.
Added post publication date to the templates.

File last commit:

r26:67f0542d default
r26:67f0542d default
Show More
base_page.css
56 lines | 592 B | text/css | CssLexer
html {
background: #333;
color: #ffffff;
}
#admin_panel {
background: #FF0000;
color: #00FF00
}
.title {
font-weight: bold;
color: #ffcc00;
}
.post-form {
text-align: left;
color: #ffffff;
display: table;
}
.form-row {
display: table-row;
}
.form-input {
display: table-cell;
}
.link {
color: #829dba;
}
.link:hover {
color: #ba9f82;
}
.post_id {
color: #ffffff;
}
.block {
display: inline-block;
vertical-align: top;
}
.tag {
color: #b4cfec;
}
.tag:hover {
color: #d0edb4;
}
.post_id {
color: #fff380;
}