2016-04-20 14:57:59 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
/* [1] COULEURS
|
|
|
|
=========================================================*/
|
|
|
|
/* (1) COULEURS DU THEME $DEFAULT */
|
|
|
|
/* (2) COULEURS DE THEME $DARK */
|
2016-04-22 08:27:58 +00:00
|
|
|
/* (3) Couleurs du theme pour la timeline */
|
2016-04-20 14:57:59 +00:00
|
|
|
/* [2] DIMENSIONS
|
|
|
|
=========================================================*/
|
|
|
|
/* (1) Layout de base */
|
2016-04-22 08:27:58 +00:00
|
|
|
/* [3] Mixins
|
|
|
|
=========================================================*/
|
2016-04-20 14:57:59 +00:00
|
|
|
/* [1] Panel list (tokens, utilisateurs, etc)
|
|
|
|
=========================================================*/
|
2016-04-19 15:08:59 +00:00
|
|
|
/* [1] COULEURS
|
|
|
|
=========================================================*/
|
|
|
|
/* (1) COULEURS DU THEME $DEFAULT */
|
|
|
|
/* (2) COULEURS DE THEME $DARK */
|
2016-04-22 08:27:58 +00:00
|
|
|
/* (3) Couleurs du theme pour la timeline */
|
2016-04-19 15:08:59 +00:00
|
|
|
/* [2] DIMENSIONS
|
|
|
|
=========================================================*/
|
|
|
|
/* (1) Layout de base */
|
2016-04-22 08:27:58 +00:00
|
|
|
/* [3] Mixins
|
|
|
|
=========================================================*/
|
2016-04-19 15:08:59 +00:00
|
|
|
/* [1] Panneau d'ajout/suppression d'elements
|
|
|
|
=========================================================*/
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
background-color: #fff;
|
|
|
|
font-size: .9em;
|
|
|
|
color: #000;
|
|
|
|
/* (1) Header (titre + ajout) */
|
|
|
|
/* (2) Description (sous le header) */
|
|
|
|
/* (3) Liste des elements */
|
|
|
|
/* (5) Formulaire d'ajout d'un nouvel element */
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-header] {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: .5em .7em;
|
|
|
|
border-radius: 3px 3px 0 0;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
box-shadow: inset 0 0 5px #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-header] > span,
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-header] > button {
|
|
|
|
color: #333;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-header] > button {
|
|
|
|
padding: .1em .7em;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #777;
|
|
|
|
background: #ecf0f1;
|
2016-04-22 08:27:58 +00:00
|
|
|
-webkit-transition: all 0.1s ease-in-out;
|
|
|
|
transition: all 0.1s ease-in-out;
|
2016-04-19 15:08:59 +00:00
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-header] > button:hover {
|
|
|
|
background: #399ced;
|
|
|
|
border-color: #1484df;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-description] {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
padding: .7em .7em;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
/* (4) Chaque element de la liste */
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
padding: 1em;
|
|
|
|
/* (4.1) Logo et type d'element */
|
|
|
|
/* (4.2) Donnees descriptives */
|
|
|
|
/* (4.3) Bouton de suppression */
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element]:not(:last-child) {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(1) {
|
|
|
|
display: flex;
|
|
|
|
width: 10em;
|
|
|
|
height: 6em;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: center;
|
|
|
|
background-size: auto 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(1)[data-token] {
|
|
|
|
background: url("/f/svg/token/st/container/666666") center 1em no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(1)[data-token].active {
|
|
|
|
background-image: url("/f/svg/token/st/container/399ced");
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(1)[data-user] {
|
|
|
|
background: url("/f/svg/user/st/container/666666") center 1em no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(1)[data-user].active {
|
|
|
|
background-image: url("/f/svg/user/st/container/399ced");
|
|
|
|
}
|
|
|
|
|
2016-04-20 09:59:21 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(1)[data-number] {
|
|
|
|
background: url("/f/svg/phone_number/st/container/666666") center 1em no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(1)[data-number].active {
|
|
|
|
background-image: url("/f/svg/phone_number/st/container/399ced");
|
|
|
|
}
|
|
|
|
|
2016-04-19 15:08:59 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(1) > span {
|
|
|
|
display: block;
|
|
|
|
padding: 0 .4em;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
font-size: .8em;
|
|
|
|
color: #555;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(n+2) {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
flex: 10em;
|
|
|
|
padding: 1em;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
font-size: 1em;
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > div:nth-child(n+2) > span[data-prefix]:before {
|
|
|
|
content: attr(data-prefix) ": ";
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > button {
|
|
|
|
padding: .1em .7em;
|
|
|
|
height: 2em;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #de2b08;
|
|
|
|
background: #fff;
|
|
|
|
color: #de2b08;
|
|
|
|
font-weight: bold;
|
2016-04-22 08:27:58 +00:00
|
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
|
|
transition: all 0.2s ease-in-out;
|
2016-04-19 15:08:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > ul[data-list] > li[data-element] > button:hover {
|
|
|
|
background: #de2b08;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] {
|
|
|
|
display: none;
|
|
|
|
position: relative;
|
|
|
|
padding: 1em;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
background-color: #ecf0f1;
|
|
|
|
/* (5.1) Description du champ de texte */
|
|
|
|
/* (5.2) Champs de texte */
|
|
|
|
/* (5.3) Bouton de creation animation de @hover*/
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add].active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] > .label {
|
|
|
|
display: inline-block;
|
|
|
|
width: 18em;
|
|
|
|
padding-right: 2em;
|
|
|
|
text-align: right;
|
|
|
|
color: #3b494c;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] > input[type='text'],
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] > input[type='email'],
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] > input[type='password'] {
|
|
|
|
margin: 1em 0;
|
|
|
|
padding: .5em .7em;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
background-color: #fff;
|
|
|
|
color: #000;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] > input[type='text']:focus,
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] > input[type='email']:focus,
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] > input[type='password']:focus {
|
|
|
|
border-color: #399ced;
|
|
|
|
box-shadow: inset 0 0 2px #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-panel-list] > div[data-add] > input[type='submit']:hover {
|
|
|
|
background: #399ced;
|
|
|
|
border-color: #1484df;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2016-04-20 14:57:59 +00:00
|
|
|
/* [2] Formulaire de type 'timeline'
|
|
|
|
=========================================================*/
|
2016-04-21 14:41:11 +00:00
|
|
|
/* [1] COULEURS
|
|
|
|
=========================================================*/
|
|
|
|
/* (1) COULEURS DU THEME $DEFAULT */
|
|
|
|
/* (2) COULEURS DE THEME $DARK */
|
2016-04-22 08:27:58 +00:00
|
|
|
/* (3) Couleurs du theme pour la timeline */
|
2016-04-21 14:41:11 +00:00
|
|
|
/* [2] DIMENSIONS
|
|
|
|
=========================================================*/
|
|
|
|
/* (1) Layout de base */
|
2016-04-22 08:27:58 +00:00
|
|
|
/* [3] Mixins
|
|
|
|
=========================================================*/
|
2016-04-20 14:57:59 +00:00
|
|
|
/* [1] Formulaire de type timeline
|
|
|
|
=========================================================*/
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
background-color: #fff;
|
|
|
|
font-size: .9em;
|
|
|
|
color: #000;
|
|
|
|
/* (1) On ajoute le liseré à droite pour TOUS les éléments */
|
|
|
|
/* (2) Titres de sections */
|
2016-04-20 20:58:19 +00:00
|
|
|
/* (3) Titres des sous-sections */
|
2016-04-21 09:26:21 +00:00
|
|
|
/* (4) Titres genre text message */
|
2016-04-21 08:33:03 +00:00
|
|
|
/* (5) 'Tags' -> textes sur le liseré gauche */
|
|
|
|
/* (6) Input d'upload de fichier (css hack) */
|
2016-04-22 08:27:58 +00:00
|
|
|
/* Contiendra l'input*/
|
|
|
|
/* Animation de hover*/
|
|
|
|
/* Animation de .active*/
|
2016-04-21 09:26:21 +00:00
|
|
|
/* (7) Inputs de type text */
|
|
|
|
/* (8) Gestion des espacements */
|
2016-04-21 14:41:11 +00:00
|
|
|
/* (9) <article> sert uniquement à regrouper */
|
2016-04-22 08:27:58 +00:00
|
|
|
/* (10) Gestion des espacements verticaux */
|
2016-04-20 14:57:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] *:not(.no-line) {
|
2016-04-20 20:58:19 +00:00
|
|
|
display: block;
|
2016-04-20 14:57:59 +00:00
|
|
|
color: #333;
|
2016-04-21 08:33:03 +00:00
|
|
|
margin: 0 40px;
|
2016-04-20 14:57:59 +00:00
|
|
|
padding: 5px 60px;
|
2016-04-21 08:33:03 +00:00
|
|
|
border-left: 2px solid #399ced;
|
2016-04-20 14:57:59 +00:00
|
|
|
}
|
|
|
|
|
2016-04-21 08:33:03 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] h3:not(.no-line) {
|
2016-04-20 20:58:19 +00:00
|
|
|
display: block;
|
2016-04-21 08:33:03 +00:00
|
|
|
padding: 20px 40px;
|
2016-04-20 14:57:59 +00:00
|
|
|
font-size: 1.4em;
|
2016-04-21 08:33:03 +00:00
|
|
|
color: #fff;
|
2016-04-20 14:57:59 +00:00
|
|
|
font-weight: bold;
|
2016-04-21 08:33:03 +00:00
|
|
|
background-color: #399ced;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* TODO: Transformer les background en ::before pour que ca soit juste un cercle avec bg et border*/
|
|
|
|
/* FIXME: Corriger le liseré pour les autres navigateurs que FF*/
|
|
|
|
/* Gestion du before (compteur css) //*/
|
2016-04-20 15:06:48 +00:00
|
|
|
}
|
|
|
|
|
2016-04-21 08:33:03 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] h3:not(.no-line)[data-n]:before {
|
2016-04-20 15:06:48 +00:00
|
|
|
content: attr(data-n);
|
2016-04-21 08:33:03 +00:00
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: .48em;
|
|
|
|
margin-left: -41px;
|
|
|
|
padding: 3px 12px;
|
|
|
|
border-radius: 50%;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* Contour blanc*/
|
2016-04-21 08:33:03 +00:00
|
|
|
box-shadow: 0 0 0 3px #fff;
|
|
|
|
background-color: #399ced;
|
2016-04-20 15:06:48 +00:00
|
|
|
font-size: 1.3em;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* On centre sur la ligne*/
|
2016-04-21 08:33:03 +00:00
|
|
|
transform: translateX(-50%) translateY(-50%);
|
2016-04-22 08:27:58 +00:00
|
|
|
-moz-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-o-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-ms-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
2016-04-20 14:57:59 +00:00
|
|
|
}
|
|
|
|
|
2016-04-21 08:33:03 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] h4:not(.no-line) {
|
2016-04-20 20:58:19 +00:00
|
|
|
display: block;
|
2016-04-21 08:33:03 +00:00
|
|
|
padding: 20px 40px;
|
2016-04-20 20:58:19 +00:00
|
|
|
font-size: 1.2em;
|
2016-04-21 08:33:03 +00:00
|
|
|
color: #1068b0;
|
2016-04-20 20:58:19 +00:00
|
|
|
font-weight: bold;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* Gestion du before (compteur css) //*/
|
2016-04-20 20:58:19 +00:00
|
|
|
}
|
|
|
|
|
2016-04-21 08:33:03 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] h4:not(.no-line)[data-icon]:before {
|
2016-04-20 20:58:19 +00:00
|
|
|
content: attr(data-icon);
|
2016-04-21 08:33:03 +00:00
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: .8em;
|
|
|
|
margin-left: -41px;
|
|
|
|
padding: 7px;
|
|
|
|
border-radius: 50%;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* Contour blanc*/
|
2016-04-21 08:33:03 +00:00
|
|
|
box-shadow: 0 0 0 2px #fff;
|
|
|
|
background-color: #399ced;
|
2016-04-20 20:58:19 +00:00
|
|
|
font-size: 1em;
|
|
|
|
font-family: 'icomoon';
|
2016-04-21 08:33:03 +00:00
|
|
|
color: #fff;
|
2016-04-20 20:58:19 +00:00
|
|
|
font-weight: bold;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* On centre sur la ligne*/
|
2016-04-21 08:33:03 +00:00
|
|
|
transform: translateX(-50%) translateY(-50%);
|
2016-04-22 08:27:58 +00:00
|
|
|
-moz-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-o-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-ms-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
2016-04-21 08:33:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] h5:not(.no-line) {
|
|
|
|
display: block;
|
|
|
|
padding: 20px 40px;
|
|
|
|
font-size: 1.2em;
|
|
|
|
color: #1068b0;
|
|
|
|
font-weight: bold;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* Gestion du before (compteur css) //*/
|
|
|
|
/* Texte genre text message*/
|
2016-04-21 08:33:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] h5:not(.no-line):before {
|
|
|
|
content: '';
|
2016-04-20 20:58:19 +00:00
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
2016-04-21 08:33:03 +00:00
|
|
|
margin-top: .7em;
|
|
|
|
margin-left: -41px;
|
|
|
|
padding: 7px;
|
|
|
|
border-radius: 50%;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* Contour blanc*/
|
2016-04-21 08:33:03 +00:00
|
|
|
box-shadow: 0 0 0 2px #fff;
|
|
|
|
background-color: #399ced;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* On centre sur la ligne*/
|
2016-04-21 08:33:03 +00:00
|
|
|
transform: translateX(-50%) translateY(-50%);
|
2016-04-22 08:27:58 +00:00
|
|
|
-moz-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-o-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-ms-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
2016-04-21 08:33:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] h5:not(.no-line)[data-text]:after {
|
|
|
|
content: attr(data-text);
|
|
|
|
padding: 6px 10px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background: #399ced;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] [data-tag] {
|
|
|
|
display: block;
|
|
|
|
padding: 40px 60px;
|
2016-04-20 20:58:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] [data-tag]:before {
|
|
|
|
content: attr(data-tag);
|
|
|
|
display: inline-block;
|
2016-04-21 08:33:03 +00:00
|
|
|
position: absolute;
|
|
|
|
margin-top: .5em;
|
|
|
|
margin-left: -41px;
|
|
|
|
padding: 2px;
|
2016-04-20 20:58:19 +00:00
|
|
|
background-color: #fff;
|
2016-04-21 08:33:03 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
color: #399ced;
|
|
|
|
font-weight: bold;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* On centre sur la ligne*/
|
2016-04-21 08:33:03 +00:00
|
|
|
transform: translateX(-50%) translateY(-50%);
|
2016-04-22 08:27:58 +00:00
|
|
|
-moz-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-o-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-ms-transform: translateX(-50%) translateY(-50%);
|
|
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
2016-04-21 08:33:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='file'] {
|
|
|
|
position: relative;
|
|
|
|
opacity: 0;
|
|
|
|
z-index: 10;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='file'] + span.file-input {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-left: -290px;
|
|
|
|
width: calc( 290px - 2*15px);
|
|
|
|
height: 30px;
|
|
|
|
padding: 0 15px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background: #ddd;
|
|
|
|
color: #333;
|
|
|
|
line-height: 30px;
|
|
|
|
font-weight: normal;
|
|
|
|
z-index: 9;
|
|
|
|
cursor: pointer;
|
2016-04-22 08:27:58 +00:00
|
|
|
/* Icone d'upload*/
|
|
|
|
-webkit-transition: background 0.1s ease-in-out;
|
|
|
|
transition: background 0.1s ease-in-out;
|
2016-04-21 08:33:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='file'] + span.file-input:before {
|
2016-04-21 09:26:21 +00:00
|
|
|
content: 'e ';
|
2016-04-21 08:33:03 +00:00
|
|
|
font-size: 1em;
|
|
|
|
font-family: 'icomoon';
|
|
|
|
color: #333;
|
2016-04-20 20:58:19 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2016-04-21 14:41:11 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='file']:hover + span.file-input {
|
|
|
|
background: #bbb;
|
|
|
|
box-shadow: inset 0 0 5px #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='file'].active + span.file-input {
|
|
|
|
background: #399ced;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2016-04-22 08:27:58 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='text'],
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='password'],
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='number'],
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='button'],
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='submit'],
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='mail'] {
|
2016-04-21 09:26:21 +00:00
|
|
|
display: inline;
|
|
|
|
width: auto;
|
|
|
|
margin: unset;
|
|
|
|
padding: 5px 10px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-right: 15px;
|
|
|
|
border-radius: 0;
|
|
|
|
border: 1.5px solid #aaa;
|
|
|
|
font-size: .8em;
|
|
|
|
font-weight: normal;
|
2016-04-22 08:27:58 +00:00
|
|
|
-webkit-transition: border 0.2s ease-in-out;
|
|
|
|
transition: border 0.2s ease-in-out;
|
|
|
|
/* Animation de @focus*/
|
2016-04-21 14:41:11 +00:00
|
|
|
}
|
|
|
|
|
2016-04-22 08:27:58 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='text']:focus,
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='password']:focus,
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='number']:focus,
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='button']:focus,
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='submit']:focus,
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] input[type='mail']:focus {
|
2016-04-21 14:41:11 +00:00
|
|
|
border-color: #399ced;
|
2016-04-21 09:26:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] [data-space] {
|
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2016-04-21 14:41:11 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] article {
|
|
|
|
all: unset !important;
|
|
|
|
}
|
|
|
|
|
2016-04-22 08:27:58 +00:00
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] .spacetop, #WRAPPER > #CONTAINER section[data-timeline] .spaced {
|
|
|
|
margin-top: 20px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] .spacebtm, #WRAPPER > #CONTAINER section[data-timeline] .spaced {
|
|
|
|
margin-bottom: 20px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#WRAPPER > #CONTAINER section[data-timeline] .nobold {
|
|
|
|
font-weight: normal !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAiZXhwYW5kZWQuY3NzIiwKCSJzb3VyY2VzIjogWwoJCSIuLi9nbG9iYWwuc2NzcyIsCgkJIi4uL2NvbnN0YW50cy5zY3NzIiwKCQkiLi4vcGFuZWwtbGlzdC5zY3NzIiwKCQkiLi4vdGltZWxpbmUtZm9ybS5zY3NzIgoJXSwKCSJzb3VyY2VzQ29udGVudCI6IFsKCQkiQGltcG9ydCAnY29uc3RhbnRzJztcblxuLyogWzFdIFBhbmVsIGxpc3QgKHRva2VucywgdXRpbGlzYXRldXJzLCBldGMpXG49PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0qL1xuQGltcG9ydCAncGFuZWwtbGlzdCc7XG5cbi8qIFsyXSBGb3JtdWxhaXJlIGRlIHR5cGUgJ3RpbWVsaW5lJ1xuPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ki9cbkBpbXBvcnQgJ3RpbWVsaW5lLWZvcm0nO1xuIiwKCQkiLyogWzFdIENPVUxFVVJTXG49PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0qL1xuLyogKDEpIENPVUxFVVJTIERVIFRIRU1FICRERUZBVUxUICovXG4kdGhlbWUtYmc6ICAgICAgICAgI2U4ZThlODtcbiR0aGVtZS1iZy1wcmltYXJ5OiAjZmZmZmZmO1xuJHRoZW1lLWZnOiAgICAgICAgICM1MTUxNTE7XG4kdGhlbWUtZmctcHJpbWFyeTogIzM5OWNlZDtcblxuLyogKDIpIENPVUxFVVJTIERFIFRIRU1FICREQVJLICovXG4kZGFyay1iZzogICAgICAgICAjMzEzNTQxO1xuJGRhcmstYmctcHJpbWFyeTogIzI5MjgyZTtcbiRkYXJrLWZnOiAgICAgICAgICM5MzkzOTM7XG4kZGFyay1mZy1wcmltYXJ5OiAjZmZmZmZmO1xuXG4kaGVhZGVyLWRhcms6ICAgICAjMzMzMzMzO1xuXG4vKiAoMykgQ291bGV1cnMgZHUgdGhlbWUgcG91ciBsYSB0aW1lbGluZSAqL1xuJHRpbWVsaW5lLWNvbG9yOiAjMzk5Y2VkO1xuXG4vKiBbMl0gRElNRU5TSU9OU1xuPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ki9cbi8qICgxKSBMYXlvdXQgZGUgYmFzZSAqL1xuJG1lbnUtc2lkZS13aWR0aDogMTVlbTtcbiRoZWFkZXItaGVpZ2h0OiAgIDRlbTtcblxuXG5cbi8qIFszXSBNaXhpbnNcbj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSovXG5AbWl4aW4gdHJhbnNmb3JtKCR2YWx1ZS4uLikge1xuICAgIHRyYW5zZm9ybTogJHZhbHVlO1xuXHQtbW96LXRyYW5zZm9ybTogJHZhbHVlO1xuXHQtby10cmFuc2Zvcm06ICR2YWx1ZTtcblx0LW1zLXRyYW5zZm9ybTogJHZhbHVlO1xuXHQtd2Via2l0LXRyYW5zZm9ybTogJHZhbHVlO1xufVxuXG5cbkBtaXhpbiB0cmFuc2l0aW9uKCR2YWx1ZS4uLikge1xuICAgIC13ZWJraXQtdHJhbnNpdGlvbjogJHZhbHVlO1xuICAgIHRyYW5zaXRpb246ICR2YWx1ZTtcbn1cbiIsCgkJIkBpbXBvcnQgJ2NvbnN0YW50cyc7XG5cbi8qIFsxXSBQYW5uZWF1IGQnYWpvdXQvc3VwcHJlc3Npb24gZCdlbGVtZW50c1xuPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ki9cbiNXUkFQUEVSID4gI0NPTlRBSU5FUiBzZWN0aW9uW2RhdGEtcGFuZWwtbGlzdF17XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHRwb3NpdGlvbjogcmVsYXRpdmU7XG5cblx0Ym9yZGVyLXJhZGl1czogM3B4O1xuXHRib3JkZXI6IDFweCBzb2xpZCAjY2NjO1xuXG5cdGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG5cblx0Zm9udC1zaXplOiAuOWVtO1xuXHRjb2xvcjogIzAwMDtcblxuXG5cdC8qICgxKSBIZWFkZXIgKHRpdHJlICsgYWpvdXQpICovXG5cdCYgPiBkaXZbZGF0YS1oZWFkZXJde1xuXHRcdGRpc3BsYXk6IGZsZXg7XG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xuXG5cdFx0Ly8gZmxleCBwcm9wZXJ0aWVzXG5cdFx0ZmxleC1kaXJlY3Rpb246IHJvdztcblx0XHRmbGV4LXdyYXA6IG5vd3JhcDtcblx0XHRqdXN0aWZ5LWNvbnRlbnQ6IHNwYWNlLWJldHdlZW47XG5cdFx0YWxpZ24taXRlbXM6IGNlbnRlcjtcblxuXHRcdHBhZGRpbmc6IC41ZW0gLjdlbTtcblxuXHRcdGJvcmRlci1yYWRpdXM6IDNweCAzcHggMCAwO1xuXHRcdGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjY2NjO1xuXG5cdFx0YmFja2dyb3VuZC1jb2xvcjogI2Y1ZjVmNTtcblx0XHRib3gtc2hhZG93OiBpbnNldCAwIDAgNXB4ICNlZWU7XG5cblx0XHQvLyBMaWJlbGxlIGR1IHBhbmVsXG5cdFx0JiA+IHNwYW4sXG5cdFx0JiA+IGJ1dHRvbntcblx0XHRcdGNvbG9yOiAjMzMzO1xuXHRcdFx0Zm9udC13ZWlnaHQ6IGJvbGQ7XG5cdFx0XHRsaW5lLWhlaWdodDogMmVtO1xuXHRcdH1cblxuXHRcdC8vIEJvdXRvbiBham91dGVyXG5cdFx0JiA+IGJ1dHRvbntcblx0XHRcdHBhZGRpbmc6IC4xZW0gLjdlbTtcblxuXHRcdFx0Ym9yZGVyLXJhZGl1czogM3B4O1xuXHRcdFx0Ym9yZGVyOiAxcHggc29saWQgIzc3NztcblxuXHRcdFx0YmFja2dyb3VuZDogI2VjZjBmMTtcblxuXHRcdFx0QGluY2x1ZGUgdHJhbnNpdGlvbiggYWxsIC4xcyBlYXNlLWluLW91dCApO1xuXG5cdFx0XHRjb2xvcjogIzc3NztcblxuXHRcdFx0Ly8gQW5pbWF0aW9uIGRlIEBob3ZlclxuXHRcdFx0Jjpob3Zlcntcblx0XHRcdFx0YmFja2dyb3VuZDogJHRoZW1lLWZnLXByaW1hcnk7XG5cdFx0XHRcdGJvcmRlci1jb2xvcjogZGFya2VuKCR0aGVtZS1mZy1wcmltYXJ5LCAxMCk7XG5cdFx0XHRcdGNvbG9yOiAjZmZmO1xuXHRcdFx0fVxuXHRcdH1cblxuXHR9XG5cblxuXHQvKiAoMikgRGVzY3JpcHRpb24gKHNvdXMgbGUgaGVhZGVyKSAqL1xuXHQmID4gZGl2W2RhdGEtZGVzY3JpcHRpb25de1xuXHRcdGRpc3BsYXk6IGJsb2NrO1xuXHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuXHRcdGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjY2NjO1xuXG5cdFx0cGFkZGluZzogLjdlbSAuN2VtO1xuXG5cdFx0Y29sb3I6ICM1NTU7XG5cdH1cblxuXG5cblx0LyogKDMpIExpc3RlIGRlcyBlbGVtZW50cyAqL1xuXHQmID4gd
|