This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
ModuleWeb/SRC/public/css/home.css

100 lines
2.1 KiB
CSS
Executable File

html
{
width: 100%;
}
body {
background-image:url("../pictures/homePic/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}
.back_home
{
background: white;
width: 100px;
padding : 1%;
margin-bottom: 20px;
border-radius: 8px;
border: 1px solid silver;
}
.back_home img
{
float:left;
width: 20px;
height: 20px;
vertical-align:middle;
}
.divRecherche
{
margin-top: 2%;
}
.inpSear
{
background-image: url(/pictures/homePic/search.png);
background-size: 30px;
background-repeat: no-repeat;
text-indent: 15%;
width: 50%;
}
.imgRef
{
border: 7px solid white;
box-shadow: 0px 0px 3px black;
width: 250px !important;
height: 250px !important;
max-height : 250px;
max-width : 250px;
background: #ffffff; /* Old browsers */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.nomRef /* le nom du referent */
{
margin : 1%;
padding : 2% 4% 2% 4%;
width: 40%;
box-shadow: 0 0 6px black inset;
border: 1px solid dimgrey;
}
.carousel-indicators
{
width: 60%;
position:absolute;
top : 102%;
}
.carousel-indicators li { /*tous les cercles */
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background: white;
border: 1px solid silver;
}
.carousel-indicators .active { /*contour cercle actif */
margin: 0;
width: 12px;
height: 12px;
border: none;
background-color: #2AADE5;
}