##// END OF EJS Templates
Added localization (not fully working). Added tags posting. Changed the design a bit.
Added localization (not fully working). Added tags posting. Changed the design a bit.

File last commit:

r24:bb515fee default
r24:bb515fee default
Show More
base_page.css
52 lines | 558 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: #33bb33;
}
.link:hover {
color: #00ff00;
}
.post_id {
color: #ffffff;
}
.block {
display: inline-block;
vertical-align: top;
}
.tag {
color: #bb7766;
}
.tag:hover {
color: #dd8888;
}