Updated css
This commit is contained in:
parent
6616916013
commit
57d7abb7b6
|
@ -1,7 +0,0 @@
|
||||||
/* COULEUR DU THEME */
|
|
||||||
/* COULEUR DU SOUS-MENU */
|
|
||||||
/* COULEUR DES ERREURS */
|
|
||||||
/* FORMULAIRES */
|
|
||||||
/* GESTION DES LONGUEURS */
|
|
||||||
|
|
||||||
/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAiY29uc3RhbnRzLmNzcyIsCgkic291cmNlcyI6IFsKCQkiLi4vY29uc3RhbnRzLnNjc3MiCgldLAoJInNvdXJjZXNDb250ZW50IjogWwoJCSIvKiBDT1VMRVVSIERVIFRIRU1FICovXG4kdGhlbWUtY29sb3I6ICNmNDRmMDY7XG5cbi8qIENPVUxFVVIgRFUgU09VUy1NRU5VICovXG4kc3ViLW1lbnUtY29sb3I6ICM1YjVlNjM7XG5cbi8qIENPVUxFVVIgREVTIEVSUkVVUlMgKi9cbiRlcnJvci1jb2xvcjogI2NjNTg1NztcblxuLyogRk9STVVMQUlSRVMgKi9cbiRmb3JtLXZhbGlkLWNvbG9yOiAgICMyN2E1NjA7XG4kZm9ybS1uZXV0cmFsLWNvbG9yOiAjMjE5M2U2O1xuJGZvcm0tc2VhcmNoLWNvbG9yOiAgIzU2MzBlZDtcbiRmb3JtLWludmFsaWQtY29sb3I6ICNkNTI5MTg7XG5cblxuLyogR0VTVElPTiBERVMgTE9OR1VFVVJTICovXG4kbWVudS1zaWRlLXdpZHRoOiA0ZW07XG5cblxuLy8gUE9VUiBSRVNPVVJDRV9ESVNQQVRDSEVSXG4kcmQtZm9ybS12YWxpZC1jb2xvcjogICAnMjdhNTYwJztcbiRyZC1mb3JtLW5ldXRyYWwtY29sb3I6ICcyMTkzZTYnO1xuJHJkLWZvcm0tc2VhcmNoLWNvbG9yOiAgJzU2MzBlZCc7XG4kcmQtZm9ybS1pbnZhbGlkLWNvbG9yOiAnZDUyOTE4JztcbiIKCV0sCgkibWFwcGluZ3MiOiAiQUFBQSxzQkFBc0I7QUFHdEIsMEJBQTBCO0FBRzFCLHlCQUF5QjtBQUd6QixpQkFBaUI7QUFPakIsMkJBQTJCIiwKCSJuYW1lcyI6IFtdCn0= */
|
|
|
@ -1,619 +0,0 @@
|
||||||
@charset "UTF-8";
|
|
||||||
/* COULEUR DU THEME */
|
|
||||||
/* COULEUR DU SOUS-MENU */
|
|
||||||
/* COULEUR DES ERREURS */
|
|
||||||
/* FORMULAIRES */
|
|
||||||
/* GESTION DES LONGUEURS */
|
|
||||||
#WRAPPER > #CONTAINER {
|
|
||||||
/* [1] Section (contenu)
|
|
||||||
=========================================================*/
|
|
||||||
/* [2] INLINE-BOX pour afficher les listes de donnees
|
|
||||||
=========================================================*/
|
|
||||||
/* [2-2] INLINE-ROW pour afficher des lignes
|
|
||||||
=========================================================*/
|
|
||||||
/* [3] Formulaires
|
|
||||||
=========================================================*/
|
|
||||||
/* (1) Champs de texte */
|
|
||||||
/* (2) Boutons */
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section {
|
|
||||||
display: none;
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.active {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: flex-start;
|
|
||||||
justify-content: flex-start;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.active .inline-box {
|
|
||||||
flex: 0 0 1;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.active .inline-row {
|
|
||||||
flex: 3em 0 1;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.active .searchbar {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
flex: calc( 100% - 2*1em - 2*1em );
|
|
||||||
margin: 1em;
|
|
||||||
padding: .5em 1em;
|
|
||||||
padding-left: 2em;
|
|
||||||
border-radius: 3px;
|
|
||||||
border: 1px solid #b1b1b1;
|
|
||||||
background: #fff url("/src/static/sub-menu-side/search@b1b1b1.svg") 0.5em center no-repeat;
|
|
||||||
background-size: 1em;
|
|
||||||
transition: border .4s ease-in-out;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.active .searchbar:hover, #WRAPPER > #CONTAINER > section.active .searchbar:focus {
|
|
||||||
border-color: #5630ed;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.active .error {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
width: calc( 100% - 2*1em - 2*1em );
|
|
||||||
height: 1em;
|
|
||||||
margin: 1em;
|
|
||||||
padding: 1em;
|
|
||||||
border-radius: 3px;
|
|
||||||
border: 1px solid #d52918;
|
|
||||||
background: #d52918;
|
|
||||||
color: #fff;
|
|
||||||
text-shadow: 1px 1px #a72013;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box, #WRAPPER > #CONTAINER > section > .inline-row {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
flex: calc( 50% - 2*1em - 2*1em );
|
|
||||||
margin: 1em;
|
|
||||||
padding: 1em;
|
|
||||||
border-radius: 3px;
|
|
||||||
box-shadow: 0 0 1px #b7b7b7;
|
|
||||||
background-color: #fff;
|
|
||||||
/* (0) Etat des machines */
|
|
||||||
/* (1) Titre de l'element */
|
|
||||||
/* (2) Code RFID */
|
|
||||||
/* (3) Adresse mail */
|
|
||||||
/* (4) Groupes */
|
|
||||||
/* (5) Lien vers la modification */
|
|
||||||
/* (6) Lien vers la suppression */
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box.hidden, #WRAPPER > #CONTAINER > section > .inline-row.hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box a, #WRAPPER > #CONTAINER > section > .inline-row a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box.selected, #WRAPPER > #CONTAINER > section > .inline-row.selected {
|
|
||||||
border: 1px solid #7362ff;
|
|
||||||
transition: box-shadow .2s ease-in-out;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box.selected:hover, #WRAPPER > #CONTAINER > section > .inline-row.selected:hover {
|
|
||||||
box-shadow: 2px 2px 7px #aaa;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .state, #WRAPPER > #CONTAINER > section > .inline-row .state {
|
|
||||||
display: inline-block;
|
|
||||||
width: .7em;
|
|
||||||
height: .7em;
|
|
||||||
margin-right: .3em;
|
|
||||||
border-radius: 50% / 50%;
|
|
||||||
background-color: #ddd;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='stopped'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='stopped'] {
|
|
||||||
background-color: #ddd;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='started'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='started'] {
|
|
||||||
background-color: #22E07B;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='signaled'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='signaled'] {
|
|
||||||
background-color: #3897D6;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='locked'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='locked'] {
|
|
||||||
background-color: #EA460A;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='detached'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='detached'] {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .title, #WRAPPER > #CONTAINER > section > .inline-row .title {
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 1.15em;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #ea4c06;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .title > span, #WRAPPER > #CONTAINER > section > .inline-row .title > span {
|
|
||||||
font-size: .8em;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .code,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .mail, #WRAPPER > #CONTAINER > section > .inline-row .code,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row .mail {
|
|
||||||
display: block;
|
|
||||||
margin: 1em;
|
|
||||||
color: #333;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .code svg,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .mail svg, #WRAPPER > #CONTAINER > section > .inline-row .code svg,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row .mail svg {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
margin-left: .5em;
|
|
||||||
margin-right: .5em;
|
|
||||||
margin-bottom: -.6em;
|
|
||||||
width: 1.5em;
|
|
||||||
height: 2em;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .code svg path#stylisable,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .mail svg path#stylisable, #WRAPPER > #CONTAINER > section > .inline-row .code svg path#stylisable,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row .mail svg path#stylisable {
|
|
||||||
fill: #333 !important;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .code svg path#stroke-stylisable,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .mail svg path#stroke-stylisable, #WRAPPER > #CONTAINER > section > .inline-row .code svg path#stroke-stylisable,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row .mail svg path#stroke-stylisable {
|
|
||||||
stroke: #333 !important;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups, #WRAPPER > #CONTAINER > section > .inline-row .groups {
|
|
||||||
display: block;
|
|
||||||
margin: 1em;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups svg, #WRAPPER > #CONTAINER > section > .inline-row .groups svg {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
margin-left: .5em;
|
|
||||||
margin-right: .5em;
|
|
||||||
margin-bottom: -.6em;
|
|
||||||
width: 1.5em;
|
|
||||||
height: 2em;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups svg path, #WRAPPER > #CONTAINER > section > .inline-row .groups svg path {
|
|
||||||
fill: #333 !important;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore), #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore), #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
padding: .1em .5em;
|
|
||||||
margin-right: calc( .4em + 2em );
|
|
||||||
margin-bottom: .5em;
|
|
||||||
border-radius: 3px 0 0 3px;
|
|
||||||
border: 1px solid #bdbdbd;
|
|
||||||
box-shadow: inset 0 0 2px #fafafa;
|
|
||||||
background-color: #f9f9f9;
|
|
||||||
color: #333;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-permission, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-group, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-member, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-permission, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-group, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-member, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-permission, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-group, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-member, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-permission, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-group, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-member {
|
|
||||||
border-radius: 3px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-permission > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-group > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-member > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-permission > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-group > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-member > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-permission > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-group > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-member > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-permission > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-group > div.dropdown, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-member > div.dropdown {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
flex: 100%;
|
|
||||||
justify-content: space-between;
|
|
||||||
position: absolute;
|
|
||||||
top: calc( 100% + 5px );
|
|
||||||
left: 0;
|
|
||||||
width: 12em;
|
|
||||||
height: 500%;
|
|
||||||
border-radius: 3px;
|
|
||||||
overflow: hidden;
|
|
||||||
overflow-y: auto;
|
|
||||||
background: #fff;
|
|
||||||
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-permission > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-group > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-member > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-permission > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-group > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-member > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-permission > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-group > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-member > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-permission > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-group > div.dropdown > span, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-member > div.dropdown > span {
|
|
||||||
padding: .5em;
|
|
||||||
padding-left: 1em;
|
|
||||||
flex: 2em 1 1;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-permission > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-group > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore).add-member > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-permission > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-group > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span.add-member > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-permission > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-group > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore).add-member > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-permission > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-group > div.dropdown > span:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span.add-member > div.dropdown > span:hover {
|
|
||||||
background-color: #F8F8F8;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.rem-group, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.icon-permission, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.rem-permission, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.rem-member, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.rem-group, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.icon-permission, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.rem-permission, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.rem-member, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.rem-group, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.icon-permission, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.rem-permission, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.rem-member, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.rem-group, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.icon-permission, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.rem-permission, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.rem-member {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: -1px;
|
|
||||||
left: 100%;
|
|
||||||
width: 1em;
|
|
||||||
height: calc( 100% - .1em - 2px );
|
|
||||||
padding: .12em .5em;
|
|
||||||
border-radius: 0 3px 3px 0;
|
|
||||||
border: 1px solid #bdbdbd;
|
|
||||||
box-shadow: inset 0 0 2px #fafafa;
|
|
||||||
background: url("/src/static/sub-menu-side/remove.svg") center center no-repeat;
|
|
||||||
background-size: auto 70%;
|
|
||||||
background-color: #f9f9f9;
|
|
||||||
color: inherit;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.rem-group:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.icon-permission:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.rem-permission:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.rem-member:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.rem-group:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.icon-permission:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.rem-permission:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.rem-member:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.rem-group:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.icon-permission:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.rem-permission:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.rem-member:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.rem-group:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.icon-permission:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.rem-permission:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.rem-member:hover {
|
|
||||||
background-image: url("/src/static/sub-menu-side/remove@d52918.svg");
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.icon-permission, #WRAPPER > #CONTAINER > section > .inline-box .groups > span:not(.ignore) > span.icon-permission:hover, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.icon-permission, #WRAPPER > #CONTAINER > section > .inline-box .groups > span.ignore > span > span.icon-permission:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.icon-permission, #WRAPPER > #CONTAINER > section > .inline-row .groups > span:not(.ignore) > span.icon-permission:hover, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.icon-permission, #WRAPPER > #CONTAINER > section > .inline-row .groups > span.ignore > span > span.icon-permission:hover {
|
|
||||||
border-color: #ddd;
|
|
||||||
background-color: #eee;
|
|
||||||
cursor: default;
|
|
||||||
background-image: url("/src/static/sub-menu-side/permission.svg");
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .link_edit,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .link_remove, #WRAPPER > #CONTAINER > section > .inline-row .link_edit,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row .link_remove {
|
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
|
||||||
position: relative;
|
|
||||||
width: 1em;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: 1em;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .link_edit > svg,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .link_remove > svg, #WRAPPER > #CONTAINER > section > .inline-row .link_edit > svg,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row .link_remove > svg {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
fill: #ddd !important;
|
|
||||||
transition: fill .4s ease-in-out;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .link_edit:hover > svg,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .link_remove:hover > svg, #WRAPPER > #CONTAINER > section > .inline-row .link_edit:hover > svg,
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row .link_remove:hover > svg {
|
|
||||||
fill: #2193e6 !important;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .link_remove:hover > svg, #WRAPPER > #CONTAINER > section > .inline-row .link_remove:hover > svg {
|
|
||||||
fill: #d52918 !important;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.fstart {
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: flex-start;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.fstart .searchbar {
|
|
||||||
flex: auto 1 1;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section.active > .inline-row {
|
|
||||||
flex: auto 1 1;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row {
|
|
||||||
width: calc( 100% - 4em - 2*1em );
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row > span {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: space-around;
|
|
||||||
flex: 100% 1 1;
|
|
||||||
border-left: 1px solid #ddd;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row > span:first-child {
|
|
||||||
border-left: 0;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > .inline-row button {
|
|
||||||
flex: auto;
|
|
||||||
width: 5em;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > form, #WRAPPER > #CONTAINER .form {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
left: 50%;
|
|
||||||
margin: .3em 0;
|
|
||||||
padding: 1em;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-color: #d52918;
|
|
||||||
box-shadow: 0 0 1px #b7b7b7;
|
|
||||||
background-color: #fff;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > form.valid, #WRAPPER > #CONTAINER .form.valid {
|
|
||||||
border-color: #27a560;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > form.neutral, #WRAPPER > #CONTAINER .form.neutral {
|
|
||||||
border-color: #2193e6;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > form.search, #WRAPPER > #CONTAINER .form.search {
|
|
||||||
border-color: #2193e6;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > form .edit_search_view,
|
|
||||||
#WRAPPER > #CONTAINER > section > form .remove_search_view, #WRAPPER > #CONTAINER .form .edit_search_view,
|
|
||||||
#WRAPPER > #CONTAINER .form .remove_search_view {
|
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
color: #aaaaaa;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > form .edit_search_view span,
|
|
||||||
#WRAPPER > #CONTAINER > section > form .remove_search_view span, #WRAPPER > #CONTAINER .form .edit_search_view span,
|
|
||||||
#WRAPPER > #CONTAINER .form .remove_search_view span {
|
|
||||||
color: #888888;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER > section > form span.error-msg, #WRAPPER > #CONTAINER .form span.error-msg {
|
|
||||||
display: inline-block;
|
|
||||||
color: #F03C3C;
|
|
||||||
font-size: 0.7em;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER input[type=text],
|
|
||||||
#WRAPPER > #CONTAINER input[type=mail],
|
|
||||||
#WRAPPER > #CONTAINER input[type=password],
|
|
||||||
#WRAPPER > #CONTAINER select, #WRAPPER > #CONTAINER.invalid > input[type=text], #WRAPPER > #CONTAINER.invalid > input[type=mail], #WRAPPER > #CONTAINER.invalid > input[type=password], #WRAPPER > #CONTAINER.invalid > select,
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=text],
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=mail],
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=password],
|
|
||||||
#WRAPPER > #CONTAINER select.invalid {
|
|
||||||
display: inline-block;
|
|
||||||
margin: 1em 0;
|
|
||||||
padding: .7em 1em;
|
|
||||||
border-radius: 3px;
|
|
||||||
border: 1px solid #d7dde8;
|
|
||||||
color: #2f3033;
|
|
||||||
transition: border .4s ease-in-out;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER input[type=text]:focus, #WRAPPER > #CONTAINER input[type=text]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input[type=mail]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input[type=mail]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input[type=password]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input[type=password]:hover,
|
|
||||||
#WRAPPER > #CONTAINER select:focus,
|
|
||||||
#WRAPPER > #CONTAINER select:hover, #WRAPPER > #CONTAINER.invalid > input[type=text]:focus, #WRAPPER > #CONTAINER.invalid > input[type=text]:hover, #WRAPPER > #CONTAINER.invalid > input[type=mail]:focus, #WRAPPER > #CONTAINER.invalid > input[type=mail]:hover, #WRAPPER > #CONTAINER.invalid > input[type=password]:focus, #WRAPPER > #CONTAINER.invalid > input[type=password]:hover, #WRAPPER > #CONTAINER.invalid > select:focus, #WRAPPER > #CONTAINER.invalid > select:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=text]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=text]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=mail]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=mail]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=password]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.invalid[type=password]:hover,
|
|
||||||
#WRAPPER > #CONTAINER select.invalid:focus,
|
|
||||||
#WRAPPER > #CONTAINER select.invalid:hover {
|
|
||||||
border-color: #d52918;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER select {
|
|
||||||
width: 100%;
|
|
||||||
display: block;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER select option {
|
|
||||||
padding: .5em;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .valid > input[type=text]:focus, #WRAPPER > #CONTAINER .valid > input[type=text]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .valid > input[type=mail]:focus,
|
|
||||||
#WRAPPER > #CONTAINER .valid > input[type=mail]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .valid > input[type=password]:focus,
|
|
||||||
#WRAPPER > #CONTAINER .valid > input[type=password]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .valid > select:focus,
|
|
||||||
#WRAPPER > #CONTAINER .valid > select:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.valid[type=text]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.valid[type=text]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.valid[type=mail]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.valid[type=mail]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.valid[type=password]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.valid[type=password]:hover,
|
|
||||||
#WRAPPER > #CONTAINER select.valid:focus,
|
|
||||||
#WRAPPER > #CONTAINER select.valid:hover {
|
|
||||||
border-color: #27a560;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .neutral > input[type=text]:focus, #WRAPPER > #CONTAINER .neutral > input[type=text]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > input[type=mail]:focus,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > input[type=mail]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > input[type=password]:focus,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > input[type=password]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > select:focus,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > select:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.neutral[type=text]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.neutral[type=text]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.neutral[type=mail]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.neutral[type=mail]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.neutral[type=password]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.neutral[type=password]:hover,
|
|
||||||
#WRAPPER > #CONTAINER select.neutral:focus,
|
|
||||||
#WRAPPER > #CONTAINER select.neutral:hover {
|
|
||||||
border-color: #2193e6;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .search > input[type=text]:focus, #WRAPPER > #CONTAINER .search > input[type=text]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .search > input[type=mail]:focus,
|
|
||||||
#WRAPPER > #CONTAINER .search > input[type=mail]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .search > input[type=password]:focus,
|
|
||||||
#WRAPPER > #CONTAINER .search > input[type=password]:hover,
|
|
||||||
#WRAPPER > #CONTAINER .search > select:focus,
|
|
||||||
#WRAPPER > #CONTAINER .search > select:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.search[type=text]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.search[type=text]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.search[type=mail]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.search[type=mail]:hover,
|
|
||||||
#WRAPPER > #CONTAINER input.search[type=password]:focus,
|
|
||||||
#WRAPPER > #CONTAINER input.search[type=password]:hover {
|
|
||||||
border-color: #5630ed;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button,
|
|
||||||
#WRAPPER > #CONTAINER button.invalid,
|
|
||||||
#WRAPPER > #CONTAINER .invalid > button {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
left: 50%;
|
|
||||||
padding: .7em 1em;
|
|
||||||
border-radius: 3px;
|
|
||||||
border: 1px solid #d52918;
|
|
||||||
background: #d52918 center center no-repeat;
|
|
||||||
color: #fff;
|
|
||||||
transition: background .4s ease-in-out;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button:hover, #WRAPPER > #CONTAINER button:focus, #WRAPPER > #CONTAINER button:disabled,
|
|
||||||
#WRAPPER > #CONTAINER button.invalid:hover,
|
|
||||||
#WRAPPER > #CONTAINER button.invalid:focus,
|
|
||||||
#WRAPPER > #CONTAINER button.invalid:disabled,
|
|
||||||
#WRAPPER > #CONTAINER .invalid > button:hover,
|
|
||||||
#WRAPPER > #CONTAINER .invalid > button:focus,
|
|
||||||
#WRAPPER > #CONTAINER .invalid > button:disabled {
|
|
||||||
background-color: #fff;
|
|
||||||
color: #d52918;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.valid,
|
|
||||||
#WRAPPER > #CONTAINER .valid > button {
|
|
||||||
border-color: #27a560;
|
|
||||||
background-color: #27a560;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.valid:hover, #WRAPPER > #CONTAINER button.valid:focus, #WRAPPER > #CONTAINER button.valid:disabled,
|
|
||||||
#WRAPPER > #CONTAINER .valid > button:hover,
|
|
||||||
#WRAPPER > #CONTAINER .valid > button:focus,
|
|
||||||
#WRAPPER > #CONTAINER .valid > button:disabled {
|
|
||||||
background-color: #fff;
|
|
||||||
color: #27a560;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.neutral,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > button {
|
|
||||||
border-color: #2193e6;
|
|
||||||
background-color: #2193e6;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.neutral:hover, #WRAPPER > #CONTAINER button.neutral:focus, #WRAPPER > #CONTAINER button.neutral:disabled,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > button:hover,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > button:focus,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > button:disabled {
|
|
||||||
background-color: #fff;
|
|
||||||
color: #2193e6;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.search,
|
|
||||||
#WRAPPER > #CONTAINER .search > button {
|
|
||||||
border-color: #5630ed;
|
|
||||||
background-color: #5630ed;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.search:hover, #WRAPPER > #CONTAINER button.search:focus, #WRAPPER > #CONTAINER button.search:disabled,
|
|
||||||
#WRAPPER > #CONTAINER .search > button:hover,
|
|
||||||
#WRAPPER > #CONTAINER .search > button:focus,
|
|
||||||
#WRAPPER > #CONTAINER .search > button:disabled {
|
|
||||||
background-color: #fff;
|
|
||||||
color: #5630ed;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .invalid > button.active,
|
|
||||||
#WRAPPER > #CONTAINER button.invalid.active,
|
|
||||||
#WRAPPER > #CONTAINER button.active {
|
|
||||||
background-color: #fff;
|
|
||||||
background-image: url("/src/static/container/active@d52918.svg") !important;
|
|
||||||
background-size: 1em auto;
|
|
||||||
color: transparent !important;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.valid.active,
|
|
||||||
#WRAPPER > #CONTAINER .valid > button.active {
|
|
||||||
background-image: url("/src/static/container/active@27a560.svg") !important;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.neutral.active,
|
|
||||||
#WRAPPER > #CONTAINER .neutral > button.active {
|
|
||||||
background-image: url("/src/static/container/active@2193e6.svg") !important;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER button.search.active,
|
|
||||||
#WRAPPER > #CONTAINER .search > button.active {
|
|
||||||
background-image: url("/src/static/container/active@5630ed.svg") !important;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER hr.OR[data-label] {
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
height: 0;
|
|
||||||
border: 0;
|
|
||||||
border-bottom: 1px dashed #d52918;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER hr.OR[data-label]:before {
|
|
||||||
content: attr(data-label);
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
padding: 0 1em;
|
|
||||||
background-color: #fff;
|
|
||||||
color: #d52918;
|
|
||||||
transform: translateX(-50%) translatey(-50%);
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .valid > hr.OR,
|
|
||||||
#WRAPPER > #CONTAINER hr.OR.valid {
|
|
||||||
border-bottom: 1px dashed #27a560;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .valid > hr.OR:before,
|
|
||||||
#WRAPPER > #CONTAINER hr.OR.valid:before {
|
|
||||||
color: #27a560;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .neutral > hr.OR,
|
|
||||||
#WRAPPER > #CONTAINER hr.OR.neutral {
|
|
||||||
border-bottom: 1px dashed #2193e6;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .neutral > hr.OR:before,
|
|
||||||
#WRAPPER > #CONTAINER hr.OR.neutral:before {
|
|
||||||
color: #2193e6;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .search > hr.OR,
|
|
||||||
#WRAPPER > #CONTAINER hr.OR.search {
|
|
||||||
border-bottom: 1px dashed #5630ed;
|
|
||||||
}
|
|
||||||
#WRAPPER > #CONTAINER .search > hr.OR:before,
|
|
||||||
#WRAPPER > #CONTAINER hr.OR.search:before {
|
|
||||||
color: #5630ed;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* [4] Tableau à cocher
|
|
||||||
=========================================================*/
|
|
||||||
article.check-table {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
border-radius: 3px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
}
|
|
||||||
article.check-table > div {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
flex: 100%;
|
|
||||||
padding: .8em 0;
|
|
||||||
color: #333;
|
|
||||||
background: #f8f8f8;
|
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
transition: background .2s ease-in-out;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
article.check-table > div:nth-child(2n) {
|
|
||||||
background: #fdfdfd;
|
|
||||||
}
|
|
||||||
article.check-table > div > span {
|
|
||||||
flex: 100%;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: nowrap;
|
|
||||||
justify-content: center;
|
|
||||||
/* (1) Gestion du checkbox hack */
|
|
||||||
}
|
|
||||||
article.check-table > div > span input[type='checkbox'] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
article.check-table > div > span input[type='checkbox'] + label[for] {
|
|
||||||
display: inline-block;
|
|
||||||
position: absolute;
|
|
||||||
width: 1.2em;
|
|
||||||
height: 1.2em;
|
|
||||||
background: url("/src/static/container/checkbox@999999.svg") center center no-repeat;
|
|
||||||
background-size: 100% auto;
|
|
||||||
transition: box-shadow .2s ease-in-out;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
article.check-table > div > span input[type='checkbox']:checked + label[for] {
|
|
||||||
background-image: url("/src/static/container/checkbox@checked@007dd8.svg");
|
|
||||||
}
|
|
||||||
|
|
||||||
/*# sourceMappingURL=container.css.map */
|
|
|
@ -1,2 +0,0 @@
|
||||||
|
|
||||||
/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAiZ2xvYmFsLmNzcyIsCgkic291cmNlcyI6IFsKCQkiLi4vZ2xvYmFsLnNjc3MiCgldLAoJInNvdXJjZXNDb250ZW50IjogWwoJCSIiCgldLAoJIm1hcHBpbmdzIjogIiIsCgkibmFtZXMiOiBbXQp9 */
|
|
|
@ -1,31 +0,0 @@
|
||||||
/* COULEUR DU THEME */
|
|
||||||
/* COULEUR DU SOUS-MENU */
|
|
||||||
/* COULEUR DES ERREURS */
|
|
||||||
/* FORMULAIRES */
|
|
||||||
/* GESTION DES LONGUEURS */
|
|
||||||
#WRAPPER > #HEADER {
|
|
||||||
/* Animation de chargement qudnd chargement ajax */
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #HEADER > .icon {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 4em;
|
|
||||||
height: 4em;
|
|
||||||
background-color: #c23f05;
|
|
||||||
background-image: url("/src/static/iconv2.svg");
|
|
||||||
background-position: center center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 50% 50%;
|
|
||||||
cursor: pointer;
|
|
||||||
transition: all .3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #HEADER.loading > .icon {
|
|
||||||
background-image: url("/src/static/loaderv2.svg");
|
|
||||||
background-size: 70% 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAiaGVhZGVyLmNzcyIsCgkic291cmNlcyI6IFsKCQkiLi4vaGVhZGVyLnNjc3MiLAoJCSIuLi9jb25zdGFudHMuc2NzcyIKCV0sCgkic291cmNlc0NvbnRlbnQiOiBbCgkJIkBpbXBvcnQgJ2NvbnN0YW50cyc7XG5cblxuI1dSQVBQRVIgPiAjSEVBREVSe1xuXHQvLyBJY29uZSBkdSBzaXRlXG5cdCYgPiAuaWNvbntcblx0XHRkaXNwbGF5OiBibG9jaztcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XG5cdFx0XHR0b3A6IDA7XG5cdFx0XHRsZWZ0OiAwO1xuXHRcdFx0d2lkdGg6ICRtZW51LXNpZGUtd2lkdGg7XG5cdFx0XHRoZWlnaHQ6ICRtZW51LXNpZGUtd2lkdGg7XG5cblx0XHRiYWNrZ3JvdW5kLWNvbG9yOiBkYXJrZW4oJHRoZW1lLWNvbG9yLCAxMCk7XG5cdFx0YmFja2dyb3VuZC1pbWFnZTogdXJsKCcvc3JjL3N0YXRpYy9pY29udjIuc3ZnJyk7XG5cdFx0YmFja2dyb3VuZC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjtcblx0XHRiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xuXHRcdGJhY2tncm91bmQtc2l6ZTogNTAlIDUwJTtcblxuXHRcdGN1cnNvcjogcG9pbnRlcjtcblxuXHRcdHRyYW5zaXRpb246IGFsbCAuM3M7XG5cblx0fVxuXG5cdC8qIEFuaW1hdGlvbiBkZSBjaGFyZ2VtZW50IHF1ZG5kIGNoYXJnZW1lbnQgYWpheCAqL1xuXHQmLmxvYWRpbmcgPiAuaWNvbntcblx0XHRiYWNrZ3JvdW5kLWltYWdlOiB1cmwoJy9zcmMvc3RhdGljL2xvYWRlcnYyLnN2ZycpO1xuXHRcdGJhY2tncm91bmQtc2l6ZTogNzAlIDcwJTtcblx0fVxuXG59XG4iLAoJCSIvKiBDT1VMRVVSIERVIFRIRU1FICovXG4kdGhlbWUtY29sb3I6ICNmNDRmMDY7XG5cbi8qIENPVUxFVVIgRFUgU09VUy1NRU5VICovXG4kc3ViLW1lbnUtY29sb3I6ICM1YjVlNjM7XG5cbi8qIENPVUxFVVIgREVTIEVSUkVVUlMgKi9cbiRlcnJvci1jb2xvcjogI2NjNTg1NztcblxuLyogRk9STVVMQUlSRVMgKi9cbiRmb3JtLXZhbGlkLWNvbG9yOiAgICMyN2E1NjA7XG4kZm9ybS1uZXV0cmFsLWNvbG9yOiAjMjE5M2U2O1xuJGZvcm0tc2VhcmNoLWNvbG9yOiAgIzU2MzBlZDtcbiRmb3JtLWludmFsaWQtY29sb3I6ICNkNTI5MTg7XG5cblxuLyogR0VTVElPTiBERVMgTE9OR1VFVVJTICovXG4kbWVudS1zaWRlLXdpZHRoOiA0ZW07XG5cblxuLy8gUE9VUiBSRVNPVVJDRV9ESVNQQVRDSEVSXG4kcmQtZm9ybS12YWxpZC1jb2xvcjogICAnMjdhNTYwJztcbiRyZC1mb3JtLW5ldXRyYWwtY29sb3I6ICcyMTkzZTYnO1xuJHJkLWZvcm0tc2VhcmNoLWNvbG9yOiAgJzU2MzBlZCc7XG4kcmQtZm9ybS1pbnZhbGlkLWNvbG9yOiAnZDUyOTE4JztcbiIKCV0sCgkibWFwcGluZ3MiOiAiQUNBQSxzQkFBc0I7QUFHdEIsMEJBQTBCO0FBRzFCLHlCQUF5QjtBQUd6QixpQkFBaUI7QUFPakIsMkJBQTJCO0FEYjNCLEFBQVcsUUFBSCxHQUFHLE9BQU8sQ0FBQTtFQXNCakIsbURBQW1EO0NBTW5EOztBQTVCRCxBQUVLLFFBRkcsR0FBRyxPQUFPLEdBRWIsS0FBSyxDQUFBO0VBQ1IsT0FBTyxFQUFFLEtBQU07RUFDZixRQUFRLEVBQUUsUUFBUztFQUNsQixHQUFHLEVBQUUsQ0FBRTtFQUNQLElBQUksRUFBRSxDQUFFO0VBQ1IsS0FBSyxFQ09VLEdBQUc7RURObEIsTUFBTSxFQ01TLEdBQUc7RURKbkIsZ0JBQWdCLEVBQUUsT0FBTTtFQUN4QixnQkFBZ0IsRUFBRSw2QkFBRztFQUNyQixtQkFBbUIsRUFBRSxhQUFjO0VBQ25DLGlCQUFpQixFQUFFLFNBQVU7RUFDN0IsZUFBZSxFQUFFLE9BQVE7RUFFekIsTUFBTSxFQUFFLE9BQVE7RUFFaEIsVUFBVSxFQUFFLE9BQVE7Q0FFcEI7O0FBcEJGLEFBdUJhLFFBdkJMLEdBQUcsT0FBTyxBQXVCaEIsUUFBUSxHQUFHLEtBQUssQ0FBQTtFQUNoQixnQkFBZ0IsRUFBRSwrQkFBRztFQUNyQixlQUFlLEVBQUUsT0FBUTtDQUN6QiIsCgkibmFtZXMiOiBbXQp9 */
|
|
|
@ -1,62 +0,0 @@
|
||||||
/* COULEUR DU THEME */
|
|
||||||
/* COULEUR DU SOUS-MENU */
|
|
||||||
/* COULEUR DES ERREURS */
|
|
||||||
/* FORMULAIRES */
|
|
||||||
/* GESTION DES LONGUEURS */
|
|
||||||
#WRAPPER {
|
|
||||||
display: block;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background-color: #edf0f5;
|
|
||||||
font-family: 'Open Sans', 'Ubuntu';
|
|
||||||
/* [1] Header de la page
|
|
||||||
==========================================*/
|
|
||||||
/* [2] Side-Menu de la page
|
|
||||||
==========================================*/
|
|
||||||
/* [3] Container de la page
|
|
||||||
==========================================*/
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #HEADER {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: calc( 4em - 1px);
|
|
||||||
border-bottom: 1px solid #c23f05;
|
|
||||||
background-color: #f44f06;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #MENU-SIDE {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 4em;
|
|
||||||
left: 0;
|
|
||||||
width: 4em;
|
|
||||||
height: 100%;
|
|
||||||
box-shadow: 2px 1px 3px #ddd;
|
|
||||||
background-color: #fff;
|
|
||||||
transition: all .3s;
|
|
||||||
z-index: 9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #CONTAINER {
|
|
||||||
display: flex;
|
|
||||||
position: absolute;
|
|
||||||
top: 4em;
|
|
||||||
left: 4em;
|
|
||||||
width: calc( 100% - 4em - 2*1em);
|
|
||||||
height: calc( 100% - 4em - 2*1em);
|
|
||||||
padding: 1em;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-between;
|
|
||||||
overflow-x: none;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAibGF5b3V0LmNzcyIsCgkic291cmNlcyI6IFsKCQkiLi4vbGF5b3V0LnNjc3MiLAoJCSIuLi9jb25zdGFudHMuc2NzcyIKCV0sCgkic291cmNlc0NvbnRlbnQiOiBbCgkJIkBpbXBvcnQgJ2NvbnN0YW50cyc7XG5cbiNXUkFQUEVSe1xuXHRkaXNwbGF5OiBibG9jaztcblx0cG9zaXRpb246IGZpeGVkO1xuXHRcdHRvcDogMDtcblx0XHRsZWZ0OiAwO1xuXHRcdHdpZHRoOiAxMDAlO1xuXHRcdGhlaWdodDogMTAwJTtcblxuXHRiYWNrZ3JvdW5kLWNvbG9yOiAjZWRmMGY1O1xuXG5cdGZvbnQtZmFtaWx5OiAnT3BlbiBTYW5zJywgJ1VidW50dSc7XG5cblxuXHQvKiBbMV0gSGVhZGVyIGRlIGxhIHBhZ2Vcblx0PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ki9cblx0JiA+ICNIRUFERVJ7XG5cdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0cG9zaXRpb246IGFic29sdXRlO1xuXHRcdFx0dG9wOiAwO1xuXHRcdFx0bGVmdDogMDtcblx0XHRcdHdpZHRoOiAxMDAlO1xuXHRcdFx0aGVpZ2h0OiBjYWxjKCAjeyRtZW51LXNpZGUtd2lkdGh9IC0gMXB4ICk7XG5cblx0XHRib3JkZXItYm90dG9tOiAxcHggc29saWQgZGFya2VuKCR0aGVtZS1jb2xvciwgMTApO1xuXG5cdFx0YmFja2dyb3VuZC1jb2xvcjogJHRoZW1lLWNvbG9yO1xuXG5cdFx0ei1pbmRleDogMTA7XG5cblx0fVxuXG5cblx0LyogWzJdIFNpZGUtTWVudSBkZSBsYSBwYWdlXG5cdD09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSovXG5cdC8vIEdlc3Rpb24gZHUgbWVudVxuXHQmID4gI01FTlUtU0lERXtcblx0XHRkaXNwbGF5OiBibG9jaztcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XG5cdFx0XHR0b3A6ICRtZW51LXNpZGUtd2lkdGg7XG5cdFx0XHRsZWZ0OiAwO1xuXHRcdFx0d2lkdGg6ICRtZW51LXNpZGUtd2lkdGg7XG5cdFx0XHRoZWlnaHQ6IDEwMCU7XG5cblx0XHRib3gtc2hhZG93OiAycHggMXB4IDNweCAjZGRkO1xuXG5cdFx0YmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcblxuXHRcdHRyYW5zaXRpb246IGFsbCAuM3M7XG5cblx0XHR6LWluZGV4OiA5O1xuXHR9XG5cblxuXHQvKiBbM10gQ29udGFpbmVyIGRlIGxhIHBhZ2Vcblx0PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ki9cblx0JiA+ICNDT05UQUlORVJ7XG5cdFx0ZGlzcGxheTogZmxleDtcblx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XG5cdFx0XHR0b3A6ICRtZW51LXNpZGUtd2lkdGg7XG5cdFx0XHRsZWZ0OiAkbWVudS1zaWRlLXdpZHRoO1xuXHRcdFx0d2lkdGg6IGNhbGMoIDEwMCUgLSAjeyRtZW51LXNpZGUtd2lkdGh9IC0gMioxZW0gKTtcblx0XHRcdGhlaWdodDogY2FsYyggMTAwJSAtICN7JG1lbnUtc2lkZS13aWR0aH0gLSAyKjFlbSApO1xuXHRcdHBhZGRpbmc6IDFlbTtcblxuXHRcdC8vIEZsZXggcHJvcGVydGllc1xuXHRcdGZsZXgtZGlyZWN0aW9uOiByb3c7XG5cdFx0anVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuXG5cdFx0b3ZlcmZsb3cteDogbm9uZTtcblx0XHRvdmVyZmxvdy15OiBhdXRvO1xuXHR9XG59XG4iLAoJCSIvKiBDT1VMRVVSIERVIFRIRU1FICovXG4kdGhlbWUtY29sb3I6ICNmNDRmMDY7XG5cbi8qIENPVUxFVVIgRFUgU09VUy1NRU5VICovXG4kc3ViLW1lbnUtY29sb3I6ICM1YjVlNjM7XG5cbi8qIENPVUxFVVIgREVTIEVSUkVVUlMgKi9cbiRlcnJvci1jb2xvcjogI2NjNTg1NztcblxuLyogRk9STVVMQUlSRVMgKi9cbiRmb3JtLXZhbGlkLWNvbG9yOiAgICMyN2E1NjA7XG4kZm9ybS1uZXV0cmFsLWNvbG9yOiAjMjE5M2U2O1xuJGZvcm0tc2VhcmNoLWNvbG9yOiAgIzU2MzBlZDtcbiRmb3JtLWludmFsaWQtY29sb3I6ICNkNTI5MTg7XG5cblxuLyogR0VTVElPTiBERVMgTE9OR1VFVVJTICovXG4kbWVudS1zaWRlLXdpZHRoOiA0ZW07XG5cblxuLy8gUE9VUiBSRVNPVVJDRV9ESVNQQVRDSEVSXG4kcmQtZm9ybS12YWxpZC1jb2xvcjogICAnMjdhNTYwJztcbiRyZC1mb3JtLW5ldXRyYWwtY29sb3I6ICcyMTkzZTYnO1xuJHJkLWZvcm0tc2VhcmNoLWNvbG9yOiAgJzU2MzBlZCc7XG4kcmQtZm9ybS1pbnZhbGlkLWNvbG9yOiAnZDUyOTE4JztcbiIKCV0sCgkibWFwcGluZ3MiOiAiQUNBQSxzQkFBc0I7QUFHdEIsMEJBQTBCO0FBRzFCLHlCQUF5QjtBQUd6QixpQkFBaUI7QUFPakIsMkJBQTJCO0FEZDNCLEFBQUEsUUFBUSxDQUFBO0VBQ1AsT0FBTyxFQUFFLEtBQU07RUFDZixRQUFRLEVBQUUsS0FBTTtFQUNmLEdBQUcsRUFBRSxDQUFFO0VBQ1AsSUFBSSxFQUFFLENBQUU7RUFDUixLQUFLLEVBQUUsSUFBSztFQUNaLE1BQU0sRUFBRSxJQUFLO0VBRWQsZ0JBQWdCLEVBQUUsT0FBUTtFQUUxQixXQUFXLEVBQUUscUJBQXNCO0VBR25DOzZDQUM0QztFQWtCNUM7NkNBQzRDO0VBb0I1Qzs2Q0FDNEM7Q0FpQjVDOztBQXZFRCxBQWVLLFFBZkcsR0FlSCxPQUFPLENBQUE7RUFDVixPQUFPLEVBQUUsS0FBTTtFQUNmLFFBQVEsRUFBRSxRQUFTO0VBQ2xCLEdBQUcsRUFBRSxDQUFFO0VBQ1AsSUFBSSxFQUFFLENBQUU7RUFDUixLQUFLLEVBQUUsSUFBSztFQUNaLE1BQU0sRUFBRSxnQkFBSTtFQUViLGFBQWEsRUFBRSxHQUFHLENBQUMsS0FBSyxDQUFDLE9BQU07RUFFL0IsZ0JBQWdCLEVDMUJKLE9BQU87RUQ0Qm5CLE9BQU8sRUFBRSxFQUFHO0NBRVo7O0FBN0JGLEFBbUNLLFFBbkNHLEdBbUNILFVBQVUsQ0FBQTtFQUNiLE9BQU8sRUFBRSxLQUFNO0VBQ2YsUUFBUSxFQUFFLFFBQVM7RUFDbEIsR0FBRyxFQ3ZCWSxHQUFHO0VEd0JsQixJQUFJLEVBQUUsQ0FBRTtFQUNSLEtBQUssRUN6QlUsR0FBRztFRDBCbEIsTUFBTSxFQUFFLElBQUs7RUFFZCxVQUFVLEVBQUUsZ0JBQWlCO0VBRTdCLGdCQUFnQixFQUFFLElBQUs7RUFFdkIsVUFBVSxFQUFFLE9BQVE7RUFFcEIsT0FBTyxFQUFFLENBQUU7Q0FDWDs7QUFsREYsQUF1REssUUF2REcsR0F1REgsVUFBVSxDQUFBO0VBQ2IsT0FBTyxFQUFFLElBQUs7RUFDZCxRQUFRLEVBQUUsUUFBUztFQUNsQixHQUFHLEVDM0NZLEdBQUc7RUQ0Q2xCLElBQUksRUM1Q1csR0FBRztFRDZDbEIsS0FBSyxFQUFFLHlCQUFJO0VBQ1gsTUFBTSxFQUFFLHlCQUFJO0VBQ2IsT0FBTyxFQUFFLEdBQUk7RUFHYixjQUFjLEVBQUUsR0FBSTtFQUNwQixlQUFlLEVBQUUsYUFBYztFQUUvQixVQUFVLEVBQUUsSUFBSztFQUNqQixVQUFVLEVBQUUsSUFBSztDQUNqQiIsCgkibmFtZXMiOiBbXQp9 */
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,54 +0,0 @@
|
||||||
/* COULEUR DU THEME */
|
|
||||||
/* COULEUR DU SOUS-MENU */
|
|
||||||
/* COULEUR DES ERREURS */
|
|
||||||
/* FORMULAIRES */
|
|
||||||
/* GESTION DES LONGUEURS */
|
|
||||||
#CONTAINER > .sub-menu-side {
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink] {
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
width: 7.5em;
|
|
||||||
padding: .3em 1em .3em 2em;
|
|
||||||
margin: 1em;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #5b5e63;
|
|
||||||
text-shadow: 1px 1px white;
|
|
||||||
white-space: nowrap;
|
|
||||||
transition: all .2s;
|
|
||||||
cursor: pointer;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink] > .svg > svg {
|
|
||||||
display: inline-block;
|
|
||||||
position: absolute;
|
|
||||||
left: .5em;
|
|
||||||
top: 50%;
|
|
||||||
width: 1em;
|
|
||||||
height: 1em;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink] > .svg > svg path {
|
|
||||||
fill: #5b5e63 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink]:hover, #CONTAINER > .sub-menu-side > span[data-sublink].active {
|
|
||||||
color: #121213;
|
|
||||||
background-color: #d8deea;
|
|
||||||
box-shadow: inset 0 0 4px #c8ced9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink]:hover > .svg > svg path, #CONTAINER > .sub-menu-side > span[data-sublink].active > .svg > svg path {
|
|
||||||
fill: #121213 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink]:nth-child(1) {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAic3VibWVudS1zaWRlLmNzcyIsCgkic291cmNlcyI6IFsKCQkiLi4vc3VibWVudS1zaWRlLnNjc3MiLAoJCSIuLi9jb25zdGFudHMuc2NzcyIKCV0sCgkic291cmNlc0NvbnRlbnQiOiBbCgkJIkBpbXBvcnQgJ2NvbnN0YW50cyc7XG5cblxuI0NPTlRBSU5FUiA+IC5zdWItbWVudS1zaWRle1xuXHRkaXNwbGF5OiBibG9jaztcblx0cG9zaXRpb246IHJlbGF0aXZlO1xuXG5cdC8vIExlcyBsaWVucyBkdSBtZW51XG5cdCYgPiBzcGFuW2RhdGEtc3VibGlua117XG5cdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xuXHRcdFx0d2lkdGg6IDcuNWVtO1xuXG5cdFx0cGFkZGluZzogLjNlbSAxZW0gLjNlbSAyZW07XG5cdFx0bWFyZ2luOiAxZW07XG5cblx0XHRib3JkZXItcmFkaXVzOiAzcHg7XG5cblx0XHRjb2xvcjogJHN1Yi1tZW51LWNvbG9yO1xuXHRcdHRleHQtc2hhZG93OiAxcHggMXB4IHdoaXRlO1xuXHRcdHdoaXRlLXNwYWNlOiBub3dyYXA7XG5cblx0XHR0cmFuc2l0aW9uOiBhbGwgLjJzO1xuXG5cdFx0Y3Vyc29yOiBwb2ludGVyO1xuXG5cdFx0b3ZlcmZsb3c6IGhpZGRlbjtcblxuXHRcdC8vIERpbWVuc2lvbi9Qb3NpdGlvbiBkZXMgc3ZnIChpY29uZXMpXG5cdFx0JiA+IC5zdmcgPiBzdmd7XG5cdFx0XHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG5cdFx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XG5cdFx0XHRcdGxlZnQ6IC41ZW07XG5cdFx0XHRcdC8vIGxlZnQ6IDEwMCU7XG5cdFx0XHRcdHRvcDogNTAlO1xuXHRcdFx0XHR3aWR0aDogMWVtO1xuXHRcdFx0XHRoZWlnaHQ6IDFlbTtcblxuXHRcdFx0dHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuXG5cdFx0XHQvLyBDb2xvcmF0aW9uIHBvdXIgdG91cyBsZXMgZWxlbWVudHMgZHUgc3ZnXG5cdFx0XHQmIHBhdGh7XG5cdFx0XHRcdGZpbGw6ICRzdWItbWVudS1jb2xvciAhaW1wb3J0YW50O1xuXHRcdFx0fVxuXHRcdH1cblxuXHRcdCY6aG92ZXIsXG5cdFx0Ji5hY3RpdmV7XG5cdFx0XHRjb2xvcjogZGFya2VuKCRzdWItbWVudS1jb2xvciwgMzApO1xuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogI2Q4ZGVlYTtcblx0XHRcdGJveC1zaGFkb3c6IGluc2V0IDAgMCA0cHggI2M4Y2VkOTtcblxuXHRcdFx0JiA+IC5zdmcgPiBzdmcgcGF0aHtcblx0XHRcdFx0ZmlsbDogZGFya2VuKCRzdWItbWVudS1jb2xvciwgMzApICFpbXBvcnRhbnQ7XG5cdFx0XHR9XG5cblx0XHR9XG5cblx0fVxuXG5cblx0Ly8gT24gZGVjYWxlIGxlIHByZW1pZXJcblx0JiA+IHNwYW5bZGF0YS1zdWJsaW5rXTpudGgtY2hpbGQoMSl7XG5cdFx0bWFyZ2luLXRvcDogMWVtO1xuXHR9XG5cbn1cbiIsCgkJIi8qIENPVUxFVVIgRFUgVEhFTUUgKi9cbiR0aGVtZS1jb2xvcjogI2Y0NGYwNjtcblxuLyogQ09VTEVVUiBEVSBTT1VTLU1FTlUgKi9cbiRzdWItbWVudS1jb2xvcjogIzViNWU2MztcblxuLyogQ09VTEVVUiBERVMgRVJSRVVSUyAqL1xuJGVycm9yLWNvbG9yOiAjY2M1ODU3O1xuXG4vKiBGT1JNVUxBSVJFUyAqL1xuJGZvcm0tdmFsaWQtY29sb3I6ICAgIzI3YTU2MDtcbiRmb3JtLW5ldXRyYWwtY29sb3I6ICMyMTkzZTY7XG4kZm9ybS1zZWFyY2gtY29sb3I6ICAjNTYzMGVkO1xuJGZvcm0taW52YWxpZC1jb2xvcjogI2Q1MjkxODtcblxuXG4vKiBHRVNUSU9OIERFUyBMT05HVUVVUlMgKi9cbiRtZW51LXNpZGUtd2lkdGg6IDRlbTtcblxuXG4vLyBQT1VSIFJFU09VUkNFX0RJU1BBVENIRVJcbiRyZC1mb3JtLXZhbGlkLWNvbG9yOiAgICcyN2E1NjAnO1xuJHJkLWZvcm0tbmV1dHJhbC1jb2xvcjogJzIxOTNlNic7XG4kcmQtZm9ybS1zZWFyY2gtY29sb3I6ICAnNTYzMGVkJztcbiRyZC1mb3JtLWludmFsaWQtY29sb3I6ICdkNTI5MTgnO1xuIgoJXSwKCSJtYXBwaW5ncyI6ICJBQ0FBLHNCQUFzQjtBQUd0QiwwQkFBMEI7QUFHMUIseUJBQXlCO0FBR3pCLGlCQUFpQjtBQU9qQiwyQkFBMkI7QURiM0IsQUFBYSxVQUFILEdBQUcsY0FBYyxDQUFBO0VBQzFCLE9BQU8sRUFBRSxLQUFNO0VBQ2YsUUFBUSxFQUFFLFFBQVM7Q0E2RG5COztBQS9ERCxBQUtzQixVQUxaLEdBQUcsY0FBYyxHQUt0QixJQUFJLENBQUEsQUFBQSxZQUFDLEFBQUEsRUFBYTtFQUNyQixPQUFPLEVBQUUsS0FBTTtFQUNmLFFBQVEsRUFBRSxRQUFTO0VBQ2xCLEtBQUssRUFBRSxLQUFNO0VBRWQsT0FBTyxFQUFFLGlCQUFrQjtFQUMzQixNQUFNLEVBQUUsR0FBSTtFQUVaLGFBQWEsRUFBRSxHQUFJO0VBRW5CLEtBQUssRUNkVSxPQUFPO0VEZXRCLFdBQVcsRUFBRSxhQUFjO0VBQzNCLFdBQVcsRUFBRSxNQUFPO0VBRXBCLFVBQVUsRUFBRSxPQUFRO0VBRXBCLE1BQU0sRUFBRSxPQUFRO0VBRWhCLFFBQVEsRUFBRSxNQUFPO0NBZ0NqQjs7QUF2REYsQUEwQmEsVUExQkgsR0FBRyxjQUFjLEdBS3RCLElBQUksQ0FBQSxBQUFBLFlBQUMsQUFBQSxJQXFCSixJQUFJLEdBQUcsR0FBRyxDQUFBO0VBQ2IsT0FBTyxFQUFFLFlBQWE7RUFDdEIsUUFBUSxFQUFFLFFBQVM7RUFDbEIsSUFBSSxFQUFFLElBQUs7RUFFWCxHQUFHLEVBQUUsR0FBSTtFQUNULEtBQUssRUFBRSxHQUFJO0VBQ1gsTUFBTSxFQUFFLEdBQUk7RUFFYixTQUFTLEVBQUUsZ0JBQVU7Q0FNckI7O0FBekNILEFBc0NLLFVBdENLLEdBQUcsY0FBYyxHQUt0QixJQUFJLENBQUEsQUFBQSxZQUFDLEFBQUEsSUFxQkosSUFBSSxHQUFHLEdBQUcsQ0FZWCxJQUFJLENBQUE7RUFDTCxJQUFJLEVDdENTLE9BQU8sQ0RzQ0UsVUFBVTtDQUNoQzs7QUF4Q0osQUFLc0IsVUFMWixHQUFHLGNBQWMsR0FLdEIsSUFBSSxDQUFBLEFBQUEsWUFBQyxBQUFBLENBc0NQLE1BQU0sRUEzQ1QsQUFLc0IsVUFMWixHQUFHLGNBQWMsR0FLdEIsSUFBSSxDQUFBLEFBQUEsWUFBQyxBQUFBLENBdUNQLE9BQU8sQ0FBQTtFQUNQLEtBQUssRUFBRSxPQUFNO0VBQ2IsZ0JBQWdCLEVBQUUsT0FBUTtFQUMxQixVQUFVLEVBQUUscUJBQXNCO0NBTWxDOztBQXJESCxBQWlEa0IsVUFqRFIsR0FBRyxjQUFjLEdBS3RCLElBQUksQ0FBQSxBQUFBLFlBQUMsQUFBQSxDQXNDUCxNQUFNLEdBTUYsSUFBSSxHQUFHLEdBQUcsQ0FBQyxJQUFJLEVBakR0QixBQWlEa0IsVUFqRFIsR0FBRyxjQUFjLEdBS3RCLElBQUksQ0FBQSxBQUFBLFlBQUMsQUFBQSxDQXVDUCxPQUFPLEdBS0gsSUFBSSxHQUFHLEdBQUcsQ0FBQyxJQUFJLENBQUE7RUFDbEIsSUFBSSxFQUFFLE9BQU0sQ0FBc0IsVUFBVTtDQUM1Qzs7QUFuREosQUEyRG1DLFVBM0R6QixHQUFHLGNBQWMsR0EyRHRCLElBQUksQ0FBQSxBQUFBLFlBQUMsQUFBQSxDQUFhLFVBQVcsQ0FBQSxBQUFBLENBQUMsRUFBQztFQUNsQyxVQUFVLEVBQUUsR0FBSTtDQUNoQiIsCgkibmFtZXMiOiBbXQp9 */
|
|
File diff suppressed because it is too large
Load Diff
|
@ -16,47 +16,32 @@ section > form, .form {
|
||||||
box-shadow: 0 0 1px #b7b7b7;
|
box-shadow: 0 0 1px #b7b7b7;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-transform: translateX(-50%);
|
-webkit-transform: translateX(-50%);
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%); }
|
||||||
}
|
section > form#choose-cluster, .form#choose-cluster {
|
||||||
|
left: 0;
|
||||||
section > form#choose-cluster, .form#choose-cluster {
|
-webkit-transform: none;
|
||||||
left: 0;
|
transform: none; }
|
||||||
-webkit-transform: none;
|
section > form.valid, .form.valid {
|
||||||
transform: none;
|
border-color: #27a560; }
|
||||||
}
|
section > form.neutral, .form.neutral {
|
||||||
|
border-color: #2193e6; }
|
||||||
section > form.valid, .form.valid {
|
section > form.search, .form.search {
|
||||||
border-color: #27a560;
|
border-color: #2193e6; }
|
||||||
}
|
section > form .edit_search_view,
|
||||||
|
section > form .remove_search_view, .form .edit_search_view,
|
||||||
section > form.neutral, .form.neutral {
|
.form .remove_search_view {
|
||||||
border-color: #2193e6;
|
display: inline-block;
|
||||||
}
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
section > form.search, .form.search {
|
color: #aaaaaa; }
|
||||||
border-color: #2193e6;
|
section > form .edit_search_view span,
|
||||||
}
|
section > form .remove_search_view span, .form .edit_search_view span,
|
||||||
|
.form .remove_search_view span {
|
||||||
section > form .edit_search_view,
|
color: #888888; }
|
||||||
section > form .remove_search_view, .form .edit_search_view,
|
section > form span.error-msg, .form span.error-msg {
|
||||||
.form .remove_search_view {
|
display: inline-block;
|
||||||
display: inline-block;
|
color: #F03C3C;
|
||||||
width: 100%;
|
font-size: 0.7em; }
|
||||||
text-align: center;
|
|
||||||
color: #aaaaaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
section > form .edit_search_view span,
|
|
||||||
section > form .remove_search_view span, .form .edit_search_view span,
|
|
||||||
.form .remove_search_view span {
|
|
||||||
color: #888888;
|
|
||||||
}
|
|
||||||
|
|
||||||
section > form span.error-msg, .form span.error-msg {
|
|
||||||
display: inline-block;
|
|
||||||
color: #F03C3C;
|
|
||||||
font-size: 0.7em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (1) Champs de texte */
|
/* (1) Champs de texte */
|
||||||
input[type=text],
|
input[type=text],
|
||||||
|
@ -77,44 +62,38 @@ select.invalid {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #d7dde8;
|
border: 1px solid #d7dde8;
|
||||||
color: #2f3033;
|
color: #2f3033;
|
||||||
transition: border .4s ease-in-out;
|
transition: border .4s ease-in-out; }
|
||||||
}
|
input[type=text]:focus, input[type=text]:hover,
|
||||||
|
input[type=mail]:focus,
|
||||||
input[type=text]:focus, input[type=text]:hover,
|
input[type=mail]:hover,
|
||||||
input[type=mail]:focus,
|
input[type=password]:focus,
|
||||||
input[type=mail]:hover,
|
input[type=password]:hover,
|
||||||
input[type=password]:focus,
|
select:focus,
|
||||||
input[type=password]:hover,
|
select:hover,
|
||||||
select:focus,
|
.invalid > input[type=text]:focus,
|
||||||
select:hover,
|
.invalid > input[type=text]:hover,
|
||||||
.invalid > input[type=text]:focus,
|
.invalid > input[type=mail]:focus,
|
||||||
.invalid > input[type=text]:hover,
|
.invalid > input[type=mail]:hover,
|
||||||
.invalid > input[type=mail]:focus,
|
.invalid > input[type=password]:focus,
|
||||||
.invalid > input[type=mail]:hover,
|
.invalid > input[type=password]:hover,
|
||||||
.invalid > input[type=password]:focus,
|
.invalid > select:focus,
|
||||||
.invalid > input[type=password]:hover,
|
.invalid > select:hover,
|
||||||
.invalid > select:focus,
|
input.invalid[type=text]:focus,
|
||||||
.invalid > select:hover,
|
input.invalid[type=text]:hover,
|
||||||
input.invalid[type=text]:focus,
|
input.invalid[type=mail]:focus,
|
||||||
input.invalid[type=text]:hover,
|
input.invalid[type=mail]:hover,
|
||||||
input.invalid[type=mail]:focus,
|
input.invalid[type=password]:focus,
|
||||||
input.invalid[type=mail]:hover,
|
input.invalid[type=password]:hover,
|
||||||
input.invalid[type=password]:focus,
|
select.invalid:focus,
|
||||||
input.invalid[type=password]:hover,
|
select.invalid:hover {
|
||||||
select.invalid:focus,
|
border-color: #d52918; }
|
||||||
select.invalid:hover {
|
|
||||||
border-color: #d52918;
|
|
||||||
}
|
|
||||||
|
|
||||||
select {
|
select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
background: #fff;
|
background: #fff; }
|
||||||
}
|
select option {
|
||||||
|
padding: .5em; }
|
||||||
select option {
|
|
||||||
padding: .5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.valid > input[type=text]:focus, .valid > input[type=text]:hover,
|
.valid > input[type=text]:focus, .valid > input[type=text]:hover,
|
||||||
.valid > input[type=mail]:focus,
|
.valid > input[type=mail]:focus,
|
||||||
|
@ -131,8 +110,7 @@ input.valid[type=password]:focus,
|
||||||
input.valid[type=password]:hover,
|
input.valid[type=password]:hover,
|
||||||
select.valid:focus,
|
select.valid:focus,
|
||||||
select.valid:hover {
|
select.valid:hover {
|
||||||
border-color: #27a560;
|
border-color: #27a560; }
|
||||||
}
|
|
||||||
|
|
||||||
.neutral > input[type=text]:focus, .neutral > input[type=text]:hover,
|
.neutral > input[type=text]:focus, .neutral > input[type=text]:hover,
|
||||||
.neutral > input[type=mail]:focus,
|
.neutral > input[type=mail]:focus,
|
||||||
|
@ -149,8 +127,7 @@ input.neutral[type=password]:focus,
|
||||||
input.neutral[type=password]:hover,
|
input.neutral[type=password]:hover,
|
||||||
select.neutral:focus,
|
select.neutral:focus,
|
||||||
select.neutral:hover {
|
select.neutral:hover {
|
||||||
border-color: #2193e6;
|
border-color: #2193e6; }
|
||||||
}
|
|
||||||
|
|
||||||
.search > input[type=text]:focus, .search > input[type=text]:hover,
|
.search > input[type=text]:focus, .search > input[type=text]:hover,
|
||||||
.search > input[type=mail]:focus,
|
.search > input[type=mail]:focus,
|
||||||
|
@ -165,8 +142,7 @@ input.search[type=mail]:focus,
|
||||||
input.search[type=mail]:hover,
|
input.search[type=mail]:hover,
|
||||||
input.search[type=password]:focus,
|
input.search[type=password]:focus,
|
||||||
input.search[type=password]:hover {
|
input.search[type=password]:hover {
|
||||||
border-color: #5630ed;
|
border-color: #5630ed; }
|
||||||
}
|
|
||||||
|
|
||||||
/* (2) Boutons */
|
/* (2) Boutons */
|
||||||
button,
|
button,
|
||||||
|
@ -182,75 +158,60 @@ button.invalid,
|
||||||
color: #fff;
|
color: #fff;
|
||||||
transition: background .4s ease-in-out;
|
transition: background .4s ease-in-out;
|
||||||
-webkit-transform: translateX(-50%);
|
-webkit-transform: translateX(-50%);
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%); }
|
||||||
}
|
button:hover, button:focus, button:disabled,
|
||||||
|
button.invalid:hover,
|
||||||
button:hover, button:focus, button:disabled,
|
button.invalid:focus,
|
||||||
button.invalid:hover,
|
button.invalid:disabled,
|
||||||
button.invalid:focus,
|
.invalid > button:hover,
|
||||||
button.invalid:disabled,
|
.invalid > button:focus,
|
||||||
.invalid > button:hover,
|
.invalid > button:disabled {
|
||||||
.invalid > button:focus,
|
background-color: #fff;
|
||||||
.invalid > button:disabled {
|
color: #d52918; }
|
||||||
background-color: #fff;
|
|
||||||
color: #d52918;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.grey,
|
button.grey,
|
||||||
.grey > button {
|
.grey > button {
|
||||||
border-color: #8d8d8d;
|
border-color: #8d8d8d;
|
||||||
background-color: #8d8d8d;
|
background-color: #8d8d8d; }
|
||||||
}
|
button.grey:hover, button.grey:focus, button.grey:disabled,
|
||||||
|
.grey > button:hover,
|
||||||
button.grey:hover, button.grey:focus, button.grey:disabled,
|
.grey > button:focus,
|
||||||
.grey > button:hover,
|
.grey > button:disabled {
|
||||||
.grey > button:focus,
|
background-color: #fff;
|
||||||
.grey > button:disabled {
|
color: #8d8d8d; }
|
||||||
background-color: #fff;
|
|
||||||
color: #8d8d8d;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.valid,
|
button.valid,
|
||||||
.valid > button {
|
.valid > button {
|
||||||
border-color: #27a560;
|
border-color: #27a560;
|
||||||
background-color: #27a560;
|
background-color: #27a560; }
|
||||||
}
|
button.valid:hover, button.valid:focus, button.valid:disabled,
|
||||||
|
.valid > button:hover,
|
||||||
button.valid:hover, button.valid:focus, button.valid:disabled,
|
.valid > button:focus,
|
||||||
.valid > button:hover,
|
.valid > button:disabled {
|
||||||
.valid > button:focus,
|
background-color: #fff;
|
||||||
.valid > button:disabled {
|
color: #27a560; }
|
||||||
background-color: #fff;
|
|
||||||
color: #27a560;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.neutral,
|
button.neutral,
|
||||||
.neutral > button {
|
.neutral > button {
|
||||||
border-color: #2193e6;
|
border-color: #2193e6;
|
||||||
background-color: #2193e6;
|
background-color: #2193e6; }
|
||||||
}
|
button.neutral:hover, button.neutral:focus, button.neutral:disabled,
|
||||||
|
.neutral > button:hover,
|
||||||
button.neutral:hover, button.neutral:focus, button.neutral:disabled,
|
.neutral > button:focus,
|
||||||
.neutral > button:hover,
|
.neutral > button:disabled {
|
||||||
.neutral > button:focus,
|
background-color: #fff;
|
||||||
.neutral > button:disabled {
|
color: #2193e6; }
|
||||||
background-color: #fff;
|
|
||||||
color: #2193e6;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.search,
|
button.search,
|
||||||
.search > button {
|
.search > button {
|
||||||
border-color: #5630ed;
|
border-color: #5630ed;
|
||||||
background-color: #5630ed;
|
background-color: #5630ed; }
|
||||||
}
|
button.search:hover, button.search:focus, button.search:disabled,
|
||||||
|
.search > button:hover,
|
||||||
button.search:hover, button.search:focus, button.search:disabled,
|
.search > button:focus,
|
||||||
.search > button:hover,
|
.search > button:disabled {
|
||||||
.search > button:focus,
|
background-color: #fff;
|
||||||
.search > button:disabled {
|
color: #5630ed; }
|
||||||
background-color: #fff;
|
|
||||||
color: #5630ed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.invalid > button.active,
|
.invalid > button.active,
|
||||||
button.invalid.active,
|
button.invalid.active,
|
||||||
|
@ -258,23 +219,19 @@ button.active {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-image: url("/src/static/container/active@d52918.svg") !important;
|
background-image: url("/src/static/container/active@d52918.svg") !important;
|
||||||
background-size: 1em auto;
|
background-size: 1em auto;
|
||||||
color: transparent !important;
|
color: transparent !important; }
|
||||||
}
|
|
||||||
|
|
||||||
button.valid.active,
|
button.valid.active,
|
||||||
.valid > button.active {
|
.valid > button.active {
|
||||||
background-image: url("/src/static/container/active@27a560.svg") !important;
|
background-image: url("/src/static/container/active@27a560.svg") !important; }
|
||||||
}
|
|
||||||
|
|
||||||
button.neutral.active,
|
button.neutral.active,
|
||||||
.neutral > button.active {
|
.neutral > button.active {
|
||||||
background-image: url("/src/static/container/active@2193e6.svg") !important;
|
background-image: url("/src/static/container/active@2193e6.svg") !important; }
|
||||||
}
|
|
||||||
|
|
||||||
button.search.active,
|
button.search.active,
|
||||||
.search > button.active {
|
.search > button.active {
|
||||||
background-image: url("/src/static/container/active@5630ed.svg") !important;
|
background-image: url("/src/static/container/active@5630ed.svg") !important; }
|
||||||
}
|
|
||||||
|
|
||||||
hr.OR[data-label] {
|
hr.OR[data-label] {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -282,51 +239,39 @@ hr.OR[data-label] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0;
|
height: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 1px dashed #d52918;
|
border-bottom: 1px dashed #d52918; }
|
||||||
}
|
hr.OR[data-label]:before {
|
||||||
|
content: attr(data-label);
|
||||||
hr.OR[data-label]:before {
|
display: inline-block;
|
||||||
content: attr(data-label);
|
position: relative;
|
||||||
display: inline-block;
|
top: 50%;
|
||||||
position: relative;
|
left: 50%;
|
||||||
top: 50%;
|
padding: 0 1em;
|
||||||
left: 50%;
|
background-color: #fff;
|
||||||
padding: 0 1em;
|
color: #d52918;
|
||||||
background-color: #fff;
|
-webkit-transform: translateX(-50%) translatey(-50%);
|
||||||
color: #d52918;
|
transform: translateX(-50%) translatey(-50%); }
|
||||||
-webkit-transform: translateX(-50%) translatey(-50%);
|
|
||||||
transform: translateX(-50%) translatey(-50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.valid > hr.OR,
|
.valid > hr.OR,
|
||||||
hr.OR.valid {
|
hr.OR.valid {
|
||||||
border-bottom: 1px dashed #27a560;
|
border-bottom: 1px dashed #27a560; }
|
||||||
}
|
.valid > hr.OR:before,
|
||||||
|
hr.OR.valid:before {
|
||||||
.valid > hr.OR:before,
|
color: #27a560; }
|
||||||
hr.OR.valid:before {
|
|
||||||
color: #27a560;
|
|
||||||
}
|
|
||||||
|
|
||||||
.neutral > hr.OR,
|
.neutral > hr.OR,
|
||||||
hr.OR.neutral {
|
hr.OR.neutral {
|
||||||
border-bottom: 1px dashed #2193e6;
|
border-bottom: 1px dashed #2193e6; }
|
||||||
}
|
.neutral > hr.OR:before,
|
||||||
|
hr.OR.neutral:before {
|
||||||
.neutral > hr.OR:before,
|
color: #2193e6; }
|
||||||
hr.OR.neutral:before {
|
|
||||||
color: #2193e6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search > hr.OR,
|
.search > hr.OR,
|
||||||
hr.OR.search {
|
hr.OR.search {
|
||||||
border-bottom: 1px dashed #5630ed;
|
border-bottom: 1px dashed #5630ed; }
|
||||||
}
|
.search > hr.OR:before,
|
||||||
|
hr.OR.search:before {
|
||||||
.search > hr.OR:before,
|
color: #5630ed; }
|
||||||
hr.OR.search:before {
|
|
||||||
color: #5630ed;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*# sourceMappingURL= global.css.map */
|
/*# sourceMappingURL= global.css.map */
|
|
@ -4,45 +4,36 @@
|
||||||
/* FORMULAIRES */
|
/* FORMULAIRES */
|
||||||
/* GESTION DES LONGUEURS */
|
/* GESTION DES LONGUEURS */
|
||||||
#WRAPPER > #HEADER {
|
#WRAPPER > #HEADER {
|
||||||
/* Animation de chargement qudnd chargement ajax */
|
/* Animation de chargement qudnd chargement ajax */ }
|
||||||
}
|
#WRAPPER > #HEADER > .icon {
|
||||||
|
display: block;
|
||||||
#WRAPPER > #HEADER > .icon {
|
position: absolute;
|
||||||
display: block;
|
top: 0;
|
||||||
position: absolute;
|
left: 0;
|
||||||
top: 0;
|
width: 4em;
|
||||||
left: 0;
|
height: 4em;
|
||||||
width: 4em;
|
background-color: #c23f05;
|
||||||
height: 4em;
|
background-image: url("/src/static/iconv3.svg");
|
||||||
background-color: #c23f05;
|
background-position: center center;
|
||||||
background-image: url("/src/static/iconv3.svg");
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-size: 50% 50%;
|
||||||
background-repeat: no-repeat;
|
cursor: pointer;
|
||||||
background-size: 50% 50%;
|
transition: all .3s; }
|
||||||
cursor: pointer;
|
#WRAPPER > #HEADER.loading > .icon {
|
||||||
transition: all .3s;
|
background-image: url("/src/static/loaderv2.svg");
|
||||||
}
|
background-size: 70% 70%; }
|
||||||
|
#WRAPPER > #HEADER > .logout-icon {
|
||||||
#WRAPPER > #HEADER.loading > .icon {
|
display: block;
|
||||||
background-image: url("/src/static/loaderv2.svg");
|
position: absolute;
|
||||||
background-size: 70% 70%;
|
top: 0;
|
||||||
}
|
left: calc( 100% - 4em);
|
||||||
|
width: 4em;
|
||||||
#WRAPPER > #HEADER > .logout-icon {
|
height: 4em;
|
||||||
display: block;
|
background: transparent url("/src/static/logout@e0e7ed.svg") center center no-repeat;
|
||||||
position: absolute;
|
background-size: 40%;
|
||||||
top: 0;
|
cursor: pointer; }
|
||||||
left: calc( 100% - 4em);
|
#WRAPPER > #HEADER > .logout-icon:hover {
|
||||||
width: 4em;
|
background-image: url("/src/static/logout@ffffff.svg"); }
|
||||||
height: 4em;
|
|
||||||
background: transparent url("/src/static/logout@e0e7ed.svg") center center no-repeat;
|
|
||||||
background-size: 40%;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #HEADER > .logout-icon:hover {
|
|
||||||
background-image: url("/src/static/logout@ffffff.svg");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*# sourceMappingURL= header.css.map */
|
/*# sourceMappingURL= header.css.map */
|
|
@ -19,126 +19,101 @@
|
||||||
/* [3] Container de la page
|
/* [3] Container de la page
|
||||||
==========================================*/
|
==========================================*/
|
||||||
/* [4] Popup background - window
|
/* [4] Popup background - window
|
||||||
==========================================*/
|
==========================================*/ }
|
||||||
}
|
#WRAPPER > #HEADER {
|
||||||
|
display: block;
|
||||||
#WRAPPER > #HEADER {
|
position: absolute;
|
||||||
display: block;
|
top: 0;
|
||||||
position: absolute;
|
left: 0;
|
||||||
top: 0;
|
width: 100%;
|
||||||
left: 0;
|
height: calc( 4em - 1px);
|
||||||
width: 100%;
|
border-bottom: 1px solid #c23f05;
|
||||||
height: calc( 4em - 1px);
|
background-color: #f44f06;
|
||||||
border-bottom: 1px solid #c23f05;
|
z-index: 10; }
|
||||||
background-color: #f44f06;
|
#WRAPPER > #MENU-SIDE {
|
||||||
z-index: 10;
|
display: block;
|
||||||
}
|
position: absolute;
|
||||||
|
top: 4em;
|
||||||
#WRAPPER > #MENU-SIDE {
|
left: 0;
|
||||||
display: block;
|
width: 4em;
|
||||||
position: absolute;
|
height: 100%;
|
||||||
top: 4em;
|
box-shadow: 2px 1px 3px #ddd;
|
||||||
left: 0;
|
background-color: #fff;
|
||||||
width: 4em;
|
transition: all .3s;
|
||||||
height: 100%;
|
z-index: 9; }
|
||||||
box-shadow: 2px 1px 3px #ddd;
|
#WRAPPER > #CONTAINER {
|
||||||
background-color: #fff;
|
display: flex;
|
||||||
transition: all .3s;
|
position: absolute;
|
||||||
z-index: 9;
|
top: 4em;
|
||||||
}
|
left: 4em;
|
||||||
|
width: calc( 100% - 4em - 2*1em);
|
||||||
#WRAPPER > #CONTAINER {
|
height: calc( 100% - 4em - 2*1em);
|
||||||
display: flex;
|
padding: 1em;
|
||||||
position: absolute;
|
flex-direction: row;
|
||||||
top: 4em;
|
justify-content: space-between;
|
||||||
left: 4em;
|
overflow-x: none;
|
||||||
width: calc( 100% - 4em - 2*1em);
|
overflow-y: auto; }
|
||||||
height: calc( 100% - 4em - 2*1em);
|
#WRAPPER > #POPUP {
|
||||||
padding: 1em;
|
display: none;
|
||||||
flex-direction: row;
|
position: fixed;
|
||||||
justify-content: space-between;
|
top: 50%;
|
||||||
overflow-x: none;
|
left: 50%;
|
||||||
overflow-y: auto;
|
min-width: 50%;
|
||||||
}
|
max-width: 50%;
|
||||||
|
min-height: 30%;
|
||||||
#WRAPPER > #POPUP {
|
max-height: 50%;
|
||||||
display: none;
|
border-radius: 5px;
|
||||||
position: fixed;
|
background: #fff;
|
||||||
top: 50%;
|
color: #34495e;
|
||||||
left: 50%;
|
box-shadow: -10px 10px 0 rgba(26, 33, 40, 0.8);
|
||||||
min-width: 50%;
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
||||||
max-width: 50%;
|
transform: translateX(-50%) translateY(-50%);
|
||||||
min-height: 30%;
|
z-index: 101; }
|
||||||
max-height: 50%;
|
#WRAPPER > #POPUP.active {
|
||||||
border-radius: 5px;
|
display: block; }
|
||||||
background: #fff;
|
#WRAPPER > #POPUP > .header {
|
||||||
color: #34495e;
|
display: block;
|
||||||
box-shadow: -10px 10px 0 rgba(26, 33, 40, 0.8);
|
position: relative;
|
||||||
-webkit-transform: translateX(-50%) translateY(-50%);
|
width: calc( 100% - 2*1em);
|
||||||
transform: translateX(-50%) translateY(-50%);
|
padding: 1em;
|
||||||
z-index: 101;
|
border-radius: 5px 5px 0 0;
|
||||||
}
|
border-bottom: 2px solid #ecf0f1;
|
||||||
|
font-size: 1.1em;
|
||||||
#WRAPPER > #POPUP.active {
|
font-weight: bold; }
|
||||||
display: block;
|
#WRAPPER > #POPUP > .body {
|
||||||
}
|
display: block;
|
||||||
|
position: relative;
|
||||||
#WRAPPER > #POPUP > .header {
|
width: calc( 100% - 2*1em);
|
||||||
display: block;
|
padding: 1em; }
|
||||||
position: relative;
|
#WRAPPER > #POPUP > .body b, #WRAPPER > #POPUP > .body strong {
|
||||||
width: calc( 100% - 2*1em);
|
color: #5630ed; }
|
||||||
padding: 1em;
|
#WRAPPER > #POPUP > .footer {
|
||||||
border-radius: 5px 5px 0 0;
|
display: flex;
|
||||||
border-bottom: 2px solid #ecf0f1;
|
position: relative;
|
||||||
font-size: 1.1em;
|
width: calc( 100% - 2*1em);
|
||||||
font-weight: bold;
|
padding: 1em;
|
||||||
}
|
background-color: #ecf0f1;
|
||||||
|
border-radius: 0 0 5px 5px;
|
||||||
#WRAPPER > #POPUP > .body {
|
flex-direction: row;
|
||||||
display: block;
|
flex-wrap: wrap;
|
||||||
position: relative;
|
justify-content: flex-end; }
|
||||||
width: calc( 100% - 2*1em);
|
#WRAPPER > #POPUP > .footer button {
|
||||||
padding: 1em;
|
left: auto;
|
||||||
}
|
margin: 0 1em;
|
||||||
|
-webkit-transform: none;
|
||||||
#WRAPPER > #POPUP > .body b, #WRAPPER > #POPUP > .body strong {
|
transform: none; }
|
||||||
color: #5630ed;
|
#WRAPPER > #POPUP-BG {
|
||||||
}
|
display: none;
|
||||||
|
position: fixed;
|
||||||
#WRAPPER > #POPUP > .footer {
|
top: 0;
|
||||||
display: flex;
|
left: 0;
|
||||||
position: relative;
|
width: 100%;
|
||||||
width: calc( 100% - 2*1em);
|
height: 100%;
|
||||||
padding: 1em;
|
background: #29333f;
|
||||||
background-color: #ecf0f1;
|
background: rgba(41, 51, 63, 0.8);
|
||||||
border-radius: 0 0 5px 5px;
|
z-index: 100; }
|
||||||
flex-direction: row;
|
#WRAPPER #POPUP.active ~ #POPUP-BG {
|
||||||
flex-wrap: wrap;
|
display: block; }
|
||||||
justify-content: flex-end;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #POPUP > .footer button {
|
|
||||||
left: auto;
|
|
||||||
margin: 0 1em;
|
|
||||||
-webkit-transform: none;
|
|
||||||
transform: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #POPUP-BG {
|
|
||||||
display: none;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background: #29333f;
|
|
||||||
background: rgba(41, 51, 63, 0.8);
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER #POPUP.active ~ #POPUP-BG {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*# sourceMappingURL= layout.css.map */
|
/*# sourceMappingURL= layout.css.map */
|
|
@ -15,69 +15,48 @@
|
||||||
color: #a2a2a2;
|
color: #a2a2a2;
|
||||||
line-height: calc( 4em - 2*.7em - 2*.55em - 2*.01em);
|
line-height: calc( 4em - 2*.7em - 2*.55em - 2*.01em);
|
||||||
transition: color .3s, border .3s;
|
transition: color .3s, border .3s;
|
||||||
cursor: pointer;
|
cursor: pointer; }
|
||||||
}
|
#WRAPPER > #MENU-SIDE > span[data-link].mt {
|
||||||
|
margin-top: 3em; }
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link].mt {
|
#WRAPPER > #MENU-SIDE > span[data-link].mb {
|
||||||
margin-top: 3em;
|
margin-bottom: 3em; }
|
||||||
}
|
#WRAPPER > #MENU-SIDE > span[data-link] svg, #WRAPPER > #MENU-SIDE > span[data-link] svg * {
|
||||||
|
width: calc( 4em / 2.5);
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link].mb {
|
height: calc( 4em / 2.5);
|
||||||
margin-bottom: 3em;
|
transition: fill .3s, stroke .3s;
|
||||||
}
|
pointer-events: none; }
|
||||||
|
#WRAPPER > #MENU-SIDE > span[data-link] svg #stylisable, #WRAPPER > #MENU-SIDE > span[data-link] svg * #stylisable {
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link] svg, #WRAPPER > #MENU-SIDE > span[data-link] svg * {
|
fill: #a2a2a2 !important; }
|
||||||
width: calc( 4em / 2.5);
|
#WRAPPER > #MENU-SIDE > span[data-link] svg #stroke-stylisable, #WRAPPER > #MENU-SIDE > span[data-link] svg * #stroke-stylisable {
|
||||||
height: calc( 4em / 2.5);
|
stroke: #a2a2a2 !important; }
|
||||||
transition: fill .3s, stroke .3s;
|
#WRAPPER > #MENU-SIDE > span[data-link][data-desc]:after {
|
||||||
pointer-events: none;
|
content: attr(data-desc);
|
||||||
}
|
display: block;
|
||||||
|
position: absolute;
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link] svg #stylisable, #WRAPPER > #MENU-SIDE > span[data-link] svg * #stylisable {
|
top: calc( 4em / 4 - 2*.3em);
|
||||||
fill: #a2a2a2 !important;
|
left: calc( 4em * 1.15 - 2*.3em);
|
||||||
}
|
padding: .3em;
|
||||||
|
border-radius: 3px;
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link] svg #stroke-stylisable, #WRAPPER > #MENU-SIDE > span[data-link] svg * #stroke-stylisable {
|
background-color: #2a2a2a;
|
||||||
stroke: #a2a2a2 !important;
|
color: #e2e2e2;
|
||||||
}
|
white-space: nowrap;
|
||||||
|
transition: transform .1s;
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link][data-desc]:after {
|
-webkit-transform-origin: 0 0;
|
||||||
content: attr(data-desc);
|
transform-origin: 0 0;
|
||||||
display: block;
|
-webkit-transform: scaleX(0);
|
||||||
position: absolute;
|
transform: scaleX(0); }
|
||||||
top: calc( 4em / 4 - 2*.3em);
|
#WRAPPER > #MENU-SIDE > span[data-link]:hover, #WRAPPER > #MENU-SIDE > span[data-link].active {
|
||||||
left: calc( 4em * 1.15 - 2*.3em);
|
color: #f44f06;
|
||||||
padding: .3em;
|
border-color: #e6e6e6;
|
||||||
border-radius: 3px;
|
box-shadow: inset 0 0 .5em #eee; }
|
||||||
background-color: #2a2a2a;
|
#WRAPPER > #MENU-SIDE > span[data-link]:hover:hover:after, #WRAPPER > #MENU-SIDE > span[data-link].active:hover:after {
|
||||||
color: #e2e2e2;
|
-webkit-transform: scaleX(1);
|
||||||
white-space: nowrap;
|
transform: scaleX(1);
|
||||||
transition: transform .1s;
|
color: #fff; }
|
||||||
-webkit-transform-origin: 0 0;
|
#WRAPPER > #MENU-SIDE > span[data-link]:hover svg #stylisable, #WRAPPER > #MENU-SIDE > span[data-link].active svg #stylisable {
|
||||||
transform-origin: 0 0;
|
fill: #000 !important; }
|
||||||
-webkit-transform: scaleX(0);
|
#WRAPPER > #MENU-SIDE > span[data-link]:hover svg #stroke-stylisable, #WRAPPER > #MENU-SIDE > span[data-link].active svg #stroke-stylisable {
|
||||||
transform: scaleX(0);
|
stroke: #000 !important; }
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link]:hover, #WRAPPER > #MENU-SIDE > span[data-link].active {
|
|
||||||
color: #f44f06;
|
|
||||||
border-color: #e6e6e6;
|
|
||||||
box-shadow: inset 0 0 .5em #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link]:hover:hover:after, #WRAPPER > #MENU-SIDE > span[data-link].active:hover:after {
|
|
||||||
-webkit-transform: scaleX(1);
|
|
||||||
transform: scaleX(1);
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link]:hover svg #stylisable, #WRAPPER > #MENU-SIDE > span[data-link].active svg #stylisable {
|
|
||||||
fill: #000 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#WRAPPER > #MENU-SIDE > span[data-link]:hover svg #stroke-stylisable, #WRAPPER > #MENU-SIDE > span[data-link].active svg #stroke-stylisable {
|
|
||||||
stroke: #000 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*# sourceMappingURL= menu-side.css.map */
|
/*# sourceMappingURL= menu-side.css.map */
|
|
@ -10,8 +10,7 @@ html {
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
/* 2 */
|
/* 2 */
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove default margin.
|
* Remove default margin.
|
||||||
|
@ -20,8 +19,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: 'Open Sans', 'Ubuntu', 'Verdana', 'Arial';
|
font-family: 'Open Sans', 'Ubuntu', 'Verdana', 'Arial';
|
||||||
font-weight: normal;
|
font-weight: normal; }
|
||||||
}
|
|
||||||
|
|
||||||
/* HTML5 display definitions
|
/* HTML5 display definitions
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -43,8 +41,7 @@ menu,
|
||||||
nav,
|
nav,
|
||||||
section,
|
section,
|
||||||
summary {
|
summary {
|
||||||
display: block;
|
display: block; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Correct `inline-block` display not defined in IE 8/9.
|
* 1. Correct `inline-block` display not defined in IE 8/9.
|
||||||
|
@ -57,8 +54,7 @@ video {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prevent modern browsers from displaying `audio` without controls.
|
* Prevent modern browsers from displaying `audio` without controls.
|
||||||
|
@ -66,8 +62,7 @@ video {
|
||||||
*/
|
*/
|
||||||
audio:not([controls]) {
|
audio:not([controls]) {
|
||||||
display: none;
|
display: none;
|
||||||
height: 0;
|
height: 0; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address `[hidden]` styling not present in IE 8/9/10.
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
||||||
|
@ -75,8 +70,7 @@ audio:not([controls]) {
|
||||||
*/
|
*/
|
||||||
[hidden],
|
[hidden],
|
||||||
template {
|
template {
|
||||||
display: none;
|
display: none; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Links
|
/* Links
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -84,8 +78,7 @@ template {
|
||||||
* Remove the gray background color from active links in IE 10.
|
* Remove the gray background color from active links in IE 10.
|
||||||
*/
|
*/
|
||||||
a {
|
a {
|
||||||
background-color: transparent;
|
background-color: transparent; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Improve readability of focused elements when they are also in an
|
* Improve readability of focused elements when they are also in an
|
||||||
|
@ -93,8 +86,7 @@ a {
|
||||||
*/
|
*/
|
||||||
a:active,
|
a:active,
|
||||||
a:hover {
|
a:hover {
|
||||||
outline: 0;
|
outline: 0; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Text-level semantics
|
/* Text-level semantics
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -109,8 +101,7 @@ abbr[title] {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
/* 2 */
|
/* 2 */
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address inconsistent styling of b and strong.
|
* Address inconsistent styling of b and strong.
|
||||||
|
@ -120,21 +111,18 @@ abbr[title] {
|
||||||
b,
|
b,
|
||||||
strong {
|
strong {
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
/* 1 */
|
/* 1 */ }
|
||||||
}
|
|
||||||
|
|
||||||
b,
|
b,
|
||||||
strong {
|
strong {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address styling not present in Safari and Chrome.
|
* Address styling not present in Safari and Chrome.
|
||||||
*/
|
*/
|
||||||
dfn {
|
dfn {
|
||||||
font-style: italic;
|
font-style: italic; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address variable `h1` font-size and margin within `section` and `article`
|
* Address variable `h1` font-size and margin within `section` and `article`
|
||||||
|
@ -142,23 +130,20 @@ dfn {
|
||||||
*/
|
*/
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
margin: 0.67em 0;
|
margin: 0.67em 0; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address styling not present in IE 8/9.
|
* Address styling not present in IE 8/9.
|
||||||
*/
|
*/
|
||||||
mark {
|
mark {
|
||||||
background-color: #ff0;
|
background-color: #ff0;
|
||||||
color: #000;
|
color: #000; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address inconsistent and variable font size in all browsers.
|
* Address inconsistent and variable font size in all browsers.
|
||||||
*/
|
*/
|
||||||
small {
|
small {
|
||||||
font-size: 80%;
|
font-size: 80%; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||||
|
@ -168,16 +153,13 @@ sup {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline; }
|
||||||
}
|
|
||||||
|
|
||||||
sup {
|
sup {
|
||||||
top: -0.5em;
|
top: -0.5em; }
|
||||||
}
|
|
||||||
|
|
||||||
sub {
|
sub {
|
||||||
bottom: -0.25em;
|
bottom: -0.25em; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Embedded content
|
/* Embedded content
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -185,15 +167,13 @@ sub {
|
||||||
* Remove border when inside `a` element in IE 8/9/10.
|
* Remove border when inside `a` element in IE 8/9/10.
|
||||||
*/
|
*/
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Correct overflow not hidden in IE 9/10/11.
|
* Correct overflow not hidden in IE 9/10/11.
|
||||||
*/
|
*/
|
||||||
svg:not(:root) {
|
svg:not(:root) {
|
||||||
overflow: hidden;
|
overflow: hidden; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Grouping content
|
/* Grouping content
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -201,8 +181,7 @@ svg:not(:root) {
|
||||||
* Address margin not present in IE 8/9 and Safari.
|
* Address margin not present in IE 8/9 and Safari.
|
||||||
*/
|
*/
|
||||||
figure {
|
figure {
|
||||||
margin: 1em 40px;
|
margin: 1em 40px; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address inconsistent styling of `hr`.
|
* Address inconsistent styling of `hr`.
|
||||||
|
@ -215,15 +194,13 @@ hr {
|
||||||
height: 0;
|
height: 0;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contain overflow in all browsers.
|
* Contain overflow in all browsers.
|
||||||
*/
|
*/
|
||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
overflow: auto; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Correct inheritance and scaling of font-size for preformatted text.
|
* 1. Correct inheritance and scaling of font-size for preformatted text.
|
||||||
|
@ -236,8 +213,7 @@ samp {
|
||||||
font-family: monospace, monospace;
|
font-family: monospace, monospace;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/* Forms
|
/* Forms
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -257,15 +233,13 @@ textarea {
|
||||||
font: inherit;
|
font: inherit;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
||||||
*/
|
*/
|
||||||
button {
|
button {
|
||||||
overflow: visible;
|
overflow: visible; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||||
|
@ -275,8 +249,7 @@ button {
|
||||||
*/
|
*/
|
||||||
button,
|
button,
|
||||||
select {
|
select {
|
||||||
text-transform: none;
|
text-transform: none; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||||
|
@ -292,16 +265,14 @@ input[type="submit"] {
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
/* 2 */
|
/* 2 */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/* 3 */
|
/* 3 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Re-set default cursor for disabled elements.
|
* Re-set default cursor for disabled elements.
|
||||||
*/
|
*/
|
||||||
button[disabled],
|
button[disabled],
|
||||||
html input[disabled] {
|
html input[disabled] {
|
||||||
cursor: default;
|
cursor: default; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove inner padding and border in Firefox 4+.
|
* Remove inner padding and border in Firefox 4+.
|
||||||
|
@ -309,16 +280,14 @@ html input[disabled] {
|
||||||
button::-moz-focus-inner,
|
button::-moz-focus-inner,
|
||||||
input::-moz-focus-inner {
|
input::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||||
* the UA stylesheet.
|
* the UA stylesheet.
|
||||||
*/
|
*/
|
||||||
input {
|
input {
|
||||||
line-height: normal;
|
line-height: normal; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* It's recommended that you don't attempt to style these elements.
|
* It's recommended that you don't attempt to style these elements.
|
||||||
|
@ -332,8 +301,7 @@ input[type="radio"] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
||||||
|
@ -342,15 +310,13 @@ input[type="radio"] {
|
||||||
*/
|
*/
|
||||||
input[type="number"]::-webkit-inner-spin-button,
|
input[type="number"]::-webkit-inner-spin-button,
|
||||||
input[type="number"]::-webkit-outer-spin-button {
|
input[type="number"]::-webkit-outer-spin-button {
|
||||||
height: auto;
|
height: auto; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address `appearance` set to `searchfield` in Safari and Chrome.
|
* Address `appearance` set to `searchfield` in Safari and Chrome.
|
||||||
*/
|
*/
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
||||||
|
@ -359,8 +325,7 @@ input[type="search"] {
|
||||||
*/
|
*/
|
||||||
input[type="search"]::-webkit-search-cancel-button,
|
input[type="search"]::-webkit-search-cancel-button,
|
||||||
input[type="search"]::-webkit-search-decoration {
|
input[type="search"]::-webkit-search-decoration {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define consistent border, margin, and padding.
|
* Define consistent border, margin, and padding.
|
||||||
|
@ -368,8 +333,7 @@ input[type="search"]::-webkit-search-decoration {
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 1px solid #c0c0c0;
|
border: 1px solid #c0c0c0;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
padding: 0.35em 0.625em 0.75em;
|
padding: 0.35em 0.625em 0.75em; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
||||||
|
@ -379,23 +343,20 @@ legend {
|
||||||
border: 0;
|
border: 0;
|
||||||
/* 1 */
|
/* 1 */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
/* 2 */
|
/* 2 */ }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove default vertical scrollbar in IE 8/9/10/11.
|
* Remove default vertical scrollbar in IE 8/9/10/11.
|
||||||
*/
|
*/
|
||||||
textarea {
|
textarea {
|
||||||
overflow: auto;
|
overflow: auto; }
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Don't inherit the `font-weight` (applied by a rule above).
|
* Don't inherit the `font-weight` (applied by a rule above).
|
||||||
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
||||||
*/
|
*/
|
||||||
optgroup {
|
optgroup {
|
||||||
font-weight: bold;
|
font-weight: bold; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Tables
|
/* Tables
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
@ -404,13 +365,11 @@ optgroup {
|
||||||
*/
|
*/
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0; }
|
||||||
}
|
|
||||||
|
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
padding: 0;
|
padding: 0; }
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*# sourceMappingURL= reset.css.map */
|
/*# sourceMappingURL= reset.css.map */
|
|
@ -5,52 +5,39 @@
|
||||||
/* GESTION DES LONGUEURS */
|
/* GESTION DES LONGUEURS */
|
||||||
#CONTAINER > .sub-menu-side {
|
#CONTAINER > .sub-menu-side {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative; }
|
||||||
}
|
#CONTAINER > .sub-menu-side > span[data-sublink] {
|
||||||
|
display: block;
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink] {
|
position: relative;
|
||||||
display: block;
|
width: 7.5em;
|
||||||
position: relative;
|
padding: .3em 1em .3em 2em;
|
||||||
width: 7.5em;
|
margin: 1em;
|
||||||
padding: .3em 1em .3em 2em;
|
border-radius: 3px;
|
||||||
margin: 1em;
|
color: #5b5e63;
|
||||||
border-radius: 3px;
|
text-shadow: 1px 1px white;
|
||||||
color: #5b5e63;
|
white-space: nowrap;
|
||||||
text-shadow: 1px 1px white;
|
transition: all .2s;
|
||||||
white-space: nowrap;
|
cursor: pointer;
|
||||||
transition: all .2s;
|
overflow: hidden; }
|
||||||
cursor: pointer;
|
#CONTAINER > .sub-menu-side > span[data-sublink] > .svg > svg {
|
||||||
overflow: hidden;
|
display: inline-block;
|
||||||
}
|
position: absolute;
|
||||||
|
left: .5em;
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink] > .svg > svg {
|
top: 50%;
|
||||||
display: inline-block;
|
width: 1em;
|
||||||
position: absolute;
|
height: 1em;
|
||||||
left: .5em;
|
-webkit-transform: translateY(-50%);
|
||||||
top: 50%;
|
transform: translateY(-50%); }
|
||||||
width: 1em;
|
#CONTAINER > .sub-menu-side > span[data-sublink] > .svg > svg path {
|
||||||
height: 1em;
|
fill: #5b5e63 !important; }
|
||||||
-webkit-transform: translateY(-50%);
|
#CONTAINER > .sub-menu-side > span[data-sublink]:hover, #CONTAINER > .sub-menu-side > span[data-sublink].active {
|
||||||
transform: translateY(-50%);
|
color: #121213;
|
||||||
}
|
background-color: #d8deea;
|
||||||
|
box-shadow: inset 0 0 4px #c8ced9; }
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink] > .svg > svg path {
|
#CONTAINER > .sub-menu-side > span[data-sublink]:hover > .svg > svg path, #CONTAINER > .sub-menu-side > span[data-sublink].active > .svg > svg path {
|
||||||
fill: #5b5e63 !important;
|
fill: #121213 !important; }
|
||||||
}
|
#CONTAINER > .sub-menu-side > span[data-sublink]:nth-child(1) {
|
||||||
|
margin-top: 1em; }
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink]:hover, #CONTAINER > .sub-menu-side > span[data-sublink].active {
|
|
||||||
color: #121213;
|
|
||||||
background-color: #d8deea;
|
|
||||||
box-shadow: inset 0 0 4px #c8ced9;
|
|
||||||
}
|
|
||||||
|
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink]:hover > .svg > svg path, #CONTAINER > .sub-menu-side > span[data-sublink].active > .svg > svg path {
|
|
||||||
fill: #121213 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#CONTAINER > .sub-menu-side > span[data-sublink]:nth-child(1) {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*# sourceMappingURL= submenu-side.css.map */
|
/*# sourceMappingURL= submenu-side.css.map */
|
|
@ -105,6 +105,12 @@ Element.prototype.anim = function(className, timeout){
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
// RECUPERATION DE LA POSITION ABSOLUE D'UN ENFANT PAR RAPPORT A UN PARENT
|
||||||
|
Element.prototype.get_parent_abs = function(parent_node){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* DEFINITION DES FORMATS UTILES POUR INPUT-CHECKER
|
/* DEFINITION DES FORMATS UTILES POUR INPUT-CHECKER
|
||||||
|
|
Loading…
Reference in New Issue