Rev 2241 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log
/*
Feuille de style pour les pages d'interceptions cot? utilisateurs d'ALCASAR
Auteur : Stéphane ERARD
Licence : GNU GPL
*/
/* règles générales */
/* Couleurs de polices */
:link, :visited, :hover:link, :hover:visited, h1 {
color: #000000;
}
html {
background: url(/images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-width: 450px;
}
/* Style de police */
body, :link, :visited, :hover:link, :hover:visited {
font-family: "DejaVu Sans";
color: #000;
}
/* Règles des balises HTML */
p {
text-align: justify;
}
.banner {
z-index:10;
display: flex;
align-items: center;
margin-top: 5vh;
position: relative;
background-image: linear-gradient(black,#222222);
/* ombrage CSS3 */
-moz-box-shadow: 1px 1px 6px #666;
-webkit-box-shadow: 1px 1px 6px #666;
box-shadow: 1px 1px 6px #666;
border-radius: 10px;
}
.img_banner {
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
}
.image {
margin-right: auto;
margin-left: auto;
}
.titre_banner {
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
}
.titre_controle {
text-align: center;
font-size: calc(24px + 1vw);
color: white;
margin: 0px;
}
#contenu_acces {
background-color: white;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
/* get the main box under banner*/
padding-top: 20px;
z-index: 5;
top: -20px;
/* ombrage css3 */
-moz-box-shadow: 1px 4px 10px #000;
-webkit-box-shadow: 1px 4px 10px #000;
box-shadow: 0px 10px 10px #000;
}
.input_row {
display: flex;
align-items: center;
margin-top: 15px;
margin-bottom: 15px;
}
.label_name {
display: inline-block;
font-size: calc(14px + 0.3vw);
}
#input_value {
font-size: calc(12px + 0.3vw);
}
.scorebarDisplay {
margin: 0px;
}
#buttons {
font-size: calc(14px + 0.3vw);
width: -moz-available;
}
#pass_chg {
position: relative;
}
#pass_chg img {
position: relative;
float: left;
top: -60px;
left: -50px;
}
#pass_chg_content {
position: relative;
float: left;
top: -40px;
width: 100%;
}
#lien_pass {
font-size: 50%;
text-align: right;
}
#info_pass {
visibility: hidden;
position: absolute;
top: -1500px;
/* background-color: white;
width: 500px;
margin: 30px;
padding: 15px;
ombrage css3
-moz-box-shadow: 0px 0px 12px #000;
-webkit-box-shadow: 0px 0px 12px #000;
box-shadow: 0px 0px 12px #000;*/
}
#block_pass {
position: relative;
background-color: white;
width: 500px;
height: 345px;
margin: 30px;
padding: 15px;
/* ombrage css3*/
-moz-box-shadow: 0px 0px 12px #000;
-webkit-box-shadow: 0px 0px 12px #000;
box-shadow: 0px 0px 12px #000;
}
#block_pass span {
float: left;
margin-top: 5px;
}
#titre_pass {
font-size: 20px;
}
#champs_pass {
margin: auto;
padding-top: 50px;
padding-right: 20px;
}
#champs_pass td {
padding: 4px;
}
#champs_pass td input {
border: 1px solid #aaa;
width: 195px;
}
td.first_item {
text-align: right;
width: 100px;
}
.lien_deco {
text-align: center;
font-size: 18px;
margin-bottom: 15px;
}
.log_out {
font-size: 24px;
text-align: center;
margin-top: 30px;
}
.btn_form {
cursor: pointer;
height: 26px;
width: 130px;
border: none;
background: #999 url(../images/bg.png) 0 0 repeat-x;
font-weight: bold;
/* ombrage css3*/
-moz-box-shadow: 2px 2px 2px #000;
-webkit-box-shadow: 2px 2px 2px #000;
box-shadow: 2px 2px 2px #000;
}
.btn_form:hover {
background-color: red;
/* ombrage css3*/
-moz-box-shadow: 2px 2px 2px #666;
-webkit-box-shadow: 2px 2px 2px #666;
box-shadow: 2px 2px 2px #666;
}