integration/css/home.css
author veltr
Thu, 25 Oct 2012 16:41:19 +0200
changeset 19 43ac4bd80e71
parent 11 265a5f1cc7cf
child 24 1fbf7d835dc2
permissions -rw-r--r--
Merge with c85b323f5174decb6404a81dbafc802304edd68a

/* header */
.title-header{
	width: 460px;
	float: left;
	height: 60px;
}
.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;
}
/* content */
.left-content, 
.right-content{
	padding-top: 8px;
	float: left;
}
.left-content h2,
.right-content h2{
	padding: 6px 0;
	margin-bottom: 14px;
	border-bottom: 1px solid #333333;
	color: #30036d;
	font-size: 18px;
	font-weight: 600;
}
/* left-content */
.left-content{
	width: 630px;
	margin-right: 20px;
}
.hashcut-video-wrap{
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 16px;
}
.news{
	width: 300px;
	float: left;
	margin-right: 20px;
}
.news:nth-child(2n+2){
	margin-right: 0;
}
.hashcut-video-wrap  h3{
	font-size: 12px;
}
.hashcut-video-wrap  h3 strong{
	font-weight: 600;
}
.last h3 strong{
	margin-bottom: 2px;
	font-weight: 600;
	display: block;
}
.hashcut-video-wrap h3 a{
	border-bottom: 1px solid #bababa;
	display: inline-block;
    line-height: 12px;
}
.hashcut-video-wrap h3 a:hover{
	border-bottom: none;
}
.hashcut-video-wrap h3 span{
	color: #de2500;
}
.hashcut-video-wrap  a.screenshot{
	display: inline-block;
	margin-bottom: 8px;
}
.last:nth-child(4n+4){
	margin-right: 0;
}
.last{
	width: 140px;
	float: left;
	margin: 0 20px 12px 0;
}
.pagination{
	text-align: center;
}
.pagination a{
	font-size: 14px;
	color: #7628df;
	text-decoration: underline;
}
.pagination a:hover{
	text-decoration: none;
}
.pagination a.active{
	color: #de2500;
	text-decoration: none;
}
/* right-content */
.right-content{
	width: 310px;
}
.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;
}