cp.css

来自「功能介绍: 1、主要功能」· CSS 代码 · 共 108 行

CSS
108
字号
BODY {
	BACKGROUND-COLOR: #f2f8ff;
	COLOR: #3F3849;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 9pt;
	/* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
	SCROLLBAR-BASE-COLOR:  #40364d;
	/* all scrollbar attriblutes following are not required, but you can set them if you wish. */
	SCROLLBAR-ARROW-COLOR: #F5D300;
	SCROLLBAR-HIGHLIGHT-COLOR: #90869E;
	/* attributes we aren't using at the moment
	SCROLLBAR-3DLIGHT-COLOR: #87789E;
	SCROLLBAR-FACE-COLOR: #40364d;
	SCROLLBAR-SHADOW-COLOR: #2F4261;
	SCROLLBAR-DARK-SHADOW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #51485F;
	*/
}
UL, LI, P, TD, TR {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,宋体;
	FONT-SIZE: 9pt;
}
/* color for links */
A:LINK, A:VISITED, A:ACTIVE {
	COLOR: #3F3849;
}
/* hover color for links (Internet Explorer only) */
A:HOVER {
	COLOR: #F5D300;
	BACKGROUND-COLOR: #40364d;
}
/* style for links made with makelinkcode() */
.lc {
	FONT-SIZE: 9pt;
}
FORM {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,宋体;
	FONT-SIZE: 9pt;
}
SELECT, INPUT, TEXTAREA {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,宋体;
	COLOR: #51485F;
	FONT-SIZE: 9pt;
}

/* style for submit/reset buttons */
#submitrow INPUT {
	BACKGROUND-COLOR:#99ccff;
	COLOR: #000000;
	FONT-WEIGHT: bold;
}
/* first alternating table background color */
.firstalt {
	BACKGROUND-COLOR: #e8f4ff;
}
/* second alternating table background color */
.secondalt {
	BACKGROUND-COLOR: #f2f8ff;
}
/* table header background and text color */
.tblhead {
	BACKGROUND-COLOR: #99ccff;
	COLOR:#40364d;
	FONT-SIZE:9pt;
}
/* table border color */
.tblborder {
	BACKGROUND-COLOR: #99ccff;
}

/* extra styles for top and left frames */
#navbody {
	COLOR: #3F3849;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,宋体;
	FONT-SIZE: 9pt;
	BACKGROUND-COLOR: #51485F;
}
#navbody TD {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,宋体;
	FONT-SIZE: 9pt;
}
#navbody A:LINK, #navbody A:VISITED, #navbody A:ACTIVE {
	COLOR: #9A91AA;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,宋体;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
#navbody A:HOVER {
	COLOR: #F5D300;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,宋体;
	BACKGROUND-COLOR: #40364d;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
#navbody .tblhead {
	COLOR: #BCB6CD;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,宋体;
}

/* global and custom color definitions */
.gc { /* global color */
	COLOR: darkgreen;
}

.cc { /* custom color */
	COLOR: darkblue;
} 

⌨️ 快捷键说明

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