📄 finalzi.css
字号:
*{
margin: 0;
padding: 0;
border: 0;
}
body {
background-attachment: fixed;
margin-top: 20px;
margin-bottom: 40px;
scrollbar-shadow-color: #eec075;
scrollbar-3dlight-color: #eec075;
scrollbar-arrow-color: #eec075;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #eec075;
scrollbar-base-color: #000000;
}
hr {
color: #0000ff;
width: 98%;
height: 1px;
text-align: center;
}
div {
width: 76%;
margin-left: 12%;
margin-right: 12%;
}
div.shujixinxi { /*书籍信息, 出现在顶部*/
display: block;
margin-bottom: 15px;
}
/*链接*/
a:link {
color: #8400ff; text-decoration: none;
}
a:visited {
color: #8400ff; text-decoration: none;
}
a:active {
color: #ff7f00; text-decoration: none;
}
a:hover {
color: #ff7f00; text-decoration: underline;
}
/*圆角表格,rtop,rbottom视外围颜色而定,r1,r2,r3,r4与div背景色相同*/
b.rtop, b.rbottom{
display: block;
}
b.rtop b, b.rbottom b{
display: block;
height: 1px;
overflow: hidden;
}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4 {margin: 0 1px; height: 2px;}
td {
font-size: 14.8px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
line-height: 17pt;
margin: 0 5px;
padding-left: 10px;
}
td.first {
padding-left: 3em;
}
/*段落文字*/
p.weizhi { /*书籍所在位置*/
font-size: 12px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
color: blue;
}
p.shuming { /*书籍名称*/
font-size: 30px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
font-weight: bold;
text-align: center;
letter-spacing: 5px;
color: #8400ff;
padding-top: 10px;
padding-bottom: 10px;
}
p.zuozhe { /*显示作者信息*/
font-size: 14px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
color: red;
text-align: center;
line-height: 17pt;
padding-top: 10px;
padding-bottom: 10px;
}
p.zhizuo { /*制作者信息*/
font-size: 14.8px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
line-height: 17pt;
text-align: center;
margin-top: 5px;
}
p.biaoti {/*目录及文章标题*/
font-size: 24px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
font-weight: bold;
color: red;
line-height: 17pt;
text-align: center;
}
p.muluzw {/*目录正文*/
font-size: 18.8px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
font-weight: bold;
line-height: 18pt;
color: blue;
padding-left: 28%;
}
p.blank { /*分隔段落的空段*/
padding-top: 10px;
padding-bottom: 10px;
}
p.small { /*最小字体*/
font-size: 12px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
line-height: 14pt;
text-indent: 2em;
margin: 0 10px;
}
p.normal { /*一般正文*/
font-size: 14.8px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
line-height: 17pt;
text-indent: 2em;
margin: 0 10px;
}
.smallen { /*最小字体*/
font-size: 12px;
font-family: arial, geneva, helvetica, sans-serif;
line-height: 14pt;
text-indent: 2em;
margin: 0 10px;
}
.normalen { /*一般正文*/
font-size: 14.8px;
font-family: arial, geneva, helvetica, sans-serif;
line-height: 17pt;
text-indent: 2em;
margin: 0 10px;
}
p.big { /*较大字体*/
font-size: 18.8px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
line-height: 20pt;
text-indent: 2em;
margin: 0 10px;
}
p.qiehuan { /*前后章节切换*/
font-size: 12px;
font-family: "宋体", geneva, arial, helvetica, sans-serif;
line-height: 17pt;
text-align: right;
padding-right: 10px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -