integration/css/home.css
author cavaliet
Tue, 27 Nov 2012 12:32:30 +0100
changeset 59 c62fe82604ef
parent 31 165284801055
child 51 b75d526629ab
child 54 aa0391d09b6f
permissions -rw-r--r--
first home view and static files

/* header */
.title-header h2{
	width: 100%;
	text-align: center;
	line-height: 60px;
}
.title-header h2 a{
	color: #de2500;
	font-size: 24px;
	text-decoration: underline;
	font-weight: bold;
}
.title-header h2 a:hover{
	text-decoration: none;
}

/* left-content */

.news .video-item:nth-child(2n+2){
	margin-right: 0;
}



.last .video-item:nth-child(4n+4){
	margin-right: 0;
}
.last .video-item{
	width: 140px;
	float: left;
	margin: 0 20px 12px 0;
}

/* right-content */

.definition p{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 12px;
}
.definition p strong{
	font-weight: bold;
}
.definition p a{
	color: #7628df;
	text-decoration: underline;
}
.definition p a:hover{
	text-decoration: none;
}
.how-to  li{
	background-image: url(../img/how-to-sprite.png);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
.how-to  li h3{
	color: #de2500;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.how-to  li p{
	font-size: 12px; 
	word-wrap: break-word;
	width: 210px;
}
.how-to  li.inscription{
	height: 84px;
	background-position: 212px 0;
}
.how-to  li.creation{
	height: 100px;
	background-position: 212px -128px;
}
.how-to  li.creation{
	height: 100px;
	background-position: 212px -128px;
}
.how-to  li.publier{
	height: 90px;
	background-position: 212px -266px;
}
.how-to  li.next-step{
	height: 24px;
	background-position: 212px -377px;
}