www.gusucode.com > HadSky PHP轻论坛系统源码 v2.4.2源码程序 > ytqlt_v2.4.2.0701/template/puyuetian_whitestyle/css/home.css

    #gallery-wrapper {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 50px auto;
}

#gallery-wrapper article {
	max-width: 231px;
	margin-left: auto;
	margin-right: auto;
}

img.thumb {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.white-panel {
	position: absolute;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.white-panel p {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 14px;
	max-height: 42px;
	font-size: 13px;
}

.white-panel h1 {
	font-size: 1em;
}

.white-panel h1 a {
	color: #A92733;
}

.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#tag-cloud {
	width: 640px;
	height: 480px;
	margin: 50px auto;
	max-width: 100%;
}