base.css
202 lines
| 2.8 KiB
| text/css
|
CssLexer
neko259
|
r222 | .ui-button { | |
display: none; | |||
} | |||
.ui-dialog-content { | |||
padding: 0; | |||
min-height: 0; | |||
rt@lightning
|
r238 | } | |
neko259
|
r240 | .mark_btn { | |
rt@lightning
|
r239 | cursor: pointer; | |
} | |||
rt@lightning
|
r238 | .img-full { | |
position: fixed; | |||
background-color: #CCC; | |||
border: 1px solid #000; | |||
cursor: pointer; | |||
neko259
|
r330 | } | |
.strikethrough { | |||
text-decoration: line-through; | |||
} | |||
neko259
|
r352 | ||
.post_preview { | |||
z-index: 300; | |||
position:absolute; | |||
} | |||
neko259
|
r460 | ||
.gallery_image { | |||
display: inline-block; | |||
neko259
|
r645 | } | |
@media print { | |||
.post-form-w { | |||
display: none; | |||
} | |||
} | |||
neko259
|
r673 | ||
neko259
|
r676 | input[name="image"] { | |
neko259
|
r673 | display: block; | |
width: 100px; | |||
height: 100px; | |||
cursor: pointer; | |||
position: absolute; | |||
opacity: 0; | |||
z-index: 1; | |||
} | |||
neko259
|
r680 | .file_wrap { | |
neko259
|
r673 | width: 100px; | |
height: 100px; | |||
border: solid 1px white; | |||
neko259
|
r676 | display: inline-block; | |
neko259
|
r673 | } | |
neko259
|
r680 | form > .file_wrap { | |
float: left; | |||
} | |||
.file-thumb { | |||
neko259
|
r673 | width: 100px; | |
height: 100px; | |||
background-size: cover; | |||
background-position: center; | |||
} | |||
neko259
|
r676 | ||
.compact-form-text { | |||
margin-left:110px; | |||
} | |||
neko259
|
r680 | textarea, input { | |
neko259
|
r676 | -moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |||
box-sizing: border-box; | |||
neko259
|
r698 | } | |
.compact-form-text > textarea { | |||
height: 100px; | |||
width: 100%; | |||
} | |||
neko259
|
r1037 | ||
.post-button-form { | |||
display: inline; | |||
} | |||
neko259
|
r1168 | .post-button-form > button, #autoupdate { | |
neko259
|
r1037 | border: none; | |
neko259
|
r1039 | margin: inherit; | |
padding: inherit; | |||
background: none; | |||
font-size: inherit; | |||
neko259
|
r1427 | cursor: pointer; | |
neko259
|
r1037 | } | |
neko259
|
r1108 | ||
neko259
|
r1122 | .post-image-full { | |
width: 100%; | |||
neko259
|
r1287 | height: auto; | |
neko259
|
r1122 | } | |
neko259
|
r1217 | ||
#preview-text { | |||
display: none; | |||
} | |||
neko259
|
r1247 | ||
.random-images-table { | |||
text-align: center; | |||
} | |||
neko259
|
r1248 | .random-images-table > div { | |
neko259
|
r1247 | margin-left: auto; | |
margin-right: auto; | |||
} | |||
neko259
|
r1262 | ||
.tag-image, .tag-text-data { | |||
display: inline-block; | |||
} | |||
.tag-text-data > h2 { | |||
margin: 0; | |||
} | |||
.tag-image { | |||
margin-right: 5px; | |||
} | |||
neko259
|
r1289 | ||
.reply-to-message { | |||
display: none; | |||
} | |||
neko259
|
r1301 | ||
.tripcode { | |||
padding: 2px; | |||
neko259
|
r1340 | } | |
#fav-panel { | |||
display: none; | |||
margin: 1ex; | |||
} | |||
neko259
|
r1366 | .hidden_post { | |
opacity: 0.2; | |||
} | |||
.hidden_post:hover { | |||
opacity: 1; | |||
} | |||
neko259
|
r1434 | ||
neko259
|
r1966 | .url-image:hover, .monochrome .url-image:hover { | |
filter: invert(100%); | |||
} | |||
.monochrome > .image > .thumb > img, .monochrome .url-image, .monochrome.img-full { | |||
neko259
|
r1434 | filter: grayscale(100%); | |
neko259
|
r1435 | } | |
neko259
|
r1461 | ||
neko259
|
r1521 | #quote-button { | |
position: absolute; | |||
display: none; | |||
cursor: pointer; | |||
neko259
|
r1642 | z-index: 400; | |
} | |||
neko259
|
r1654 | ||
.required-field:before { | |||
content: '* '; | |||
} | |||
neko259
|
r1662 | ||
.hint { | |||
border-bottom: dashed 1px; | |||
neko259
|
r1664 | cursor: help; | |
neko259
|
r1662 | } | |
neko259
|
r1673 | ||
neko259
|
r1794 | .landing-tags, .landing-images { | |
neko259
|
r1732 | max-width: 800px; | |
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.landing-images { | |||
text-align: center; | |||
} | |||
neko259
|
r1794 | .landing-threads { | |
margin-left: auto; | |||
margin-right: auto; | |||
neko259
|
r1795 | text-align: center; | |
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: space-around; | |||
neko259
|
r1794 | } | |
.landing-threads > .thread-short { | |||
display: inline-block; | |||
neko259
|
r1795 | width: 240px; | |
neko259
|
r1794 | } | |
neko259
|
r1797 | audio { | |
width: 200px; | |||
} | |||
neko259
|
r1989 | .image-preview { | |
max-width: 200px; | |||
max-height: 150px; | |||
margin: 5px; | |||
} |