style.css

来自「随着各行各业的发展和生产需要」· CSS 代码 · 共 61 行

CSS
61
字号
body		{ background: #ffffff;
			font-size: 85%;
			font-family: 宋体  }

a:link		{font-size: 100%;   
			background: transparent;	
			color: #ff6600;} 

table a:link	{font-size: 100%;} 


a:visited 	{  color: #800080}


h1		{ font-size: 150%; 
		margin-top:5px;
		margin-left:15% }
			
h4		{  font-weight: bold;
		font-size: 110%;
		margin-bottom: .6em;  }
		
ol		{  margin-left: 4em; 
		margin-top: 1em;
		margin-bottom: 1em;  }
	
p		{margin-top: .6em; margin-bottom: .6em;
		}

		
code	{  font-family: 宋体;  }

pre		{ font-family: 宋体; }


dt		{  font-weight: bold;
		margin-left: 15pt;  }

dd		{  margin-top: 1pt; 
		margin-bottom: 10pt;
		margin-left: -15pt;  }
		
hr		{  margin-bottom: 20pt; }	/*IIS specific - preceding copyright*/

table	{ margin: 0pt;
		   font-size: 100% }
		   
td		{ margin: .25em;
		vertical-align: middle;
		background: #ffffff; }		   
		
th		{ vertical-align: middle; }
			
object	{  margin-top: 0pt;
		line-height: 11.3em;  }

img	/*	{  margin-top: -4pt;  }	*/

			
input.standard	{font-size: 12px}
.overline {text-decoration:overline}

⌨️ 快捷键说明

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