##// 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
neko259
Added a text area to the posting form. Added a basic CSS style. Changed threads list a bit.
r16 html {
neko259
Added a page to view the thread.
r20 background: #333;
neko259
Added a text area to the posting form. Added a basic CSS style. Changed threads list a bit.
r16 }
#admin_panel {
background: #FF0000;
color: #00FF00
}
.title {
font-weight: bold;
color: #ffcc00;
Ilyas
Added admin loing possibility. Now it is abailable under {BASE_URL}/boards/login...
r9 }
neko259
Added a text area to the posting form. Added a basic CSS style. Changed threads list a bit.
r16 .text {
color: #ffffff;
}
.post-form {
text-align: left;
color: #ffffff;
}
.link {
neko259
Added a page to view the thread.
r20 color: #33bb33;
neko259
Added a text area to the posting form. Added a basic CSS style. Changed threads list a bit.
r16 }
.link:hover {
color: #00ff00;
neko259
Added a page to view the thread.
r20 }
.post_id {
color: #ffffff;
Ilyas
Added admin loing possibility. Now it is abailable under {BASE_URL}/boards/login...
r9 }