integration/css/home.css
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 19 Dec 2012 18:19:59 -0800
changeset 22 a222328a59cd
parent 21 c2dd00471b2d
child 26 94f586daa623
permissions -rw-r--r--
mai bandeau dossier

/* actu */
.actu {
	float: left;
	position: relative;
}
.actu .voile{
	width: 100%;
	height: 100%;
	position: absolute; 
	background-color: #c51810;
	top: 0; 
	left: 0;
	zoom: 1;
  	filter: alpha(opacity=30);
  	opacity: 0.3;
  	display: none;
}
.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;
}
.actu .links{
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
.actu:hover .links, .actu:hover .voile{
	display: block;
}
.actu .links li{
	float: left;
	margin: 0 0 1px 1px;
}
.actu .links a{
	display: block;
	width: 28px;
	height: 28px;
	background-color: #007dad;
	background-repeat: no-repeat;
}
.actu .links a:hover{
	background-color: #4FA3C4;
}
.actu .links a.trash{
	background-image: url(../img/home-button-trash.png);
	background-position: 8px 5px;
}
.actu .links a.file{
	background-image: url(../img/home-button-file.png);
	background-position: 2px 6px;
	text-decoration: none; 
	position: relative;
}
.actu .links a.file span{
    color: #0F85B2;
    display: block;
    font-size: 11px;
    left: 8px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 18px;
}
.actu .links a.comment{
	background-image: url(../img/home-button-comment.png);
	background-position: 4px 6px;
}
/* treemap */
.actus{
	position: relative;
}
.actu{
	position: absolute;
	overflow: hidden;
	float: none;
}