Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2766 → Rev 2819

/web/css/pass.css
1,14 → 1,9
/*
Feuille de style pour les pages d'interceptions cot? utilisateurs d'ALCASAR
Auteur : Stéphane ERARD
StyleSheet for pass.php
Auteur : Stéphane ERARD & Rexy
Licence : GNU GPL
 
*/
 
 
/* règles générales */
 
/* Couleurs de polices */
:link, :visited, :hover:link, :hover:visited, h1 {
color: #000000;
}
21,7 → 16,6
background-size: cover;
min-width: 450px;
}
/* Style de police */
 
body, :link, :visited, :hover:link, :hover:visited {
font-family: "DejaVu Sans";
28,7 → 22,6
color: #000;
}
 
/* Règles des balises HTML */
 
p {
text-align: justify;
60,6 → 53,11
margin-left: auto;
}
 
#cadre_titre .titre_controle {
color: white;
font-size: calc(20px + 2.2vw);
}
 
.titre_banner {
display: inline-block;
margin-top: 10px;
73,6 → 71,24
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;
141,17 → 157,6
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 {