text.css
来自「《简明 Python 教程》为 "A Byte of Python" 的唯一指定」· CSS 代码 · 共 81 行
CSS
81 行
h1 {
color:#623126;
}
p {
line-height:120%;
text-align:justify;
}
.rigthtalign {
text-align:right;
}
li {
line-height:120%;
text-align:justify;
}
dt {
line-height:120%;
}
dd {
line-height:120%;
text-align:justify;
}
code {
font-family:"Courier New";
font-size:large;
}
code.comment {
color:#0000FF;
}
code.key {
color:#FF0000;
}
code.cite {
color:#FF00FF;
}
code.func {
color:#663300;
}
.header {
font-size:large;
color:#623126;
}
.header2 {
font-weight:bold;
}
.booktitle {
font-size:56px;
font-family:"黑体", Arial;
font-weight:bolder;
line-height:200%;
}
.author {
font-size:large;
font-family:"宋体", Arial;
font-weight:bold;
line-height:150%;
}
.boxtitle {
font-size:large;
font-family:"黑体", Arial;
font-weight:bold;
line-height:150%;
}
.exampletitle {
font-weight:bold;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?