##// END OF EJS Templates
Implemented form validation. When the form fails validation, showing the index page.
Implemented form validation. When the form fails validation, showing the index page.

File last commit:

r29:575870f6 default
r29:575870f6 default
Show More
base_page.css
70 lines | 788 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: #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;
}
.post {
background: #333;
margin: 5px;
padding: 10px;
border-radius: 5px;
}
.form-title {
font-weight: bolder;
}