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

📄 bioimagecd.css

📁 Digital Notebook for Linux 64bit v1.1.0
💻 CSS
字号:
/********************************************************************************
  CSS designed for <http://www.bioimage.ucsb.edu/>
  Designer: Dmitry Fedorov <www.dimin.net>
  Copyright (R) 2006 Vision Research Lab, ECE, UCSB
********************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link {
    color: #FF6600;
	text-decoration: none;
}

a:visited {
    color: #973D00;
	text-decoration: none;	
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
    color: #000000;
    /*background-color: #f0f0f0;*/
	text-decoration: none;	
}

p {
	text-align: justify;
}

h1 {
	font-size: 240%;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: lighter;
	font-size: 200%;
	color: #666666;
	margin-top: 40px;
}

h3 {
	font-weight: lighter;
	color: #0066CC;
	font-size: 180%;
	margin-top: 2em;
}

li {
	margin-bottom: 20px;
}

pre {
	margin-left: 20pt;
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	color: #000066;
}

strong {
	font-weight: normal;
	color: #000000;
	font-size: 110%;
	font-style: normal;

}

/********************************************************************************
  layout classes
********************************************************************************/

.header {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #EEEEEE;
	clear: both;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.headerimg {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	height: 29px;
	clear: both;
}

.footer {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 80%;
	font-style: italic;
	padding: 5px 15px 15px 15px;
	text-align: right;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
}

.footer a:link {
  color: #000000;
	text-decoration: none;
}


.pagebody {
	margin: 0px 30px 0px 30px;

}

⌨️ 快捷键说明

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