⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 documentation.css

📁 Job post Job post
💻 CSS
字号:

Body, A
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 10pt;
   font-weight: normal;
   color: black;
}

Body
{
    background-color: white;
    margin-left:25px;
}

H1
{
	font-size: 2.0em;
	font-weight: bold;
	color: #75808A;
	text-decoration: underline;
}

H2  {
	font-size: 1.6em;
    font-weight: bold;
    color: #75808A;
}

H3  {
    font-size:  1.4em;
    font-weight:  bold;
    color: #75808A;
}

H4  {
    font-size:  1.2em;
    font-weight: bold;
    color: #75808A;
}

H5  {
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
    color: #75808A;
}

A:link  {
    font-size:  1.0em;
    text-decoration: underline;
    color:  #0000cc;
}

A:visited   {
    font-size:  1.0em;
    text-decoration: underline;
    color:  #0000cc;
}

A:active    {
    font-size:  1.0em;
    text-decoration: underline;
    color:  #0000cc;
}

A:hover {
    font-size:  1.0em;
    text-decoration: underline;
    color:  #cc0000;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

⌨️ 快捷键说明

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