##// END OF EJS Templates
Show OPs of other threads as replies to thread as OP (with tags)
Show OPs of other threads as replies to thread as OP (with tags)

File last commit:

r990:28175b48 default
r1031:54b1a0a4 default
Show More
base_page.css
387 lines | 5.5 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;
}
neko259
Minor updates to the SW theme by Mystra_x64.
r67 li {
list-style-position: inside;
}
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35
#admin_panel {
background: #182F6F;
color: #fff;
padding: .5ex 1ex .5ex 1ex;
}
neko259
#29 Added a thread title to the page title. #31 Added a panel to the page bottom.
r44 .navigation_panel {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 background: #182F6F;
color: #B4CFEC;
margin-bottom: 1em;
padding: .5ex 1ex 1ex 1ex;
}
neko259
#29 Added a thread title to the page title. #31 Added a panel to the page bottom.
r44 .navigation_panel::after {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 clear: both;
content: ".";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
neko259
#29 Added a thread title to the page title. #31 Added a panel to the page bottom.
r44 .navigation_panel a:link, .navigation_panel a:visited, .navigation_panel a:hover {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 text-decoration: none;
}
neko259
#29 Added a thread title to the page title. #31 Added a panel to the page bottom.
r44 .navigation_panel .link {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 border-right: 1px solid #fff;
color: #fff;
font-weight: bold;
margin-right: 1ex;
padding-right: 1ex;
}
neko259
#29 Added a thread title to the page title. #31 Added a panel to the page bottom.
r44 .navigation_panel .link:last-child {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 border-left: 1px solid #fff;
border-right: none;
float: right;
margin-left: 1ex;
margin-right: 0;
padding-left: 1ex;
padding-right: 0;
}
neko259
#29 Added a thread title to the page title. #31 Added a panel to the page bottom.
r44 .navigation_panel .tag {
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 color: #fff;
}
neko259
Merged with the old validation changes.
r75 .input_field {
}
.input_field_name {
}
.input_field_error {
color: #FF0000;
}
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 .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
Small style changes
r532
neko259
Changed themes.
r36 .form-row {
neko259
Updated form to a new style. Fixed mark manel
r680 display: table;
width: 100%;
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 }
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;
neko259
Small style changes
r532 width: 14ex;
neko259
Changed themes.
r36 }
.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;
neko259
Updated form to a new style. Fixed mark manel
r680 }
.form-input > :not(.file_wrap) {
neko259
Changed themes.
r36 width: 100%;
}
neko259
Updated form to a new style. Fixed mark manel
r680
neko259
Changed themes.
r36 .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 {
neko259
Updated form to a new style. Fixed mark manel
r680 text-align: left;
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 }
.block {
display: inline-block;
vertical-align: top;
}
.post_id {
color: #a00;
}
.post {
neko259
#44 Show last replies in the threads list.
r59 clear: left;
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35 margin: 0 1ex 1em 1ex;
overflow-x: auto;
neko259
Fixed wrapping of the long links on the small screes (mobile phones). This fixes #15
r73 word-wrap: break-word;
neko259
Some changes to SW theme.
r258 background: #FFF;
padding: 1ex;
border: 1px solid #666;
box-shadow: 1px 1px 2px 1px #666;
neko259
#44 Show last replies in the threads list.
r59 }
neko259
Some changes to SW theme.
r258
neko259
Minor updates to the SW theme by Mystra_x64.
r67 #posts > .post:last-child {
border-bottom: none;
padding-bottom: 0;
}
neko259
Added themes support. Added 'snow white' theme by Mystra_x64.
r35
.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;
}
neko259
Fixed get computing. Visually differing get posts in thread.
r42
.post > .message .get {
color: #182F6F; font-weight: bold;
neko259
Updated the snow white theme.
r48 }
.dead_post > .metadata {
background: #eee;
neko259
Added quote design for Snow White theme.
r53 }
neko259
Fixed quotes in SW theme
r748 .quote, .multiquote {
neko259
#12 Added spoilers and comments.
r56 color: #182F6F;
}
.spoiler {
background: black;
color: black;
}
.spoiler:hover {
background: #ffffff;
}
.comment {
neko259
#44 Show last replies in the threads list.
r59 color: #557055;
}
.last-replies {
margin-left: 6ex;
}
.thread > .post > .message > .post-info {
neko259
Some changes to SW theme.
r258 border-bottom: 1px solid #ccc;
neko259
#44 Show last replies in the threads list.
r59 padding-bottom: .5em;
}
neko259
#12 Fixed formatting of comments and links. Added a style for target post in the white theme.
r62 :target .post_id {
background: #182F6F;
color: #FFF;
text-decoration: none;
neko259
Added js popup for image viewing.
r63 }
neko259
#37 Added javascript gallery mode for viewing thread in image-only mode.
r66 .image-mode-tab {
background: #182F6F;
color: #FFF;
display: table;
margin: 1em auto 1em 0;
padding: .2em .5ex;
}
.image-mode-tab > label {
margin: 0 1ex;
}
.image-mode-tab > label > input {
margin-right: .5ex;
neko259
Added form validation, added style for the tag panel. This fixes #13
r76 }
neko259
Added next and previous page links
r343 .tag_info, .page_link {
neko259
Added form validation, added style for the tag panel. This fixes #13
r76 margin: 1em 0;
text-align: center;
}
.form-errors {
margin-left: 1ex;
neko259
Added missing JS translations. Added styles for refmaps. This refs #36
r124 }
neko259
Added admin actions (showing IP, post removal). Added user ranks. This refs #61, #12
r112 .moderator_info {
font-weight: bold;
float: right;
neko259
Merged with default branch
r137 }
neko259
Added missing JS translations. Added styles for refmaps. This refs #36
r124 .refmap {
border: 1px dashed #aaa;
padding: 0.5em;
display: table;
neko259
Merged with default branch
r137 }
neko259
Added star for tag subscribe link. Show the link on the tag view.
r179
.fav {
color: blue;
}
.not_fav {
color: #ccc;
neko259
Cleaned up code in some modules. Added a new style for the contributor roles.
r203 }
.role {
text-decoration: underline;
neko259
Added a hidden antispam field to the forms.
r207 }
.form-email {
display: none;
}
neko259
Show bumplimit bar for threads. Added board logo to the authors page.
r281
.bar-value {
background: #E3E7F2;
padding: .1em 1ex;
neko259
Small fix for the bumplimit bar.
r282 moz-box-sizing: border-box;
box-sizing: border-box;
height: 1.5em;
neko259
Show bumplimit bar for threads. Added board logo to the authors page.
r281 }
.bar-bg {
background: #EA4649;
border: 1px solid #666;
margin: 0 1ex 1em 1ex;
neko259
Small fix for the bumplimit bar.
r282 position: relative;
overflow: hidden;
}
.bar-text {
padding: 2px;
position: absolute;
left: 0;
top: 0;
neko259
Fixed saving user setting in some DBs. Added 'skippen N replies' label in...
r414 }
.skipped_replies {
margin: 1ex;
}
neko259
Added a new format panel to the text form
r438
#mark-panel {
background: #eee;
border-bottom: 1px solid #182F6F;
}
.mark_btn {
display: inline-block;
padding: .2em 1ex;
border-left: 1px solid #182F6F;
}
.mark_btn:first-child {
border-left: none;
}
.mark_btn:last-child {
border-right: 1px solid #182F6F;
neko259
Added style for page selectors and mode selector to the white theme. Fixed middleware issue with static files
r459 }
.current_page {
border-bottom: 1px solid #FFF;
padding: 0px 0.5ex;
}
.image-mode-tab a {
text-decoration: none;
}
.image-mode-tab .current_mode::before {
content: "✓ ";
padding: 0 0 0 .5ex;
color: #182F6F;
background: #FFF;
}
.image-mode-tab .current_mode {
padding: 0 .5ex 0 0;
color: #182F6F;
background: #FFF;
neko259
Added metadata to the gallery. Added links to search the image by the online search engines
r460 }
.gallery_image_metadata {
margin-bottom: 1em;
neko259
Added a compact form to the thread.
r676 }
.swappable-form-full > form {
display: table;
width: 100%;
neko259
Tweaked styles for search form
r696 }
#id_models li {
list-style: none;
}
#id_q {
margin-left: 1ex;
}
neko259
Added line break height to SW theme. Don't get all threads when getting thread list for a page
r942
.br {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
neko259
Added more margins to SW theme
r943
.message, .refmap {
margin-top: .5em;
}
neko259
User notifications (BB-59)
r990
.user-cast {
padding: 0.2em .5ex;
background: #008;
color: #FFF;
display: inline-block;
text-decoration: none;
}