##// END OF EJS Templates
Added post publication date to the templates.
Added post publication date to the templates.

File last commit:

r26:67f0542d default
r26:67f0542d default
Show More
base_page.css
56 lines | 592 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 localization (not fully working). Added tags posting. Changed the design a bit.
r24 color: #ffffff;
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 .post-form {
text-align: left;
color: #ffffff;
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 display: table;
}
.form-row {
display: table-row;
}
.form-input {
display: table-cell;
neko259
Added a text area to the posting form. Added a basic CSS style. Changed threads list a bit.
r16 }
.link {
neko259
Added post publication date to the templates.
r26 color: #829dba;
neko259
Added a text area to the posting form. Added a basic CSS style. Changed threads list a bit.
r16 }
.link:hover {
neko259
Added post publication date to the templates.
r26 color: #ba9f82;
neko259
Added a page to view the thread.
r20 }
.post_id {
color: #ffffff;
neko259
Added images upload. Changed the design a bit. Reformatted some code by PEP 8. Changed the urls: not the main site is located at /, not /boards/.
r22 }
.block {
display: inline-block;
vertical-align: top;
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 }
.tag {
neko259
Added post publication date to the templates.
r26 color: #b4cfec;
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 }
.tag:hover {
neko259
Added post publication date to the templates.
r26 color: #d0edb4;
}
.post_id {
color: #fff380;
Ilyas
Added admin loing possibility. Now it is abailable under {BASE_URL}/boards/login...
r9 }