left.css

来自「通用考勤系统」· CSS 代码 · 共 187 行

CSS
187
字号
.tdhead {
        height:23px;
	font-size: 9pt;
	line-height: 15px;
        color: #ffffff;
        font-weight:bold;
	text-decoration: none;
        background-image: url(../images/TitleTop.gif);
} 
.littlefont {
        color: #00ffff;
	font-size: 12px;

} 
.tdhead2 {
        height:23px;
	font-size: 9pt;
	line-height: 15px;
        color: #ffdd00;
        font-weight:bold;
	text-decoration: none;
        background-image: url(../images/TitleTop.gif);
} 

.tdwhtimg {
        height:20px;
	font-size: 9pt;
	line-height: 15px;
        font-weight:bold;
        color:green;
	text-decoration: none;
        background-image: url(../images/nav_back.gif);
} 

.td1 {  
        font-size: 9pt;
	line-height: 18px;
        color: #eeeeee;
        text-decoration: none;
        background:#0055aa;
} 

.td2 {  
	font-size: 9pt;
	line-height: 18px;
        color: #eeeeee;
	text-decoration: none;
        background:#000099;
} 

.td3 {  
	font-size: 9pt;
	line-height: 18px;
        color: #eeeeee;
	text-decoration: none;
        background-image: url(../images/titlebg.gif);
} 

table {
	font-size: 9pt;
	line-height: 15px;
	border: #0055aa;
	text-decoration: none;
        color: #ffffff;

} 
 
a:link {
	font-size: 9pt;
	color:#ffffff;
	text-decoration: none;
	line-height: 20px;


} 

body 
{
  SCROLLBAR-FACE-COLOR: #6688E3;
  SCROLLBAR-SHADOW-COLOR: #FFCC00;
  SCROLLBAR-ARROW-COLOR: #99ff00;
  SCROLLBAR-DARKSHADOW-COLOR: #000099;
  SCROLLBAR-BASE-COLOR: #000099;	
  background-image: url(../images/MAIN_BG.GIF);
	font-size: 9pt;
	text-decoration: none;
	border: #000000;
        text: #eeeeee
} 
a:hover {
	font-size: 9pt;
	color: #cccccc;
	text-decoration: none;
	line-height: 20px;

}
a:visited {
	font-size: 9pt;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;



}
a:active {
	font-size: 9pt;
	text-decoration: none;
	color: #ffff00;
	line-height: 20px;



}
.fbox {
   font-size:12px; 
   font-align:center;
  color:#ffffaa;
   height:300px;
   border-left:solid 1px #ffffff;
   border-top:solid 1px #ffffff;
   border-right:solid 1px #ffffff;
   border-bottom:solid 1px #ffffff;
   background:#000099;
}
.ibox {
  font-size:12px; 
  font-align:center;
  color:#ffee00;
  font-weight:bold;
  height:21px;
  border-left:solid 1px #aaaaaa;
  border-top:solid 1px #aaaaaa;
  border-right:solid 1px #aaaaaa;
  border-bottom:solid 1px #aaaaaa;
  background:#7ba2ce;
}
.bbox {
  font-size:12px; 
  color:white;
  height:21px;
  border-left:solid 1px #aaaaaa;
  border-top:solid 1px #aaaaaa;
  border-right:solid 1px #aaaaaa;
  border-bottom:solid 1px #aaaaaa;
  background:#7ba2ce;
}

.ebox {
  font-size:14px; 
  color:#ffff11;
  height:21px;
  border-left:solid 1px #ffffff;
  border-top:solid 1px #ffffff;
  border-right:solid 1px #ffffff;
  border-bottom:solid 1px #ffffff;
  background:#000099;
 }
.abox {
   font-size:12px; 
   color:#ffff00;
   height:21px;
   border-left:solid 1px #eedd00;
   border-top:solid 1px #eedd00;
   border-right:solid 1px #eedd00;
   border-bottom:solid 1px #eedd00;
   background:#000099;
}
.cbox {
   font-size:12px; 
   color:#ffdd00;
   border-left:solid 1px #0055aa;
   border-top:solid 1px #0055aa;
   border-right:solid 1px #0055aa;
   border-bottom:solid 1px #0055aa;
   background:#000099;
}
.dbox {
  font-size:14px; 
  color:#ffffff;
  height:21px;
  border-left:solid 1px #aaccff;
  border-top:solid 1px #aaccff;
  border-right:solid 1px #aaccff;
  border-bottom:solid 1px #aaccff;
  background:#7ba2ce;
}

⌨️ 快捷键说明

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