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

76 lines
1.1 KiB
CSS

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 : 10%;
padding : 1%;
border-radius: 8px;
border: 1px solid silver;
}
.back_home img
{
width: 40%;
height: 40%;
}
.imgSearch /* image de la loupe */
{
height: 25px;
width : 25px;
}
.form-group
{
margin-top : 0.5%;
}
.imgRef
{
border: 7px solid white;
box-shadow: 0px 0px 3px black;
max-height : 250px;
max-width : 250px;
}
.well, .well-lg /* le nom du referent */
{
margin : 1%;
width : 40%;
box-shadow: 0 0 6px black inset;
border: 1px solid dimgrey;
}
.carousel-indicators
{
position: fixed;
bottom : 8%;
}
.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;
}