--- a/integration/css/home.css Tue Oct 30 18:04:28 2012 +0100
+++ b/integration/css/home.css Tue Nov 27 18:08:06 2012 +0100
@@ -3,6 +3,18 @@
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);
@@ -26,7 +38,7 @@
bottom: 0;
right: 0;
}
-.actu:hover .links{
+.actu:hover .links, .actu:hover .voile{
display: block;
}
.links li{