time.css

来自「适用于网络/信息企业」· CSS 代码 · 共 30 行

CSS
30
字号
BODY,TD,INPUT{font-size:12;font-family:宋体}
.LeftMenuForBig{font-weight:BOLD}
   BODY {
		SCROLLBAR-HIGHLIGHT-COLOR: buttonface; 
		SCROLLBAR-SHADOW-COLOR: buttonface; 
		SCROLLBAR-3DLIGHT-COLOR: buttonhighlight; 
		SCROLLBAR-TRACK-COLOR: #eeeeee; 
		SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
   }
   
   	<!-- 日历 -->
	
	TABLE.calendar{ 
			font-family : Tahoma; 
			font-size : 12 ;
			border-left:1px solid cccccc;
			border-top:1px solid cccccc;
			border-right:1px solid #888888;
			border-bottom:1px solid #888888
		}
	TD.lastMonth{ color:bbbbbb; } 
	TD.nextMonth{ color:bbbbbb; } 
	TD.normal{color:black;}
	TD.smallFont{font-size:10px;}
	TD.tdCurDate{background:url(bgCurDate.gif) no-repeat center center;color:white;}
	TD.tdToday{background:url(bgToday1.gif) no-repeat center center;color:black;}
	TD.tdTodayCurDate{background:url(bgToday2.gif) no-repeat center center;color:white;}
	TD.tdHoliday{ color:darkred; }
	
	<!-- 日历 -->

⌨️ 快捷键说明

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