modulef-10.css

来自「htmdoc for html coding」· CSS 代码 · 共 55 行

CSS
55
字号
BODY {     font-family: times, "new times roman", garamond, serif ! important;     font-size: 10pt ! important;     background: white;     color: black;     margin: 1em;}H1, H2, H3, H4, H5, H6 {     font-family: helvetica, arial, sans-serif ! important;     color: #000046;}H1 {    font-size: 130%;     text-transform: capitalize;    font-variant: small-caps;}H2 {    font-size: 120%;}PRE, TT, CODE, KBD, SAMP {    font-family: courier, monospace ! important;    font-size: 8pt ! important; }PRE {    color: #400000;    background: #F0F0F0;    padding: 1em;    white-space: pre;}LI, TD, P {    font-family: times, "new times roman", garamond, serif ! important;    font-size: 10pt ! important;}LI {     margin: 0em;    margin-bottom: 0.1em;}TD {    margin: 0em;}HR {    color: #000046;    border-top: solid;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?