From 939ec1f42cfb6761ca320ad8d29edca0bf709032 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 23 Sep 2017 15:05:51 +0200 Subject: [PATCH] updated sass vscode:ext + updated group-members view flexbox --- .gitignore | 3 +- public_html/css/container.scss | 5 + public_html/css/min/constants.css | 3 +- public_html/css/min/container.css | 906 ++++++++++++++++++++++++--- public_html/css/min/font.css | 51 ++ public_html/css/min/global.css | 3 +- public_html/css/min/header.css | 72 ++- public_html/css/min/layout.css | 18 +- public_html/css/min/menu-side.css | 81 ++- public_html/css/min/reset.css | 126 ++-- public_html/css/min/submenu-side.css | 56 +- public_html/view/groups.php | 2 +- 12 files changed, 1145 insertions(+), 181 deletions(-) mode change 100755 => 100644 public_html/css/min/container.css create mode 100644 public_html/css/min/font.css diff --git a/.gitignore b/.gitignore index 865915f..7c19e99 100755 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ /lib/vendor *.lock /vendor/ -/phpunit/coverage \ No newline at end of file +/phpunit/coverage +.vscode \ No newline at end of file diff --git a/public_html/css/container.scss b/public_html/css/container.scss index 10879ae..8ce7258 100755 --- a/public_html/css/container.scss +++ b/public_html/css/container.scss @@ -18,6 +18,11 @@ justify-content: flex-start; flex-wrap: wrap; + &.contain-check-table{ + flex-direction: column; + flex-wrap: nowrap; + } + .inline-box{ flex: 0 0 1; } diff --git a/public_html/css/min/constants.css b/public_html/css/min/constants.css index 7b51bcc..0a13a5c 100755 --- a/public_html/css/min/constants.css +++ b/public_html/css/min/constants.css @@ -3,5 +3,6 @@ /* COULEUR DES ERREURS */ /* FORMULAIRES */ /* GESTION DES LONGUEURS */ + -/*# sourceMappingURL=constants.css.map */ + /*# sourceMappingURL= constants.css.map */ \ No newline at end of file diff --git a/public_html/css/min/container.css b/public_html/css/min/container.css old mode 100755 new mode 100644 index a889a7b..2e7b7e6 --- a/public_html/css/min/container.css +++ b/public_html/css/min/container.css @@ -4,100 +4,820 @@ /* 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; } +#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.contain-check-table { + flex-direction: column; + flex-wrap: nowrap; +} + +#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"); } +article.check-table { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; + border-radius: 3px; + border: 1px solid #ddd; +} -/*# sourceMappingURL=container.css.map */ +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 */ \ No newline at end of file diff --git a/public_html/css/min/font.css b/public_html/css/min/font.css new file mode 100644 index 0000000..57c72f7 --- /dev/null +++ b/public_html/css/min/font.css @@ -0,0 +1,51 @@ +@font-face { + font-family: 'Open Sans'; + src: url("/css/font/Open Sans/R.ttf"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Open Sans sb'; + src: url("/css/font/Open Sans/SB.ttf"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Open Sans'; + src: url("/css/font/Open Sans/b.ttf"); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Open Sans'; + src: url("/css/font/Open Sans/i.ttf"); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Open Sans'; + src: url("/css/font/Open Sans/bi.ttf"); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: 'Open Sans'; + src: url("/css/font/Open Sans/L.ttf"); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Open Sans'; + src: url("/css/font/Open Sans/Li.ttf"); + font-weight: 100; + font-style: italic; +} + + + /*# sourceMappingURL= font.css.map */ \ No newline at end of file diff --git a/public_html/css/min/global.css b/public_html/css/min/global.css index c9e58d9..2f9fa79 100755 --- a/public_html/css/min/global.css +++ b/public_html/css/min/global.css @@ -1,2 +1,3 @@ +/* No CSS */ -/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAiZ2xvYmFsLmNzcyIsCgkic291cmNlcyI6IFsKCQkiLi4vZ2xvYmFsLnNjc3MiCgldLAoJInNvdXJjZXNDb250ZW50IjogWwoJCSIiCgldLAoJIm1hcHBpbmdzIjogIiIsCgkibmFtZXMiOiBbXQp9 */ \ No newline at end of file + /*# sourceMappingURL= global.css.map */ \ No newline at end of file diff --git a/public_html/css/min/header.css b/public_html/css/min/header.css index 1ce5f35..d1c0f0f 100755 --- a/public_html/css/min/header.css +++ b/public_html/css/min/header.css @@ -4,35 +4,45 @@ /* 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/iconv3.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%; } - #WRAPPER > #HEADER > .logout-icon { - display: block; - position: absolute; - top: 0; - left: calc( 100% - 4em ); - width: 4em; - 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"); } + /* Animation de chargement qudnd chargement ajax */ +} -/*# sourceMappingURL=header.css.map */ +#WRAPPER > #HEADER > .icon { + display: block; + position: absolute; + top: 0; + left: 0; + width: 4em; + height: 4em; + background-color: #c23f05; + background-image: url("/src/static/iconv3.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%; +} + +#WRAPPER > #HEADER > .logout-icon { + display: block; + position: absolute; + top: 0; + left: calc( 100% - 4em); + width: 4em; + 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 */ \ No newline at end of file diff --git a/public_html/css/min/layout.css b/public_html/css/min/layout.css index c4758fb..d737097 100755 --- a/public_html/css/min/layout.css +++ b/public_html/css/min/layout.css @@ -13,23 +13,25 @@ background-color: #edf0f5; font-family: 'Open Sans', 'Ubuntu', 'Verdana', 'Arial'; /* [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 ); + height: calc( 4em - 1px); border-bottom: 1px solid #c23f05; background-color: #f44f06; z-index: 10; } + #WRAPPER > #MENU-SIDE { display: block; position: absolute; @@ -42,18 +44,20 @@ 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 ); + 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=layout.css.map */ + /*# sourceMappingURL= layout.css.map */ \ No newline at end of file diff --git a/public_html/css/min/menu-side.css b/public_html/css/min/menu-side.css index 21ae38b..3bfd9f7 100755 --- a/public_html/css/min/menu-side.css +++ b/public_html/css/min/menu-side.css @@ -1,3 +1,80 @@ -#WRAPPER>#MENU-SIDE>span[data-link]{display:block;position:relative;width:calc( 4em - 2*.7em - 2*.55em - 2*.01em);height:calc( 4em - 2*.7em - 2*.55em - 2*.01em);margin:2em .7em;padding:.55em;border:.01em solid transparent;border-radius:2px;color:#a2a2a2;line-height:calc( 4em - 2*.7em - 2*.55em - 2*.01em);transition:color .3s, border .3s;cursor:pointer}#WRAPPER>#MENU-SIDE>span[data-link].mt{margin-top:3em}#WRAPPER>#MENU-SIDE>span[data-link].mb{margin-bottom:3em}#WRAPPER>#MENU-SIDE>span[data-link] svg,#WRAPPER>#MENU-SIDE>span[data-link] svg *{width:calc( 4em / 2.5);height:calc( 4em / 2.5);transition:fill .3s, stroke .3s;pointer-events:none}#WRAPPER>#MENU-SIDE>span[data-link] svg #stylisable,#WRAPPER>#MENU-SIDE>span[data-link] svg * #stylisable{fill:#a2a2a2 !important}#WRAPPER>#MENU-SIDE>span[data-link] svg #stroke-stylisable,#WRAPPER>#MENU-SIDE>span[data-link] svg * #stroke-stylisable{stroke:#a2a2a2 !important}#WRAPPER>#MENU-SIDE>span[data-link][data-desc]:after{content:attr(data-desc);display:block;position:absolute;top:calc( 4em / 4 - 2*.3em);left:calc( 4em * 1.15 - 2*.3em);padding:.3em;border-radius:3px;background-color:#2a2a2a;color:#e2e2e2;white-space:nowrap;transition:transform .1s;transform-origin:0 0;transform:scaleX(0)}#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{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} +/* COULEUR DU THEME */ +/* COULEUR DU SOUS-MENU */ +/* COULEUR DES ERREURS */ +/* FORMULAIRES */ +/* GESTION DES LONGUEURS */ +#WRAPPER > #MENU-SIDE > span[data-link] { + display: block; + position: relative; + width: calc( 4em - 2*.7em - 2*.55em - 2*.01em); + height: calc( 4em - 2*.7em - 2*.55em - 2*.01em); + margin: 2em .7em; + padding: .55em; + border: .01em solid transparent; + border-radius: 2px; + color: #a2a2a2; + line-height: calc( 4em - 2*.7em - 2*.55em - 2*.01em); + transition: color .3s, border .3s; + cursor: pointer; +} -/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAibWVudS1zaWRlLmNzcyIsCgkic291cmNlcyI6IFsKCQkiLi4vbWVudS1zaWRlLnNjc3MiLAoJCSIuLi9jb25zdGFudHMuc2NzcyIKCV0sCgkic291cmNlc0NvbnRlbnQiOiBbCgkJIkBpbXBvcnQgJ2NvbnN0YW50cyc7XG5cbiNXUkFQUEVSID4gI01FTlUtU0lERXtcblxuXHQmID4gc3BhbltkYXRhLWxpbmtde1xuXHRcdGRpc3BsYXk6IGJsb2NrO1xuXHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcblx0XHRcdHdpZHRoOiBjYWxjKCAjeyRtZW51LXNpZGUtd2lkdGh9IC0gMiouN2VtIC0gMiouNTVlbSAtIDIqLjAxZW0gKTtcblx0XHRcdGhlaWdodDogY2FsYyggI3skbWVudS1zaWRlLXdpZHRofSAtIDIqLjdlbSAtIDIqLjU1ZW0gLSAyKi4wMWVtICk7XG5cblx0XHQvLyBwYWRkaW5nOiAxZW07XG5cdFx0bWFyZ2luOiAyZW0gLjdlbTtcblx0XHRwYWRkaW5nOiAuNTVlbTtcblxuXHRcdGJvcmRlcjogLjAxZW0gc29saWQgdHJhbnNwYXJlbnQ7XG5cdFx0Ym9yZGVyLXJhZGl1czogMnB4O1xuXG5cblx0XHQvLyBEZWNhbGFnZSBkZXMgZWxlbWVudHMgZHUgbWVudVxuXHRcdCYubXR7IC8vIE1hcmdpbiBUb3Bcblx0XHRcdG1hcmdpbi10b3A6IDNlbTtcblx0XHR9XG5cdFx0Ji5tYnsgLy8gTWFyZ2luIEJvdHRvbVxuXHRcdFx0bWFyZ2luLWJvdHRvbTogM2VtO1xuXHRcdH1cblxuXHRcdGNvbG9yOiAjYTJhMmEyO1xuXHRcdGxpbmUtaGVpZ2h0OiBjYWxjKCAjeyRtZW51LXNpZGUtd2lkdGh9IC0gMiouN2VtIC0gMiouNTVlbSAtIDIqLjAxZW0gKTtcblxuXHRcdHRyYW5zaXRpb246IGNvbG9yIC4zcywgYm9yZGVyIC4zcztcblxuXHRcdGN1cnNvcjogcG9pbnRlcjtcblxuXHRcdHN2Zywgc3ZnICp7XG5cdFx0XHR3aWR0aDogY2FsYyggI3skbWVudS1zaWRlLXdpZHRofSAvIDIuNSApO1xuXHRcdFx0aGVpZ2h0OiBjYWxjKCAjeyRtZW51LXNpZGUtd2lkdGh9IC8gMi41ICk7XG5cblx0XHRcdC8vIHN0cm9rZTogbm9uZSAhaW1wb3J0YW50O1xuXHRcdFx0Ly8gZmlsbDogIzc3NyAhaW1wb3J0YW50O1xuXG5cdFx0XHR0cmFuc2l0aW9uOiBmaWxsIC4zcywgc3Ryb2tlIC4zcztcblxuXHRcdFx0cG9pbnRlci1ldmVudHM6IG5vbmU7XG5cblxuXG5cdFx0XHQmICNzdHlsaXNhYmxleyAvLyBwb3VyIGxlcyBlbGVtZW50cyBzYXVmIGxlIHByb2ZpbFxuXHRcdFx0XHRmaWxsOiAjYTJhMmEyICFpbXBvcnRhbnQ7XG5cdFx0XHR9XG5cblx0XHRcdCYgI3N0cm9rZS1zdHlsaXNhYmxleyAvLyBwb3VyIGxlIHByb2ZpbFxuXHRcdFx0XHRzdHJva2U6ICNhMmEyYTIgIWltcG9ydGFudDtcblx0XHRcdH1cblx0XHR9XG5cblxuXHRcdCZbZGF0YS1kZXNjXTphZnRlcntcblx0XHRcdGNvbnRlbnQ6IGF0dHIoZGF0YS1kZXNjKTtcblx0XHRcdGRpc3BsYXk6IGJsb2NrO1xuXHRcdFx0cG9zaXRpb246IGFic29sdXRlO1xuXHRcdFx0XHR0b3A6IGNhbGMoICN7JG1lbnUtc2lkZS13aWR0aH0gLyA0IC0gMiouM2VtICk7XG5cdFx0XHRcdGxlZnQ6IGNhbGMoICN7JG1lbnUtc2lkZS13aWR0aH0gKiAxLjE1IC0gMiouM2VtICk7XG5cdFx0XHRwYWRkaW5nOiAuM2VtO1xuXG5cdFx0XHRib3JkZXItcmFkaXVzOiAzcHg7XG5cblx0XHRcdGJhY2tncm91bmQtY29sb3I6ICMyYTJhMmE7XG5cblx0XHRcdGNvbG9yOiAjZTJlMmUyO1xuXHRcdFx0d2hpdGUtc3BhY2U6IG5vd3JhcDtcblxuXHRcdFx0dHJhbnNpdGlvbjogdHJhbnNmb3JtIC4xcztcblxuXHRcdFx0dHJhbnNmb3JtLW9yaWdpbjogMCAwO1xuXHRcdFx0dHJhbnNmb3JtOiBzY2FsZVgoMCk7XG5cblx0XHR9XG5cblxuXHRcdCY6aG92ZXIsXG5cdFx0Ji5hY3RpdmV7XG5cdFx0XHRjb2xvcjogJHRoZW1lLWNvbG9yO1xuXHRcdFx0Ym9yZGVyLWNvbG9yOiAjZTZlNmU2O1xuXHRcdFx0Ym94LXNoYWRvdzogaW5zZXQgMCAwIC41ZW0gI2VlZTtcblxuXHRcdFx0Jjpob3ZlcjphZnRlcntcblx0XHRcdFx0dHJhbnNmb3JtOiBzY2FsZVgoMSk7XG5cdFx0XHRcdGNvbG9yOiAjZmZmO1xuXHRcdFx0fVxuXG5cdFx0XHRzdmcgI3N0eWxpc2FibGV7IC8vIHBvdXIgbGVzIGVsZW1lbnRzIHNhdWYgbGUgcHJvZmlsXG5cdFx0XHRcdGZpbGw6ICMwMDAgIWltcG9ydGFudDtcblx0XHRcdH1cblxuXHRcdFx0c3ZnICNzdHJva2Utc3R5bGlzYWJsZXsgLy8gcG91ciBsZSBwcm9maWxcblx0XHRcdFx0c3Ryb2tlOiAjMDAwICFpbXBvcnRhbnQ7XG5cdFx0XHR9XG5cdFx0fVxuXG5cdH1cblxuXG59XG4iLAoJCSIvKiBDT1VMRVVSIERVIFRIRU1FICovXG4kdGhlbWUtY29sb3I6ICNmNDRmMDY7XG5cbi8qIENPVUxFVVIgRFUgU09VUy1NRU5VICovXG4kc3ViLW1lbnUtY29sb3I6ICM1YjVlNjM7XG5cbi8qIENPVUxFVVIgREVTIEVSUkVVUlMgKi9cbiRlcnJvci1jb2xvcjogI2NjNTg1NztcblxuLyogRk9STVVMQUlSRVMgKi9cbiRmb3JtLXZhbGlkLWNvbG9yOiAgICMyN2E1NjA7XG4kZm9ybS1uZXV0cmFsLWNvbG9yOiAjMjE5M2U2O1xuJGZvcm0tc2VhcmNoLWNvbG9yOiAgIzU2MzBlZDtcbiRmb3JtLWludmFsaWQtY29sb3I6ICNkNTI5MTg7XG5cblxuLyogR0VTVElPTiBERVMgTE9OR1VFVVJTICovXG4kbWVudS1zaWRlLXdpZHRoOiA0ZW07XG5cblxuLy8gUE9VUiBSRVNPVVJDRV9ESVNQQVRDSEVSXG4kcmQtZm9ybS12YWxpZC1jb2xvcjogICAnMjdhNTYwJztcbiRyZC1mb3JtLW5ldXRyYWwtY29sb3I6ICcyMTkzZTYnO1xuJHJkLWZvcm0tc2VhcmNoLWNvbG9yOiAgJzU2MzBlZCc7XG4kcmQtZm9ybS1pbnZhbGlkLWNvbG9yOiAnZDUyOTE4JztcbiIKCV0sCgkibWFwcGluZ3MiOiAiQUFFQSxBQUVtQixRQUZYLENBQUcsVUFBVSxDQUVoQixJQUFJLENBQUEsQUFBQSxTQUFDLEFBQUEsQ0FBVSxDQUNsQixPQUFPLENBQUUsS0FBTSxDQUNmLFFBQVEsQ0FBRSxRQUFTLENBQ2xCLEtBQUssQ0FBRSx1Q0FBSSxDQUNYLE1BQU0sQ0FBRSx1Q0FBSSxDQUdiLE1BQU0sQ0FBRSxRQUFTLENBQ2pCLE9BQU8sQ0FBRSxLQUFNLENBRWYsTUFBTSxDQUFFLHVCQUF3QixDQUNoQyxhQUFhLENBQUUsR0FBSSxDQVduQixLQUFLLENBQUUsT0FBUSxDQUNmLFdBQVcsQ0FBRSx1Q0FBSSxDQUVqQixVQUFVLENBQUUscUJBQXNCLENBRWxDLE1BQU0sQ0FBRSxPQUFRLENBb0VoQixBQWpHRixBQUVtQixRQUZYLENBQUcsVUFBVSxDQUVoQixJQUFJLENBQUEsQUFBQSxTQUFDLEFBQUEsQ0FlUCxHQUFHLEFBQUEsQ0FDSCxVQUFVLENBQUUsR0FBSSxDQUNoQixBQW5CSCxBQUVtQixRQUZYLENBQUcsVUFBVSxDQUVoQixJQUFJLENBQUEsQUFBQSxTQUFDLEFBQUEsQ0FrQlAsR0FBRyxBQUFBLENBQ0gsYUFBYSxDQUFFLEdBQUksQ0FDbkIsQUF0QkgsQUErQkUsUUEvQk0sQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxFQTZCUixHQUFHLENBL0JMLEFBK0JXLFFBL0JILENBQUcsVUFBVSxDQUVoQixJQUFJLENBQUEsQUFBQSxTQUFDLEFBQUEsRUE2QkgsR0FBRyxDQUFDLENBQUMsQUFBQSxDQUNULEtBQUssQ0FBRSxnQkFBSSxDQUNYLE1BQU0sQ0FBRSxnQkFBSSxDQUtaLFVBQVUsQ0FBRSxvQkFBcUIsQ0FFakMsY0FBYyxDQUFFLElBQUssQ0FXckIsQUFuREgsQUE0Q0ssUUE1Q0csQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxFQTZCUixHQUFHLENBYUEsV0FBVyxDQTVDaEIsQUE0Q0ssUUE1Q0csQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxFQTZCSCxHQUFHLENBQUMsQ0FBQyxDQWFQLFdBQVcsQUFBQSxDQUNaLElBQUksQ0FBRSxrQkFBbUIsQ0FDekIsQUE5Q0osQUFnREssUUFoREcsQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxFQTZCUixHQUFHLENBaUJBLGtCQUFrQixDQWhEdkIsQUFnREssUUFoREcsQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxFQTZCSCxHQUFHLENBQUMsQ0FBQyxDQWlCUCxrQkFBa0IsQUFBQSxDQUNuQixNQUFNLENBQUUsa0JBQW1CLENBQzNCLEFBbERKLEFBRW1CLFFBRlgsQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxFQW9EUCxBQUFBLFNBQUMsQUFBQSxDQUFVLE1BQU0sQUFBQSxDQUNqQixPQUFPLENBQUUsZUFBSSxDQUNiLE9BQU8sQ0FBRSxLQUFNLENBQ2YsUUFBUSxDQUFFLFFBQVMsQ0FDbEIsR0FBRyxDQUFFLHVCQUFJLENBQ1QsSUFBSSxDQUFFLDBCQUFJLENBQ1gsT0FBTyxDQUFFLElBQUssQ0FFZCxhQUFhLENBQUUsR0FBSSxDQUVuQixnQkFBZ0IsQ0FBRSxPQUFRLENBRTFCLEtBQUssQ0FBRSxPQUFRLENBQ2YsV0FBVyxDQUFFLE1BQU8sQ0FFcEIsVUFBVSxDQUFFLGFBQWMsQ0FFMUIsZ0JBQWdCLENBQUUsR0FBSSxDQUN0QixTQUFTLENBQUUsU0FBTSxDQUVqQixBQTFFSCxBQUVtQixRQUZYLENBQUcsVUFBVSxDQUVoQixJQUFJLENBQUEsQUFBQSxTQUFDLEFBQUEsQ0EyRVAsTUFBTSxDQTdFVCxBQUVtQixRQUZYLENBQUcsVUFBVSxDQUVoQixJQUFJLENBQUEsQUFBQSxTQUFDLEFBQUEsQ0E0RVAsT0FBTyxBQUFBLENBQ1AsS0FBSyxDQ2hGTSxPQUFPLENEaUZsQixZQUFZLENBQUUsT0FBUSxDQUN0QixVQUFVLENBQUUsbUJBQW9CLENBY2hDLEFBL0ZILEFBRW1CLFFBRlgsQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxDQTJFUCxNQUFNLEFBTUwsTUFBTSxBQUFBLE1BQU0sQ0FuRmhCLEFBRW1CLFFBRlgsQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxDQTRFUCxPQUFPLEFBS04sTUFBTSxBQUFBLE1BQU0sQUFBQSxDQUNaLFNBQVMsQ0FBRSxTQUFNLENBQ2pCLEtBQUssQ0FBRSxJQUFLLENBQ1osQUF0RkosQUF3Rk8sUUF4RkMsQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxDQTJFUCxNQUFNLENBV04sR0FBRyxDQUFDLFdBQVcsQ0F4RmxCLEFBd0ZPLFFBeEZDLENBQUcsVUFBVSxDQUVoQixJQUFJLENBQUEsQUFBQSxTQUFDLEFBQUEsQ0E0RVAsT0FBTyxDQVVQLEdBQUcsQ0FBQyxXQUFXLEFBQUEsQ0FDZCxJQUFJLENBQUUsZUFBZ0IsQ0FDdEIsQUExRkosQUE0Rk8sUUE1RkMsQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxDQTJFUCxNQUFNLENBZU4sR0FBRyxDQUFDLGtCQUFrQixDQTVGekIsQUE0Rk8sUUE1RkMsQ0FBRyxVQUFVLENBRWhCLElBQUksQ0FBQSxBQUFBLFNBQUMsQUFBQSxDQTRFUCxPQUFPLENBY1AsR0FBRyxDQUFDLGtCQUFrQixBQUFBLENBQ3JCLE1BQU0sQ0FBRSxlQUFnQixDQUN4QiIsCgkibmFtZXMiOiBbXQp9 */ \ No newline at end of file +#WRAPPER > #MENU-SIDE > span[data-link].mt { + margin-top: 3em; +} + +#WRAPPER > #MENU-SIDE > span[data-link].mb { + margin-bottom: 3em; +} + +#WRAPPER > #MENU-SIDE > span[data-link] svg, #WRAPPER > #MENU-SIDE > span[data-link] svg * { + width: calc( 4em / 2.5); + height: calc( 4em / 2.5); + transition: fill .3s, stroke .3s; + pointer-events: none; +} + +#WRAPPER > #MENU-SIDE > span[data-link] svg #stylisable, #WRAPPER > #MENU-SIDE > span[data-link] svg * #stylisable { + fill: #a2a2a2 !important; +} + +#WRAPPER > #MENU-SIDE > span[data-link] svg #stroke-stylisable, #WRAPPER > #MENU-SIDE > span[data-link] svg * #stroke-stylisable { + stroke: #a2a2a2 !important; +} + +#WRAPPER > #MENU-SIDE > span[data-link][data-desc]:after { + content: attr(data-desc); + display: block; + position: absolute; + top: calc( 4em / 4 - 2*.3em); + left: calc( 4em * 1.15 - 2*.3em); + padding: .3em; + border-radius: 3px; + background-color: #2a2a2a; + color: #e2e2e2; + white-space: nowrap; + transition: transform .1s; + transform-origin: 0 0; + transform: scaleX(0); +} + +#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 { + 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 */ \ No newline at end of file diff --git a/public_html/css/min/reset.css b/public_html/css/min/reset.css index dc34456..a86718a 100755 --- a/public_html/css/min/reset.css +++ b/public_html/css/min/reset.css @@ -10,7 +10,8 @@ html { -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; - /* 2 */ } + /* 2 */ +} /** * Remove default margin. @@ -19,7 +20,8 @@ body { margin: 0; font-size: 16px; font-family: 'Open Sans', 'Ubuntu', 'Verdana', 'Arial'; - font-weight: normal; } + font-weight: normal; +} /* HTML5 display definitions ========================================================================== */ @@ -41,7 +43,8 @@ menu, nav, section, summary { - display: block; } + display: block; +} /** * 1. Correct `inline-block` display not defined in IE 8/9. @@ -54,7 +57,8 @@ video { display: inline-block; /* 1 */ vertical-align: baseline; - /* 2 */ } + /* 2 */ +} /** * Prevent modern browsers from displaying `audio` without controls. @@ -62,7 +66,8 @@ video { */ audio:not([controls]) { display: none; - height: 0; } + height: 0; +} /** * Address `[hidden]` styling not present in IE 8/9/10. @@ -70,7 +75,8 @@ audio:not([controls]) { */ [hidden], template { - display: none; } + display: none; +} /* Links ========================================================================== */ @@ -78,7 +84,8 @@ template { * Remove the gray background color from active links in IE 10. */ a { - background-color: transparent; } + background-color: transparent; +} /** * Improve readability of focused elements when they are also in an @@ -86,7 +93,8 @@ a { */ a:active, a:hover { - outline: 0; } + outline: 0; +} /* Text-level semantics ========================================================================== */ @@ -101,7 +109,8 @@ abbr[title] { text-decoration: underline; /* 2 */ text-decoration: underline dotted; - /* 2 */ } + /* 2 */ +} /** * Address inconsistent styling of b and strong. @@ -111,18 +120,21 @@ abbr[title] { b, strong { font-weight: inherit; - /* 1 */ } + /* 1 */ +} b, strong { font-weight: bolder; - /* 2 */ } + /* 2 */ +} /** * Address styling not present in Safari and Chrome. */ dfn { - font-style: italic; } + font-style: italic; +} /** * Address variable `h1` font-size and margin within `section` and `article` @@ -130,20 +142,23 @@ dfn { */ h1 { font-size: 2em; - margin: 0.67em 0; } + margin: 0.67em 0; +} /** * Address styling not present in IE 8/9. */ mark { background-color: #ff0; - color: #000; } + color: #000; +} /** * Address inconsistent and variable font size in all browsers. */ small { - font-size: 80%; } + font-size: 80%; +} /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. @@ -153,13 +168,16 @@ sup { font-size: 75%; line-height: 0; position: relative; - vertical-align: baseline; } + vertical-align: baseline; +} sup { - top: -0.5em; } + top: -0.5em; +} sub { - bottom: -0.25em; } + bottom: -0.25em; +} /* Embedded content ========================================================================== */ @@ -167,13 +185,15 @@ sub { * Remove border when inside `a` element in IE 8/9/10. */ img { - border: 0; } + border: 0; +} /** * Correct overflow not hidden in IE 9/10/11. */ svg:not(:root) { - overflow: hidden; } + overflow: hidden; +} /* Grouping content ========================================================================== */ @@ -181,7 +201,8 @@ svg:not(:root) { * Address margin not present in IE 8/9 and Safari. */ figure { - margin: 1em 40px; } + margin: 1em 40px; +} /** * Address inconsistent styling of `hr`. @@ -194,13 +215,15 @@ hr { height: 0; /* 1 */ overflow: visible; - /* 2 */ } + /* 2 */ +} /** * Contain overflow in all browsers. */ pre { - overflow: auto; } + overflow: auto; +} /** * 1. Correct inheritance and scaling of font-size for preformatted text. @@ -213,7 +236,8 @@ samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; - /* 2 */ } + /* 2 */ +} /* Forms ========================================================================== */ @@ -233,13 +257,15 @@ textarea { font: inherit; /* 1 */ margin: 0; - /* 2 */ } + /* 2 */ +} /** * Address `overflow` set to `hidden` in IE 8/9/10/11. */ button { - overflow: visible; } + overflow: visible; +} /** * Address inconsistent `text-transform` inheritance for `button` and `select`. @@ -249,7 +275,8 @@ button { */ button, select { - text-transform: none; } + text-transform: none; +} /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` @@ -265,14 +292,16 @@ input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; - /* 3 */ } + /* 3 */ +} /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { - cursor: default; } + cursor: default; +} /** * Remove inner padding and border in Firefox 4+. @@ -280,14 +309,16 @@ html input[disabled] { button::-moz-focus-inner, input::-moz-focus-inner { border: 0; - padding: 0; } + padding: 0; +} /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ input { - line-height: normal; } + line-height: normal; +} /** * It's recommended that you don't attempt to style these elements. @@ -301,7 +332,8 @@ input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; - /* 2 */ } + /* 2 */ +} /** * Fix the cursor style for Chrome's increment/decrement buttons. For certain @@ -310,13 +342,15 @@ input[type="radio"] { */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { - height: auto; } + height: auto; +} /** * Address `appearance` set to `searchfield` in Safari and Chrome. */ input[type="search"] { - -webkit-appearance: textfield; } + -webkit-appearance: textfield; +} /** * Remove inner padding and search cancel button in Safari and Chrome on OS X. @@ -325,7 +359,8 @@ input[type="search"] { */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } + -webkit-appearance: none; +} /** * Define consistent border, margin, and padding. @@ -333,7 +368,8 @@ input[type="search"]::-webkit-search-decoration { fieldset { border: 1px solid #c0c0c0; 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. @@ -343,20 +379,23 @@ legend { border: 0; /* 1 */ padding: 0; - /* 2 */ } + /* 2 */ +} /** * Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { - overflow: auto; } + overflow: auto; +} /** * 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. */ optgroup { - font-weight: bold; } + font-weight: bold; +} /* Tables ========================================================================== */ @@ -365,10 +404,13 @@ optgroup { */ table { border-collapse: collapse; - border-spacing: 0; } + border-spacing: 0; +} td, th { - padding: 0; } + padding: 0; +} + -/*# sourceMappingURL=reset.css.map */ + /*# sourceMappingURL= reset.css.map */ \ No newline at end of file diff --git a/public_html/css/min/submenu-side.css b/public_html/css/min/submenu-side.css index b0f7158..7e333c1 100755 --- a/public_html/css/min/submenu-side.css +++ b/public_html/css/min/submenu-side.css @@ -1,3 +1,55 @@ -#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} +/* COULEUR DU THEME */ +/* COULEUR DU SOUS-MENU */ +/* COULEUR DES ERREURS */ +/* FORMULAIRES */ +/* GESTION DES LONGUEURS */ +#CONTAINER > .sub-menu-side { + display: block; + position: relative; +} -/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAic3VibWVudS1zaWRlLmNzcyIsCgkic291cmNlcyI6IFsKCQkiLi4vc3VibWVudS1zaWRlLnNjc3MiLAoJCSIuLi9jb25zdGFudHMuc2NzcyIKCV0sCgkic291cmNlc0NvbnRlbnQiOiBbCgkJIkBpbXBvcnQgJ2NvbnN0YW50cyc7XG5cblxuI0NPTlRBSU5FUiA+IC5zdWItbWVudS1zaWRle1xuXHRkaXNwbGF5OiBibG9jaztcblx0cG9zaXRpb246IHJlbGF0aXZlO1xuXG5cdC8vIExlcyBsaWVucyBkdSBtZW51XG5cdCYgPiBzcGFuW2RhdGEtc3VibGlua117XG5cdFx0ZGlzcGxheTogYmxvY2s7XG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xuXHRcdFx0d2lkdGg6IDcuNWVtO1xuXG5cdFx0cGFkZGluZzogLjNlbSAxZW0gLjNlbSAyZW07XG5cdFx0bWFyZ2luOiAxZW07XG5cblx0XHRib3JkZXItcmFkaXVzOiAzcHg7XG5cblx0XHRjb2xvcjogJHN1Yi1tZW51LWNvbG9yO1xuXHRcdHRleHQtc2hhZG93OiAxcHggMXB4IHdoaXRlO1xuXHRcdHdoaXRlLXNwYWNlOiBub3dyYXA7XG5cblx0XHR0cmFuc2l0aW9uOiBhbGwgLjJzO1xuXG5cdFx0Y3Vyc29yOiBwb2ludGVyO1xuXG5cdFx0b3ZlcmZsb3c6IGhpZGRlbjtcblxuXHRcdC8vIERpbWVuc2lvbi9Qb3NpdGlvbiBkZXMgc3ZnIChpY29uZXMpXG5cdFx0JiA+IC5zdmcgPiBzdmd7XG5cdFx0XHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG5cdFx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XG5cdFx0XHRcdGxlZnQ6IC41ZW07XG5cdFx0XHRcdC8vIGxlZnQ6IDEwMCU7XG5cdFx0XHRcdHRvcDogNTAlO1xuXHRcdFx0XHR3aWR0aDogMWVtO1xuXHRcdFx0XHRoZWlnaHQ6IDFlbTtcblxuXHRcdFx0dHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuXG5cdFx0XHQvLyBDb2xvcmF0aW9uIHBvdXIgdG91cyBsZXMgZWxlbWVudHMgZHUgc3ZnXG5cdFx0XHQmIHBhdGh7XG5cdFx0XHRcdGZpbGw6ICRzdWItbWVudS1jb2xvciAhaW1wb3J0YW50O1xuXHRcdFx0fVxuXHRcdH1cblxuXHRcdCY6aG92ZXIsXG5cdFx0Ji5hY3RpdmV7XG5cdFx0XHRjb2xvcjogZGFya2VuKCRzdWItbWVudS1jb2xvciwgMzApO1xuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogI2Q4ZGVlYTtcblx0XHRcdGJveC1zaGFkb3c6IGluc2V0IDAgMCA0cHggI2M4Y2VkOTtcblxuXHRcdFx0JiA+IC5zdmcgPiBzdmcgcGF0aHtcblx0XHRcdFx0ZmlsbDogZGFya2VuKCRzdWItbWVudS1jb2xvciwgMzApICFpbXBvcnRhbnQ7XG5cdFx0XHR9XG5cblx0XHR9XG5cblx0fVxuXG5cblx0Ly8gT24gZGVjYWxlIGxlIHByZW1pZXJcblx0JiA+IHNwYW5bZGF0YS1zdWJsaW5rXTpudGgtY2hpbGQoMSl7XG5cdFx0bWFyZ2luLXRvcDogMWVtO1xuXHR9XG5cbn1cbiIsCgkJIi8qIENPVUxFVVIgRFUgVEhFTUUgKi9cbiR0aGVtZS1jb2xvcjogI2Y0NGYwNjtcblxuLyogQ09VTEVVUiBEVSBTT1VTLU1FTlUgKi9cbiRzdWItbWVudS1jb2xvcjogIzViNWU2MztcblxuLyogQ09VTEVVUiBERVMgRVJSRVVSUyAqL1xuJGVycm9yLWNvbG9yOiAjY2M1ODU3O1xuXG4vKiBGT1JNVUxBSVJFUyAqL1xuJGZvcm0tdmFsaWQtY29sb3I6ICAgIzI3YTU2MDtcbiRmb3JtLW5ldXRyYWwtY29sb3I6ICMyMTkzZTY7XG4kZm9ybS1zZWFyY2gtY29sb3I6ICAjNTYzMGVkO1xuJGZvcm0taW52YWxpZC1jb2xvcjogI2Q1MjkxODtcblxuXG4vKiBHRVNUSU9OIERFUyBMT05HVUVVUlMgKi9cbiRtZW51LXNpZGUtd2lkdGg6IDRlbTtcblxuXG4vLyBQT1VSIFJFU09VUkNFX0RJU1BBVENIRVJcbiRyZC1mb3JtLXZhbGlkLWNvbG9yOiAgICcyN2E1NjAnO1xuJHJkLWZvcm0tbmV1dHJhbC1jb2xvcjogJzIxOTNlNic7XG4kcmQtZm9ybS1zZWFyY2gtY29sb3I6ICAnNTYzMGVkJztcbiRyZC1mb3JtLWludmFsaWQtY29sb3I6ICdkNTI5MTgnO1xuIgoJXSwKCSJtYXBwaW5ncyI6ICJBQUdBLEFBQWEsVUFBSCxDQUFHLGNBQWMsQUFBQSxDQUMxQixPQUFPLENBQUUsS0FBTSxDQUNmLFFBQVEsQ0FBRSxRQUFTLENBNkRuQixBQS9ERCxBQUtzQixVQUxaLENBQUcsY0FBYyxDQUt0QixJQUFJLENBQUEsQUFBQSxZQUFDLEFBQUEsQ0FBYSxDQUNyQixPQUFPLENBQUUsS0FBTSxDQUNmLFFBQVEsQ0FBRSxRQUFTLENBQ2xCLEtBQUssQ0FBRSxLQUFNLENBRWQsT0FBTyxDQUFFLGlCQUFrQixDQUMzQixNQUFNLENBQUUsR0FBSSxDQUVaLGFBQWEsQ0FBRSxHQUFJLENBRW5CLEtBQUssQ0NkVSxPQUFPLENEZXRCLFdBQVcsQ0FBRSxhQUFjLENBQzNCLFdBQVcsQ0FBRSxNQUFPLENBRXBCLFVBQVUsQ0FBRSxPQUFRLENBRXBCLE1BQU0sQ0FBRSxPQUFRLENBRWhCLFFBQVEsQ0FBRSxNQUFPLENBZ0NqQixBQXZERixBQTBCYSxVQTFCSCxDQUFHLGNBQWMsQ0FLdEIsSUFBSSxDQUFBLEFBQUEsWUFBQyxBQUFBLEVBcUJKLElBQUksQ0FBRyxHQUFHLEFBQUEsQ0FDYixPQUFPLENBQUUsWUFBYSxDQUN0QixRQUFRLENBQUUsUUFBUyxDQUNsQixJQUFJLENBQUUsSUFBSyxDQUVYLEdBQUcsQ0FBRSxHQUFJLENBQ1QsS0FBSyxDQUFFLEdBQUksQ0FDWCxNQUFNLENBQUUsR0FBSSxDQUViLFNBQVMsQ0FBRSxnQkFBVSxDQU1yQixBQXpDSCxBQXNDSyxVQXRDSyxDQUFHLGNBQWMsQ0FLdEIsSUFBSSxDQUFBLEFBQUEsWUFBQyxBQUFBLEVBcUJKLElBQUksQ0FBRyxHQUFHLENBWVgsSUFBSSxBQUFBLENBQ0wsSUFBSSxDQ3RDUyxPQUFPLENEc0NFLFVBQVUsQ0FDaEMsQUF4Q0osQUFLc0IsVUFMWixDQUFHLGNBQWMsQ0FLdEIsSUFBSSxDQUFBLEFBQUEsWUFBQyxBQUFBLENBc0NQLE1BQU0sQ0EzQ1QsQUFLc0IsVUFMWixDQUFHLGNBQWMsQ0FLdEIsSUFBSSxDQUFBLEFBQUEsWUFBQyxBQUFBLENBdUNQLE9BQU8sQUFBQSxDQUNQLEtBQUssQ0FBRSxPQUFNLENBQ2IsZ0JBQWdCLENBQUUsT0FBUSxDQUMxQixVQUFVLENBQUUscUJBQXNCLENBTWxDLEFBckRILEFBaURrQixVQWpEUixDQUFHLGNBQWMsQ0FLdEIsSUFBSSxDQUFBLEFBQUEsWUFBQyxBQUFBLENBc0NQLE1BQU0sQ0FNRixJQUFJLENBQUcsR0FBRyxDQUFDLElBQUksQ0FqRHRCLEFBaURrQixVQWpEUixDQUFHLGNBQWMsQ0FLdEIsSUFBSSxDQUFBLEFBQUEsWUFBQyxBQUFBLENBdUNQLE9BQU8sQ0FLSCxJQUFJLENBQUcsR0FBRyxDQUFDLElBQUksQUFBQSxDQUNsQixJQUFJLENBQUUsT0FBTSxDQUFzQixVQUFVLENBQzVDLEFBbkRKLEFBMkRtQyxVQTNEekIsQ0FBRyxjQUFjLENBMkR0QixJQUFJLENBQUEsQUFBQSxZQUFDLEFBQUEsQ0FBYSxVQUFXLENBQUEsQUFBQSxDQUFDLENBQUMsQ0FDbEMsVUFBVSxDQUFFLEdBQUksQ0FDaEIiLAoJIm5hbWVzIjogW10KfQ== */ \ No newline at end of file +#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= submenu-side.css.map */ \ No newline at end of file diff --git a/public_html/view/groups.php b/public_html/view/groups.php index ee99241..59210fc 100755 --- a/public_html/view/groups.php +++ b/public_html/view/groups.php @@ -177,7 +177,7 @@ /* [4] Gestion de filtrage =========================================================*/ - echo "
"; + echo "
"; /* (1) Si on a un ID_CLUSTER, on affiche la composition ---------------------------------------------------------*/