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

📄 default.css

📁 个人作品
💻 CSS
字号:
a {
        color: #414141;
        text-decoration: none;
}
a:active
{
        color: #3366CC;
}
BODY
{
	font-size: 11px;
	font-family: Verdana; 
	text-align: left;
	text-decoration: none;
	overflow-y: auto;
	scrollbar-face-color: #EDEDF3;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #93949F;
	scrollbar-3dlight-color: #EDEDF3;
	scrollbar-arrow-color: #082468;
	scrollbar-track-color: #F7F7F9;
	scrollbar-darkshadow-color: #EDEDF3;
}
TD
{
	font-size: 11px;
	font-family: Verdana; 
	text-decoration: none;
}

.Button
{
	border-right: #9999ff 1px solid;
	padding-right: 4px;
	border-top: #9999ff 1px solid;
	padding-left: 4px;
	font-weight: normal;
	background-image: url(../Images/btn_bg_on.gif);
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: baseline;
	border-left: #9999ff 1px solid;
	cursor: hand;
	color: #000000;
	padding-top: 0px;
	border-bottom: #9999ff 1px solid;
	background-repeat: repeat-x;
	height: 20px;
	background-color: transparent;
	text-align: center;
}
/************************************DatePicker Style Begin***************************************/
.DatePicker_Text
{
	font-size: 12px;
	font-family: MS Sans Serif; 
	padding: 4px;
	font-weight: normal;
	padding-bottom: 1px;
	margin: 0px;
	padding-top: 2px;
	letter-spacing: 1px;
	height: 19px;
}
.DatePicker_Button
{
	background-image: url(../Images/DatePicker/BIMG.gif);
	background-position: 0 0;
	border-left: 0px solid;
	width: 20px;
	height: 19px;
	CURSOR: hand;
}
.DatePicker_DisText
{
	font-size: 12px;
	font-family: MS Sans Serif; 
	padding: 4px;
	font-weight: normal;
	padding-bottom: 1px;
	margin: 0px;
	padding-top: 2px;
	letter-spacing: 1px;
	height: 19px;
	FILTER:gray();
	COLOR: graytext; 
	CURSOR: default;
}
.DatePicker_DisButton
{
	background-image: url(../Images/DatePicker/BIMG.gif);
	border-left: 0px solid;
	width: 20px;
	height: 19px;
	FILTER:gray();
	COLOR: graytext; 
	CURSOR: default;
}
.MdateSelect		{border:1px solid #999999; background-color:white}
.MdateField		{width:76px; border:0; font-size:11px; padding:1px 0 0 3px}
.MmonthRolldown	{width:90px; font-size:12px}
.MyearInput		{width:38px; font-size:12px}
.MbuttonsRow		{background-color:#DDDDDD}
.MdateButton		{width:20px; height:20px; font-weight:bold; font-size:10px}
.MdateButton2		{width:40px; height:20px; font-weight:normal; font-size:10px}
.McalendarTitles TD{border-bottom:1px solid black;font-family: MS Sans Serif; font-size:12px; color:#CCCCCC}
.Mcalendar TD		{font-size:12px; font-family: MS Sans Serif; font-weight:normal}
.MinMonth			{color:#000000; text-decoration:none; width:22px; height:12px}
.MnotInMonth		{color:#999999; text-decoration:none; width:22px; height:12px}
.MinMonth:hover	{font-weight:bold}
.MnotInMonth:hover	{font-weight:bold}
.MoutOfRange		{color:red}

#MdateSelector		{position:absolute; left:0; top:0; visibility:hidden; border:1px solid black; background-color:#FFFFFF; font-family:Arial,Helvetica,Sans-Serif; font-size:12px}
#MdateToday		{font-size:10px; font-family: MS Sans Serif; font-weight:bold}
#MrangeCell		{background-color:#EEEEEE; font-size:11px; text-align:center}
/************************************DatePicker Style End***************************************/

⌨️ 快捷键说明

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