2017-11-16 17:11:42 +00:00
|
|
|
#targetSelection {
|
2017-12-12 08:46:39 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
font-size: 90%;
|
2017-11-16 17:11:42 +00:00
|
|
|
max-width: 860px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#targetSelection h2 {
|
|
|
|
margin: 2em;
|
|
|
|
}
|
|
|
|
#targetSelection ul {
|
|
|
|
text-align: left;
|
|
|
|
margin: 2em auto;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#targetSelection label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
display: flex;
|
|
|
|
vertical-align: middle;
|
2017-11-17 18:36:43 +00:00
|
|
|
cursor: pointer;
|
2017-11-16 17:11:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#targetSelection div {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#targetSelection .optionTitle {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
2017-11-17 18:36:43 +00:00
|
|
|
#targetSelection label p {
|
|
|
|
color: #555;
|
2017-12-11 14:42:03 +00:00
|
|
|
margin: 0;
|
2017-11-17 18:36:43 +00:00
|
|
|
}
|
|
|
|
#targetSelection input:checked + label .optionTitle {
|
|
|
|
font-weight: 600;
|
|
|
|
color: #2975d1;
|
2017-11-16 17:11:42 +00:00
|
|
|
}
|
|
|
|
|
2017-11-17 18:36:43 +00:00
|
|
|
#targetSelection input {
|
|
|
|
position: absolute;
|
|
|
|
z-index: -1;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2017-11-16 17:11:42 +00:00
|
|
|
|
2017-11-17 18:36:43 +00:00
|
|
|
#targetSelection input + label > i.fa {
|
|
|
|
max-width: 0.75em;
|
|
|
|
}
|
2017-11-16 17:11:42 +00:00
|
|
|
|
2017-11-17 18:36:43 +00:00
|
|
|
#targetSelection input + label > i.fa.fa-square-o {
|
|
|
|
color: #555;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
#targetSelection input + label > i.fa.fa-check-square-o {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#targetSelection input:checked + label > i.fa.fa-square-o {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#targetSelection input:checked + label > i.fa.fa-check-square-o {
|
|
|
|
color: #2975d1;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
#targetSelection label:hover > i.fa {
|
|
|
|
color: #2975d1;
|
|
|
|
}
|
2017-11-16 17:11:42 +00:00
|
|
|
|
2017-11-30 10:14:39 +00:00
|
|
|
#targetSelection #action {
|
|
|
|
text-align: center;
|
|
|
|
margin: 2em auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#targetSelection #action p {
|
|
|
|
font-size: 80%;
|
|
|
|
color: #4a89dc;
|
|
|
|
}
|
|
|
|
|
2017-11-17 18:36:43 +00:00
|
|
|
/* TODO styler les checkboxes https://codepen.io/KenanYusuf/pen/PZKEKd */
|
2017-11-16 17:11:42 +00:00
|
|
|
|
|
|
|
#targetSelection button {
|
|
|
|
color: white;
|
|
|
|
display: block;
|
2017-11-17 18:36:43 +00:00
|
|
|
background: #4a89dc;
|
|
|
|
padding: 0.3em 1em;
|
2017-11-16 17:11:42 +00:00
|
|
|
font-size: 200%;
|
|
|
|
width: 8em;
|
2017-11-30 10:14:39 +00:00
|
|
|
margin: 0 auto;
|
2017-11-16 17:11:42 +00:00
|
|
|
border: none;
|
|
|
|
box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
|
2017-11-17 18:36:43 +00:00
|
|
|
opacity: 0.95;
|
2017-11-16 17:11:42 +00:00
|
|
|
}
|
|
|
|
#targetSelection button:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|