📄 iframe_style.0804.css
字号:
/* NOTE: "!important" is a CSS directive which allows these styles
to override authored styles.
*/
*
{
margin-right: 0px !important;
}
body
{
margin-left: 5px !important;
margin-right: 5px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
font-family: "SC_Song" !important;
font-size: 10pt !important;
font-weight: normal !important;
wrap-option: emergency;
}
blockquote
{
margin-left: 10px !important;
}
ol, ul, dir, menu, dd
{
margin-left: 20px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
p, div, span
{
wrap-option: emergency;
}
td, td *
{
wrap-option: wrap;
}
hr
{
color: gray !important;
margin: 0px !important;
padding: 0px !important;
border-top-style: none !important;
border-bottom-style: solid !important;
border-bottom-width: 1px !important;
}
font[size="1"]
{
font-size: 8pt !important;
}
font[size="2"]
{
font-size: 10pt !important;
}
font[size="3"]
{
font-size: 12pt !important;
}
font[size="4"]
{
font-size: 14pt !important;
}
font[size="5"]
{
font-size: 18pt !important;
}
font[size="6"]
{
font-size: 22pt !important;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -