index.css.svn-base

来自「这是一个基于大唐电信的一个任务管理模块程序」· SVN-BASE 代码 · 共 85 行

SVN-BASE
85
字号
.topbg {
	background-attachment: fixed;
	background-image: url(../images/maintop-c.gif);
	background-repeat: repeat-x;
}
.left{
	background-attachment: fixed;
	background-image: url(../images/indexleft-a1.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	width: 187px;font-size: 12px;
	line-height: 23px;
}
.left a:link {
	background-attachment: fixed;
	background-image: url(../images/indexleft-a1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	width: 187px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 23px;	
}
.left a:visited {
	background-attachment: fixed;
	background-image: url(../images/indexleft-a1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	width: 187px;padding-left: 10px;font-size: 12px;
	line-height: 23px;
}
.left a:hover {
	background-attachment: fixed;
	background-image: url(../images/indexleft-a2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	width: 187px;
	padding-left: 10px;
	color: #003399;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
}
.left a:active {
	background-attachment: fixed;
	background-image: url(../images/indexleft-a2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	width: 187px;
	padding-left: 10px;
	color: #009900;font-size: 12px;
	line-height: 23px;
}
.left2{
	background-attachment: fixed;
	background-image: url(../images/indexleft-a2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
	width: 187px;
	padding-left: 10px;
	color: #003399;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
}
.gray-bd3-2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #eee;
	background-image: url(../images/rbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

⌨️ 快捷键说明

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