Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3174 → Rev 3173

/web/css/acc.css
48,6 → 48,7
background-color: #EFEFEF;
}
 
/*style des �tiquettes*/
.etiquette {
font-family: "DejaVu Sans";
font-size: small;
64,7 → 65,7
width: 30px;
vertical-align: -9px;
margin-left: 5px;
}
}
 
.schedule-rows td {
width: 80px;
87,11 → 88,16
.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] { background-color: #d0ddb0; }
.schedule-rows td[data-unselecting] { background-color: #B22; }
 
.schedule-rows td[data-disabled] { opacity: 0.55; }
 
.schedule-header tr th:first-child {
background-color: transparent;
}
 
/*
* Panel
*/
.panel {
display: table;
width: 100%;
98,7 → 104,6
border-spacing: 0;
border-collapse: collapse;
}
 
.panel .panel-header {
display: table-caption;
border-bottom: 3px solid #FFCC66;
110,19 → 115,16
color: #EFEFEF;
background-color: #666666;
}
 
.panel .panel-row {
display: table-row;
border: 1px solid black;
overflow: auto;
}
 
.panel .panel-cell {
display: table-cell;
border: 1px solid black;
overflow: auto;
}
 
.panel .panel-iframe
{
height: 150vh;
140,6 → 142,7
border-right-width: 1px;
}
 
/* Overlay */
.overlay
{
height: 100%;
246,4 → 249,4
100% {
opacity: 0;
}
}
}
/web/css/intercept.css
1,8 → 1,3
/*
Stylesheet for intercept.php
Auteur : Stéphane ERARD & Rexy & Nicolas REYNAUD
Licence : GNU GPL
*/
html {
background: url(/images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
9,9 → 4,11
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-width: 450px;
}
 
BODY {
font-color:#FFFFFF;
color:#FFFFFF;
}
.error-margin {
29,18 → 26,8
-webkit-box-shadow: 1px 1px 6px #666;
box-shadow: 1px 1px 6px #666;
border-radius: 10px;
}
 
@media all and (max-width : 770px) {
body > div > div:first-child > div {
margin: 0 !important;
}
.banner {
justify-content: center;
margin-top: 0;
}
}
 
.background-form {
background-color: white;
border-radius:10px;
58,12 → 45,10
margin-bottom: 15px;
font-weight: bold;
}
 
.titre-controle-acces {
font-size: calc(18px + 2vw);
text-align: center;
}
 
.titre-erreur {
font-size: calc(11px + 0.8vw);
text-align: center;
70,7 → 55,6
margin: 0px;
color: red;
}
 
.login-failed-reply {
font-size: calc(10px + 0.6vw);
margin-bottom: calc(10px + 0.1vw);
78,68 → 62,9
 
.inputs {
display: flex;
grid-template-columns: 1fr 4fr;
align-items: center;
}
 
.inputs > div {
max-width: 100%;
}
 
.inputs > div:nth-child(2) {
display: flex;
flex-direction: column;
width: auto;
}
 
.inputs > div:nth-child(2) > div {
justify-content: center;
margin: 15px 0;
}
 
.inputs > div:last-child {
display: none !important;
}
 
@media all and (max-width : 950px) {
.inputs {
grid-template-columns: 1fr;
justify-content: center;
}
 
.inputs > div:first-child {
display: flex !important;
justify-content: center;
align-items: center;
}
 
.inputs > div:first-child img {
max-height: 200px;
}
}
 
@media all and (max-width : 576px) {
.inputs {
margin-bottom: 25px;
}
 
.inputs > div:first-child {
display: none !important;
}
 
.inputs > div:nth-child(2) > div {
flex-direction: column;
justify-content: center;
align-items: center;
margin: 10px;
}
 
.inputs > div:nth-child(2) > div .col-2 {
max-width: 100%;
text-align: center;
}
}
 
#authorized_domain {
font-size: calc(10px + 0.5vw);
margin-top: 5px;
152,34 → 77,16
.boite-info-titre {
font-size: calc(20px + 0.3vw);
}
 
.boite-info-text {
font-size: calc(13px + 0.25vw);
}
 
.boite-info-spacing {
margin-top: 10px;
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
}
 
.boite-info-spacing > div:last-child, .boite-info-spacing > div:last-child img {
max-height: 200px;
max-width: 100%;
justify-content: center;
align-items: center;
}
 
@media all and (min-width : 576px) {
.boite-info-spacing > div:last-child {
display: flex !important;
}
}
 
.row_button {
margin-bottom: 5px;
}
194,6 → 101,7
font-size: calc(15px + 0.5vw);
}
 
 
.vertical-align {
display: flex;
align-items: center;
205,14 → 113,3
height: 150px;
}
 
body > div > div:nth-child(3) {
text-align: center;
flex-wrap: wrap;
justify-content: center;
}
 
body > div > div:nth-child(3) > div {
min-width: 175px;
max-width: 100%;
}