style.css

来自「principal component matlab code.」· CSS 代码 · 共 108 行

CSS
108
字号
BODY { 
	background-image: url('/webmisc/background3.gif');
	background-repeat: repeat;
	font-family: Verdana;
}
h1, h2, h3, p, br, td, li, a {
	font-family: Verdana;
}
h1{ font-size: 13pt;}
h2{	font-size: 11pt;}
h3{ font-size: 9pt;}

p, br, td, li, a {
	font-size: 8pt;
}
p {
	line-height: 1.3;
}
li {
	margin-bottom: 5pt;
	margin-top: 5pt;
	line-height: 1.3;
}
ul, ol {
	margin-top: 2pt;
	margin-bottom: 2pt;
}
a:link {
	font-weight: 900;
	color: #404040;
}
a:link:hover {
	color: #C00000;
}
a:link:visited {
	color: #808080;
	font-weight: 100;
}

a.menu {
	text-decoration: none;
	color: white;
	font-size: 110%;
	font-weight: 800;
}
a.menu:hover {
	color: white;
	font-weight: 800;
}
a.menu:link {
	color: white;
	font-weight: 800;
}
a.menu:visited {
	color: white;
	font-size: 110%;
	font-weight: 800;
}

a.menusmall {
	text-decoration: none;
	color: white;
	font-size: 8pt;
	font-weight: 400;
}
a.menusmall:hover {
	color: white;
	font-weight: 400;
}
a.menusmall:link {
	color: white;
	font-weight: 400;
}
a.menusmall:visited {
	color: white;
	font-size: 8pt;
	font-weight: 400;
}

.small {
	font-size: 7pt;
}

.red { 
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: 400;
}
.searchlogin {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: 400;
}
.webmaster, .webmaster:link, .webmaster:visited, .webmaster:hover {
	background: black;
	color: white;
	text-decoration: none;
	font-weight: 400;
}
a.topmenu, a.topmenu:link, a.topmenu:visited, a.topmenu:hover {
	text-decoration: none;
	color: white;
/*	font-size: 100%; */
/*	font-weight: 800; */
	line-height: 12pt;
}

⌨️ 快捷键说明

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