integration/css/home.css
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 29 Oct 2012 18:06:44 +0100
changeset 18 bf333fd74eee
child 19 81a605180745
permissions -rw-r--r--
réorganisation css

/* actu */
.actu {
	float: left;
	position: relative;
}
.inner-actu{
	width: 100%;
	background-color:rgba(0,0,0,.7);
	height: 40px;
	position: absolute;
	bottom: 0;
}
.inner-actu h2{
	color: #FFF;
	line-height: 40px;
	font-size: 24px;
	padding-left: 10px;
}
.inner-actu h2 a{
	color: #FFF;
	text-decoration: none;
}
.links{
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
.actu:hover .links{
	display: block;
}
.links li{
	float: left;
	margin: 0 0 1px 1px;
}
.links a{
	display: block;
	width: 28px;
	height: 28px;
	background-color: #007dad;
	background-repeat: no-repeat;
}
.links a:hover{
	background-color: #4FA3C4;
}
.links a.trash{
	background-image: url(../img/home-button-trash.png);
	background-position: 8px 5px;
}
.links a.file{
	background-image: url(../img/home-button-file.png);
	background-position: 2px 6px;
	text-decoration: none; 
	position: relative;
}
.links a.file span{
    color: #0F85B2;
    display: block;
    font-size: 11px;
    left: 8px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 18px;
}
.links a.comment{
	background-image: url(../img/home-button-comment.png);
	background-position: 4px 6px;
}