1 Star 0 Fork 36

yaoml / mdeditor

forked from 笔心 / mdeditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mdeditor.css 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
笔心 提交于 2015-11-08 13:47 . 修改有序列表bug
#mdeditor,
#mdeditor-html {
display: block;
width: 50%;
height: inherit;
min-height: 200px;
padding: 10px;
border: 1px solid #ccc;
box-sizing: border-box;
}
#mdeditor {
float: left;
line-height: 1.5em;
resize: none;
outline: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#mdeditor:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
#mdeditor-html {
margin-left: 50%;
font-size: 14px;
}
.mdeditor-html h1,
.mdeditor-html h2,
.mdeditor-html h3,
.mdeditor-html h4,
.mdeditor-html h5,
.mdeditor-html h6 {
margin-top: 20px;
margin-bottom: 10px;
}
.mdeditor-html p {
margin: 0 0 10px;
line-height: 1.5em;
}
.mdeditor-html .md-inline-code,
.mdeditor-html pre,
.mdeditor-html code {
font-family: "YaHei Consolas Hybrid", Consolas, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
}
.mdeditor-html .md-inline-code {
padding: 3px 5px;
border: 1px solid #ccc;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 3px;
}
.mdeditor-html .md-ul {
display: list-item;
margin-left: 3em;
list-style-type: disc;
}
.mdeditor-html .md-ol {
margin-left: 3em;
}
.mdeditor-html .md-ol .md-ol-no {
margin-right: 8px;
margin-left: -20px;
}
.mdeditor-html img {
display: block;
border: 0;
}
.mdeditor-html .md-code {
background: #f6f6f6;
border: 1px solid #ddd;
}
.mdeditor-html .md-code ol {
margin: 20px;
color: #888;
}
.mdeditor-html .md-code li {
line-height: 1.5em;
color: #333;
}
.mdeditor-html .md-code-line-even {
background: #eee;
}
1
https://gitee.com/yaoml/mdeditor.git
git@gitee.com:yaoml/mdeditor.git
yaoml
mdeditor
mdeditor
master

搜索帮助