##// END OF EJS Templates
Added a page to view the thread.
Added a page to view the thread.

File last commit:

r20:c63898fe default
r20:c63898fe default
Show More
base_page.css
33 lines | 338 B | text/css | CssLexer
html {
background: #333;
}
#admin_panel {
background: #FF0000;
color: #00FF00
}
.title {
font-weight: bold;
color: #ffcc00;
}
.text {
color: #ffffff;
}
.post-form {
text-align: left;
color: #ffffff;
}
.link {
color: #33bb33;
}
.link:hover {
color: #00ff00;
}
.post_id {
color: #ffffff;
}