Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2819 → Rev 2766

/web/css/pass.css
1,9 → 1,14
/*
StyleSheet for pass.php
Auteur : Stéphane ERARD & Rexy
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;
}
16,6 → 21,7
background-size: cover;
min-width: 450px;
}
/* Style de police */
 
body, :link, :visited, :hover:link, :hover:visited {
font-family: "DejaVu Sans";
22,6 → 28,7
color: #000;
}
 
/* Règles des balises HTML */
 
p {
text-align: justify;
53,11 → 60,6
margin-left: auto;
}
 
#cadre_titre .titre_controle {
color: white;
font-size: calc(20px + 2.2vw);
}
 
.titre_banner {
display: inline-block;
margin-top: 10px;
71,24 → 73,6
margin: 0px;
}
 
#acces_controle {
text-align: center;
font-size: calc(20px + 1.5vw);
padding-top: 20px;
padding-bottom: 20px;
margin: 0px;
}
@media(max-width:420px) {
 
#acces_controle {
text-align: left !important;
}
}
 
#acces_controle, #box_url, #cadre_titre SPAN {
font-weight: bold;
}
 
#contenu_acces {
background-color: white;
border-bottom-left-radius: 10px;
157,6 → 141,17
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 {