1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| body {
width: 98.5%;
margin:0;
padding:0;
background: url(EcranTransitionChalTV_5_2.jpg) no-repeat center fixed;
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisée */
}
.Degrade{
width: 85%;
background: url("background_19_2.png");
margin-left : auto;
margin-right: auto;
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisée */
border: 2px inset black;
-moz-box-shadow: 10px 10px 5px px #656565;
-webkit-box-shadow: 10px 10px 5px px #656565;
-o-box-shadow: 10px 10px 5px px #656565;
box-shadow: 10px 10px 5px px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
background-clip:padding-box;
} |
Partager