base.css
29 lines
| 375 B
| 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; | ||||
z-index: 9999; | ||||
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; | ||||
} | ||||