integration/css/home.css
author ymh <ymh.work@gmail.com>
Tue, 12 May 2015 14:31:28 +0200
changeset 162 71ceca278db9
parent 55 25313bf54ef7
permissions -rw-r--r--
Added tag V00.15 for changeset 66287a6da65a

/* 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;
	background: url(../img/pencil-icon.png) right 12px no-repeat;
	padding-right: 22px;
}
.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 h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.how-to h3 a{
    color: #de2500;
}

.how-to h3 a:hover{
    text-decoration: underline;
}
.how-to p{
	font-size: 12px; 
	word-wrap: break-word;
	width: 210px;
}
.inscription{
	height: 84px;
	background-position: 212px 0;
}
.creation{
	height: 100px;
	background-position: 212px -128px;
}
.publier{
	height: 90px;
	background-position: 212px -266px;
}
.next-step{
	height: 24px;
	background-position: 212px -377px;
}