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

📄 stylesheet1.css

📁 its it tracker and used for track
💻 CSS
字号:
body 
{
	margin:0px;
	height:100%;
	width:100%;
	background-color: #003366;
	background-image:url(images/bg_body.gif);
}
.ITrackerPageHeader
{
	background-color: #003366;
	height:85px;
	padding: 0px 0px 0px 0px;
	/* background-image:url(images/bg_wrapper.gif); */
}
.ITrackerPageBody
{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.ITrackerPageFooter ,A
{
	text-decoration:none;
	font-family:Tahoma;
	font-size:8pt;
	color:Yellow;
	padding-top:10px;
}
.ITrackerPageFooter A
{
	text-decoration:underline;
	font-family:Tahoma;
	font-size:8pt;
	color:Yellow;
}
.ITrackerLogo
{
	border:0px;
	width: 210px;
}
.cphTitle
{
	background-color:#003366;
	color:Yellow;
	font-family:Times New Roman;
	font-size:12pt;
	white-space:nowrap;
	height:10px;
	
}
.cphBody
{
	background-color:#003366;
	color:White;
	font-family:Times New Roman;
	font-size:10pt;
}
/* -------- START MENU ---------- */
/* level 1 menu body */
.MainMenu
{
	background-color: #003366;
	border: solid 1px #003366;
	font-size: 10pt;
}

/* level 1 menu links */
.MainMenuTopLinks
{
	background-color: #003366;
	border: solid 1px #003366;
	font-size: 10pt;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #F7F7F7;
	text-decoration: none;
}

.MainMenuTopLinks:link
{
	background-color: #003366;
	font-size: 10pt;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #F7F7F7;
	text-decoration: none;
	border: solid 1px #003366;
}

.MainMenuTopLinks:Visited
{
	background-color: #003366;
	font-size: 10pt;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #F7F7F7;
	text-decoration: none;
	border: solid 1px #003366;
}

.MainMenuTopLinks:Hover
{
	background-color: #738294;
	font-size: 10pt;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #DEDFDE;
	text-decoration: none;
	border: solid 1px #F7F7F7;
}

/* level 2 menu body */
.MainMenuSub
{
	background-color: Silver;
	border: outset 2px gray;
	font-size: 10pt;
	text-align: left;
	vertical-align:middle ;
}

/* level 2 menu links */
.MainMenuSubLinks
{
	background-color: Silver;
	font-size: 10pt;
	text-decoration: none;
	padding: 2px 5px 4px 5px;
	cursor: hand;
	color: Black;
	text-align: left;
	vertical-align:middle ;
}

.MainMenuSubLinks:link
{
	text-decoration: none;
	color: Black;
}

.MainMenuSubLinks:Visited
{
	text-decoration: none;
	color: Black;
}

.MainMenuSubLinks:Hover
{
	text-decoration: underline;
	color: Black;
}
/* ------- END MENU ------------ */
.ITrackerGridView
{
	font-size:10pt;
	font-family:Times New Roman;
}
.ITrackerGridView TH
{
	white-space:nowrap;
	padding:2px 2px 2px 2px;
}
.ITrackerGridView TD
{
	padding:2px 2px 2px 2px;
}
.ITrackerTextBox
{
	font-size:8pt;
}
.ITrackerDropDownList
{
	font-size:8pt;
}
.ITrackerButton
{
	width:65px;
	text-decoration:none;
	background-color:#003366;
	color:Yellow;
	font-size:8pt;
	cursor:hand;
}
.ITrackerButton:Hover
{
	width:65px;
	text-decoration:none;
	background-color:White;
	color:Yellow;
	font-size:8pt;
}

⌨️ 快捷键说明

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