iframe_style.0804.css

来自「wm6中文语言包,用与SMARTPHONE系统汉化」· CSS 代码 · 共 84 行

CSS
84
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?