##// END OF EJS Templates
Added checkinf form fields when creating a new thread.
Added checkinf form fields when creating a new thread.

File last commit:

r18:174f8766 default
r18:174f8766 default
Show More
base_page.css
42 lines | 394 B | text/css | CssLexer
html {
background: #555555;
}
.admin_panel {
background: #FF0000;
color: #00FF00
}
.input_field {
}
.input_field_name {
}
.input_field_error {
color: #FF0000;
}
.title {
font-weight: bold;
color: #ffcc00;
}
.text {
color: #ffffff;
}
.post-form {
text-align: left;
color: #ffffff;
}
.link {
color: #33bb33
}
.link:hover {
color: #00ff00;
}