mirror of
https://github.com/typecho/typecho.git
synced 2025-03-24 20:09:47 +01:00
添加预览的 more 样式
This commit is contained in:
parent
de162eea47
commit
170cf67c94
@ -1147,6 +1147,15 @@ a.operate-reply {
|
||||
width: 100px;
|
||||
border: 1px solid #E9E9E6;
|
||||
border-width: 2px 0 0 0; }
|
||||
#wmd-preview .summary:after {
|
||||
display: block;
|
||||
margin: 2em 0;
|
||||
border: 1px dashed #D9D9D6;
|
||||
border-width: 1px 0;
|
||||
color: #999;
|
||||
font-size: .85714em;
|
||||
text-align: center;
|
||||
content: "- more -"; }
|
||||
|
||||
/* 编辑器全屏 */
|
||||
.fullscreen #wmd-button-bar, .fullscreen #text, .fullscreen #wmd-preview, .fullscreen .submit {
|
||||
|
@ -90,6 +90,18 @@
|
||||
border: 1px solid #E9E9E6;
|
||||
border-width: 2px 0 0 0;
|
||||
}
|
||||
.summary {
|
||||
&:after {
|
||||
display: block;
|
||||
margin: 2em 0;
|
||||
border: 1px dashed #D9D9D6;
|
||||
border-width: 1px 0;
|
||||
color: #999;
|
||||
font-size: .85714em;
|
||||
text-align: center;
|
||||
content: "- more -";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 编辑器全屏 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user