##// END OF EJS Templates
Added license text.
Added license text.

File last commit:

r22:2fc818b6 default
r23:8653b542 default
Show More
base_page.css
38 lines | 402 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;
}
.block {
display: inline-block;
vertical-align: top;
}