加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
theme.css 7.01 KB
一键复制 编辑 原始数据 按行查看 历史
陈皮皮 提交于 2022-04-22 01:22 . update.
/*
mdnice 主题
- 名称:皮皮蓝
- 版本:20220409
*/
/* ----------------------------------------------------- */
/* 全局属性 */
#nice {
margin: 0px;
padding: 1px 8px;
color: #000000;
font-size: 14px;
line-height: 26px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
letter-spacing: 2px;
word-break: break-all;
}
/* ----------------------------------------------------- */
/* 段落 */
#nice p {
color: #000000;
font-size: 14px;
line-height: 26px;
letter-spacing: 2px;
word-spacing: 0px;
text-align: left;
text-indent: 0px;
}
/* 加粗 */
#nice strong {
color: #3594f7;
font-weight: bold;
}
/* 斜体 */
#nice em {
color: #54a2f5;
}
/* 加粗斜体 */
#nice em strong {
color: #54a2f5;
}
/* 带有删除线的文本 */
#nice s {
color: #2b2b2b;
}
/* 链接 */
#nice a {
border-bottom: 1px solid #3594f7;
color: #3594f7;
font-weight: normal;
word-spacing: 0px;
}
/* ----------------------------------------------------- */
/* 标题 */
#nice h1,
#nice h2,
#nice h3,
#nice h4,
#nice h5,
#nice h6 {
margin-top: 20px;
margin-bottom: 10px;
}
/* 一级标题 */
#nice h1 {
line-height: 30px;
font-size: 24px;
}
/* 一级标题 前缀 */
#nice h1 .prefix {}
/* 一级标题 内容 */
#nice h1 .content {
border-left: 6px solid #40b8fa;
padding-left: 15px;
color: #40b8fa;
}
/* 二级标题 */
#nice h2 {
color: #40b8fa;
line-height: 27.5px;
font-size: 22px;
}
/* 二级标题 前缀 */
#nice h2 .prefix {
width: 20px;
height: 20px;
margin-bottom: -24px;
background-size: 20px 20px;
background-image: url(https://files.mdnice.com/fullstack-1.png);
display: flex;
}
/* 二级标题 内容 */
#nice h2 .content {
margin-left: 25px;
}
/* 三级标题 */
#nice h3 {
color: #40b8fa;
line-height: 25px;
font-size: 20px;
}
/* 三级标题 内容 */
#nice h3 .content {}
/* 三级标题 内容前缀 */
#nice h3 .content:before {
display: inline-block;
content: '';
width: 16px;
height: 16px;
margin-right: 6px;
margin-bottom: -2px;
background-image: url(https://files.mdnice.com/fullstack-3.png);
background-size: 100%;
background-position: left bottom;
background-repeat: no-repeat;
}
/* 四级标题 */
#nice h4 {
color: #40b8fa;
line-height: 22px;
font-size: 18px;
}
/* 四级标题 内容 */
#nice h4 .content {}
/* 六级标题 内容前缀 */
#nice h4 .content:before {
display: inline-block;
content: '>';
width: 16px;
margin-right: 3px;
}
/* 五级标题 */
#nice h5 {
color: #40b8fa;
line-height: 19px;
font-size: 17px;
}
/* 五级标题 内容 */
#nice h5 .content {}
/* 五级标题 内容前缀 */
#nice h5 .content:before {
display: inline-block;
content: '~';
width: 16px;
margin-right: 0px;
}
/* 六级标题 */
#nice h6 {
color: #40b8fa;
line-height: 19px;
font-size: 16px;
}
/* 六级标题 内容 */
#nice h6 .content {}
/* 六级标题 内容前缀 */
#nice h6 .content:before {
display: inline-block;
content: '-';
width: 16px;
margin-right: -3px;
}
/* ----------------------------------------------------- */
/* 分隔线 */
#nice hr {
width: 100%;
height: 1px;
margin: 40px 0;
border: none;
padding: 0;
background-color: #3baafa;
opacity: 0.8;
}
/* ----------------------------------------------------- */
/* 无序列表 */
#nice ul {
margin-top: -5px;
margin-left: -4px;
list-style-type: circle;
}
/* 有序列表 */
#nice ol {
margin-top: -5px;
margin-left: -4px;
}
/* 列表内容 */
#nice li section {
font-weight: normal;
}
/* ----------------------------------------------------- */
/* 一级引用 */
#nice .multiquote-1,
/* 二级引用 */
#nice .multiquote-2,
/* 三级引用 */
#nice .multiquote-3 {
display: block;
margin-bottom: 15px;
margin-top: 15px;
box-sizing: border-box;
border: 1px solid rgba(0, 174, 255, 0.4);
border-radius: 5px;
padding: 15px;
background: rgba(64, 184, 255, 0.1);
line-height: 1.55em;
font-weight: 400;
font-style: normal;
text-align: left;
text-size-adjust: 100%;
}
/* 引用 文本 */
#nice .multiquote-1 p,
#nice .multiquote-2 p,
#nice .multiquote-3 p {
margin: 0px;
color: #2b2b2b;
line-height: 26px;
}
/* ----------------------------------------------------- */
/* 图形 */
#nice figure {
margin-top: 0;
margin-bottom: 10px;
position: relative;
}
/* 图像 */
#nice img {
display: block;
object-fit: contain;
margin: 15px auto;
border-radius: 5px;
box-shadow: 2px 4px 7px #999;
}
/* 描述 */
#nice figcaption {
display: block;
font-size: 12px;
color: #888888;
margin-top: -5px;
}
/* 图像链接 */
#nice figure a {
border-radius: 5px;
}
/* 图像链接 描述 */
#nice figure a+figcaption {
position: absolute;
bottom: 0px;
border-radius: 0 0 5px 5px;
}
/* ----------------------------------------------------- */
/* 滑动图像容器 */
#nice .imageflow-layer1 {
margin-top: 10px;
margin-bottom: 10px;
}
/* 滑动图像 */
#nice .imageflow-img {
display: inline-block;
width: 100%;
margin-top: 0;
margin-bottom: 0;
border: none;
border-radius: 0;
box-shadow: none;
}
/* ----------------------------------------------------- */
/* 表格内的单元格 */
#nice table tr th,
#nice table tr td {
border: 1px solid #ccc;
padding: 5px 10px;
color: #444444;
font-size: 14px;
}
/* ----------------------------------------------------- */
/* (文内)脚注文本 */
#nice .footnote-word {
font-weight: normal;
color: #555555;
}
/* (文内)脚注引用 */
#nice .footnote-ref {
font-weight: normal;
color: #555555;
}
/* 脚注块标题 */
#nice .footnotes-sep:before {
display: inline;
content: '参考资料';
border-bottom: 2px solid rgba(64, 184, 250, 1);
background: linear-gradient(white 60%, rgba(64, 184, 250, 0.4) 40%);
color: #555555;
font-size: 20px;
letter-spacing: 1px;
}
/* 脚注块 */
#nice .footnotes {
border: 1px solid rgb(164, 202, 255);
border-radius: 5px;
padding: 20px 20px 20px 20px;
background: rgba(209, 232, 255, 0.2);
font-size: 14px;
}
/* 脚注项序号 */
#nice .footnote-num {}
/* 脚注项 */
#nice .footnote-item {}
/* 脚注项 斜体 */
#nice .footnote-item p {
color: #555555;
font-weight: bold;
}
/* 脚注项 段落斜体 */
#nice .footnote-item p em {
font-weight: normal;
}
/* 脚注项 斜体 */
#nice .footnote-item em {
display: block;
color: #555555;
font-size: 14px;
}
/* ----------------------------------------------------- */
/* 行内代码 */
#nice p code,
#nice li code {
height: 21px;
border-radius: 2px;
padding: 0 2px;
background: rgba(59, 170, 250, 0.1);
line-height: 22px;
color: #3594f7;
}
/* 代码块 */
#nice pre {
margin-top: 10px;
margin-bottom: 15px;
}
/* 代码块 代码 */
#nice pre code {
letter-spacing: 0px;
}
/* ----------------------------------------------------- */
/* 行间公式 */
#nice .block-equation svg {}
/* 行内公式 */
#nice .inline-equation svg {}
/* ----------------------------------------------------- */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化