base.css
93 lines
| 1.3 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
|
r1039 | .post-button-form > button { | ||
neko259
|
r1037 | border: none; | ||
neko259
|
r1039 | margin: inherit; | ||
padding: inherit; | ||||
background: none; | ||||
font-size: inherit; | ||||
neko259
|
r1037 | } | ||