##// END OF EJS Templates
Updated the Snow White theme. Scroll to the new post after posting to thread.
Updated the Snow White theme. Scroll to the new post after posting to thread.

File last commit:

r41:68192446 default
r41:68192446 default
Show More
base_page.css
174 lines | 2.7 KiB | text/css | CssLexer
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 * {
font-size: inherit;
margin: 0;
padding: 0;
}
html {
background: #fff;
color: #000;
font: medium sans-serif;
}
a {
color: inherit;
text-decoration: underline;
}
#admin_panel {
background: #182F6F;
color: #fff;
padding: .5ex 1ex .5ex 1ex;
}
#navigation_panel {
background: #182F6F;
color: #B4CFEC;
margin-bottom: 1em;
padding: .5ex 1ex 1ex 1ex;
}
#navigation_panel::after {
clear: both;
content: ".";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
#navigation_panel a:link, #navigation_panel a:visited, #navigation_panel a:hover {
text-decoration: none;
}
#navigation_panel .link {
border-right: 1px solid #fff;
color: #fff;
font-weight: bold;
margin-right: 1ex;
padding-right: 1ex;
}
#navigation_panel .link:last-child {
border-left: 1px solid #fff;
border-right: none;
float: right;
margin-left: 1ex;
margin-right: 0;
padding-left: 1ex;
padding-right: 0;
}
#navigation_panel .tag {
color: #fff;
}
.title {
color: #182F6F;
font-weight: bold;
}
neko259
Changed themes.
r36 .post-form-w {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 background: #182F6F;
border-radius: 1ex;
color: #fff;
margin: 1em 1ex;
padding: 1ex;
}
neko259
Changed themes.
r36 .post-form {
display: table;
border-collapse: collapse;
width: 100%;
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35
neko259
Changed themes.
r36 }
.form-row {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 display: table-row;
}
neko259
Changed themes.
r36 .form-label, .form-input {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 display: table-cell;
neko259
Changed themes.
r36 vertical-align: top;
}
.form-label {
padding: .25em 1ex .25em 0;
}
.form-input {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 padding: .25em 0;
}
neko259
Changed themes.
r36 .form-input > * {
background: #fff;
color: #000;
border: none;
padding: 0;
resize: vertical;
width: 100%;
}
.form-submit {
border-bottom: 1px solid #666;
margin-bottom: .5em;
padding-bottom: .5em;
}
.form-title {
font-weight: bold;
margin-bottom: .5em;
}
.post-form .settings_item {
margin: .5em 0;
}
.form-submit input {
margin-top: .5em;
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 padding: .2em 1ex;
}
neko259
Changed themes.
r36 .form-label {
text-align: right;
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 }
.block {
display: inline-block;
vertical-align: top;
}
.post_id {
color: #a00;
}
.post {
background: #FFF;
border-bottom: 1px solid #182F6F;
margin: 0 1ex 1em 1ex;
overflow-x: auto;
padding-bottom: 1em;
}
.metadata {
background: #C0E4E8;
border: 1px solid #7F9699;
border-radius: .4ex;
display: table;
margin-top: .5em;
padding: .4em;
neko259
Changed themes.
r36 }
.post ul, .post ol {
margin: .5em 0 .5em 3ex;
}
.post li {
margin: .2em 0;
}
.post p {
margin: .5em 0;
}
.post blockquote {
border-left: 3px solid #182F6F;
margin: .5em 0 .5em 3ex;
padding-left: 1ex;
}
.post blockquote > blockquote {
padding-top: .1em;
neko259
Updated the Snow White theme. Scroll to the new post after posting to thread.
r41 }
.post > .image {
float: left;
margin-right: 1ex;
}
.post > .metadata {
clear: left;
}
.post {
clear: left;
}