##// END OF EJS Templates
Added themes support. Added 'snow white' theme by Mystra_x64.
Added themes support. Added 'snow white' theme by Mystra_x64.

File last commit:

r35:4962ee48 default
r35:4962ee48 default
Show More
base_page.css
90 lines | 1.1 KiB | text/css | CssLexer
html {
background: #555;
color: #ffffff;
}
#admin_panel {
background: #FF0000;
color: #00FF00
}
.title {
font-weight: bold;
color: #ffcc00;
}
.post-form {
text-align: left;
display: table;
border-radius: 5px;
padding: 5px;
margin: 5px;
background: #334;
}
.form-row {
display: table-row;
}
.form-input {
display: table-cell;
}
.link {
color: #afdcec;
}
.link:hover {
color: #fff380;
}
.post_id {
color: #ffffff;
}
.block {
display: inline-block;
vertical-align: top;
}
.tag {
color: #b4cfec;
}
.tag:hover {
color: #d0edb4;
}
.post_id {
color: #fff380;
}
.post {
background: #333;
margin: 5px;
padding: 10px;
border-radius: 5px;
}
.form-title {
font-weight: bolder;
}
.metadata {
padding: 2px;
margin-top: 10px;
border: solid 1px #666;
font-size: 0.9em;
color: #ddd
}
#navigation_panel {
background: #444;
margin: 5px;
padding: 10px;
border-radius: 5px;
color: #eee;
}
#navigation_panel .link:last-child {
float: right;
}