##// END OF EJS Templates
Get the posts that do not exist on this server yet
Get the posts that do not exist on this server yet

File last commit:

r1301:fa8de7a8 default
r1322:71a3c79d decentral
Show More
base.css
135 lines | 1.8 KiB | text/css | CssLexer
neko259
Added hover popups for the reflinks.
r222 .ui-button {
display: none;
}
.ui-dialog-content {
padding: 0;
min-height: 0;
rt@lightning
Add image preview
r238 }
neko259
Fixed css, compiled translation file.
r240 .mark_btn {
rt@lightning
fix
r239 cursor: pointer;
}
rt@lightning
Add image preview
r238 .img-full {
position: fixed;
background-color: #CCC;
border: 1px solid #000;
cursor: pointer;
neko259
Added strikethrough text to the text parser
r330 }
.strikethrough {
text-decoration: line-through;
}
neko259
Added post preview popups
r352
.post_preview {
z-index: 300;
position:absolute;
}
neko259
Added metadata to the gallery. Added links to search the image by the online search engines
r460
.gallery_image {
display: inline-block;
neko259
Remove post form when printing
r645 }
@media print {
.post-form-w {
display: none;
}
}
neko259
Added image preview in the forms
r673
neko259
Added a compact form to the thread.
r676 input[name="image"] {
neko259
Added image preview in the forms
r673 display: block;
width: 100px;
height: 100px;
cursor: pointer;
position: absolute;
opacity: 0;
z-index: 1;
}
neko259
Updated form to a new style. Fixed mark manel
r680 .file_wrap {
neko259
Added image preview in the forms
r673 width: 100px;
height: 100px;
border: solid 1px white;
neko259
Added a compact form to the thread.
r676 display: inline-block;
neko259
Added image preview in the forms
r673 }
neko259
Updated form to a new style. Fixed mark manel
r680 form > .file_wrap {
float: left;
}
.file-thumb {
neko259
Added image preview in the forms
r673 width: 100px;
height: 100px;
background-size: cover;
background-position: center;
}
neko259
Added a compact form to the thread.
r676
.compact-form-text {
margin-left:110px;
}
neko259
Updated form to a new style. Fixed mark manel
r680 textarea, input {
neko259
Added a compact form to the thread.
r676 -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
neko259
When swapping the form view, move elements of one form instead of swapping 2...
r698 }
.compact-form-text > textarea {
height: 100px;
width: 100%;
}
neko259
Made "subscribe" and "hide" in tags as buttons with forms.
r1037
.post-button-form {
display: inline;
}
neko259
Made thread update button prettier
r1168 .post-button-form > button, #autoupdate {
neko259
Made "subscribe" and "hide" in tags as buttons with forms.
r1037 border: none;
neko259
Don't use JS and links in tag buttons. Use <button> instead
r1039 margin: inherit;
padding: inherit;
background: none;
font-size: inherit;
neko259
Made "subscribe" and "hide" in tags as buttons with forms.
r1037 }
neko259
Second clik on the "reply" button in thread closes the form
r1108
#form-close-button {
display: none;
}
neko259
Setting for image view mode: in post (simple) or in popup
r1122
.post-image-full {
width: 100%;
neko259
Properly resuize full image
r1287 height: auto;
neko259
Setting for image view mode: in post (simple) or in popup
r1122 }
neko259
Added AJAX text preview to the form.
r1217
#preview-text {
display: none;
}
neko259
Center random images
r1247
.random-images-table {
text-align: center;
width: 100%;
}
neko259
Use more mobile friendly design for random images (no tables, just blocks that...
r1248 .random-images-table > div {
neko259
Center random images
r1247 margin-left: auto;
margin-right: auto;
}
neko259
Show tag image to the left
r1262
.tag-image, .tag-text-data {
display: inline-block;
}
.tag-text-data > h2 {
margin: 0;
}
.tag-image {
margin-right: 5px;
}
neko259
Show id of the post you reply to in the form title
r1289
.reply-to-message {
display: none;
}
neko259
Even prettier trip codes!
r1301
.tripcode {
padding: 2px;
}