File "style.css"

Full path: E:/sites/Single15/tinmung2007/webroot/slideshow/css/style.css
File size: 1.01 KiB (1034 bytes)
MIME-type:
Charset: utf-8

Download   Open   Back

.slide-holder{
margin:0 auto;
}
.slide-container { /*slide-container là khối bao mà slide-stage có thể "trượt" bên trong */
	height: 100px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slide-stage{
position: absolute;
}
.slide-image { /*Độ rộng của .slide-image có thể được thay đổi theo nhu cầu, ảnh hưởng đến độ rộng chung của slideshow*/
float:left;
width:180px;
height:100px;
text-align: center;
}
.slide-image img{
width:95%;
margin:0 auto;
}
.slide-pager{
position:relative;
}
.slide-control-prev {
	position: absolute;
	text-align: center;
	width: 15px;
	height: 0px;
	background: red;
	line-height: 60px;
	color: #0000ff;
	cursor: pointer;
	top: 14px;
	left: -14px;
	background-color: #CCCCCC;
}
.slide-control-next{
	position: absolute;
	text-align: center;
	width: 15px;
	height: 00px;
	background: red;
	line-height: 60px;
	color: #0000ff;
	cursor: pointer;
	right: -11px;
	top: 17px;
	background-color: #CCCCCC;
}

PHP File Manager