##// END OF EJS Templates
Split thread view into separate views for each mode
Split thread view into separate views for each mode

File last commit:

r698:9dc8a37d 1.8-dev
r951:225d57cf default
Show More
base.css
81 lines | 1.1 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%;
}