1 Star 4 Fork 1

gallanthunter/wp-theme-beginner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
editor-style.css 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
gallanthunter 提交于 2023-01-27 22:38 . 修复部分问题
body {
font-size: 14px;
line-height: 24px;
word-break: break-all;
word-wrap: break-word;
font-family: microsoft yahei;
}
img {
max-width: 100%;
padding: 5px;
border: solid 1px #e6e6e6;
border: 0;
}
img:hover {
background-color: #fbfbfb;
border-color: #ddd;
}
a {
text-decoration: none;
}
h2,
h3,
h4 {
color: #222;
border-bottom: #eee 1px solid;
padding-bottom: 5px;
margin-bottom: 14px;
}
h2 {
font-size: 18px;
margin-top: 30px;
}
h3,
h4 {
font-size: 14px;
}
ul {
margin: 0 0 6px 26px;
}
ol {
margin: 16px;
}
ul li {
margin-bottom: 10px;
*list-style: disc;
*padding-left: 0;
}
ol li {
list-style: decimal;
margin-left: 28px;
}
p {
margin-bottom: 14px;
}
code {
padding: 1px 4px;
border-radius: 2px;
background-color: #eee;
font-family: "courier new";
color: #777;
margin: 0 4px;
}
table {
border-top: solid 1px #ddd;
border-left: solid 1px #ddd;
width: 100%;
margin-bottom: 16px;
}
table th {
background-color: #f9f9f9;
text-align: center;
}
table td,
table th {
border-bottom: solid 1px #ddd;
border-right: solid 1px #ddd;
padding: 5px 10px;
}
.alignleft {
float: left;
text-align: left;
margin-right: 10px;
}
.aligncenter {
text-align: center;
}
.alignright {
float: right;
text-align: right;
margin-left: 10px;
}
pre {
margin: 15px auto;
font: 12px/20px "courier new";
border: 1px solid #d6d6d6;
border-left-width: 4px;
background: #fbfbfb;
padding: 10px 15px;
}
blockquote {
margin: 15px auto;
border: 1px solid #d6d6d6;
border-top-width: 3px;
padding: 15px 20px 10px;
background-color: #fdfdfd;
}
blockquote p {
margin: 0;
padding: 0;
text-indent: 24px;
margin-bottom: 10px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/gallanthunter/wp-theme-beginner.git
git@gitee.com:gallanthunter/wp-theme-beginner.git
gallanthunter
wp-theme-beginner
wp-theme-beginner
master

搜索帮助