www.gusucode.com > HadSky PHP轻论坛系统源码 v2.4.2源码程序 > ytqlt_v2.4.2.0701/template/mb1/css/list-forum.css

    .list-forum-frame {
	width: 100%;
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	/*border: solid 1px gray;*/
}

.list-forum-main {
	padding: 0 10px 10px 10px;
	height: 68px;
	overflow: hidden;
}

.list-forum-div {
	float: left;
	width: 200px;
	padding: 5px;
	padding-left: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 48px 48px;
}

.list-forum-div:hover {
	background-color: #EEEEEE;
}

.list-forum-div div {
	display: block;
	width: 137px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}

.list-forum-a {
	color: #333;
	font-weight: bold;
}