New theme from Emencia

This commit is contained in:
Benjamin Dauvergne 2015-08-06 11:22:08 +02:00
parent 60d46c7f1d
commit 5e0b91a127
39 changed files with 22309 additions and 150 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,528 @@
/* line 39, ../../../../../../../compass/scss/_colorstheme.scss */
.grey {
background-color: #dcdcda;
}
/* line 40, ../../../../../../../compass/scss/_colorstheme.scss */
.greyfont {
color: #999999;
}
/* line 41, ../../../../../../../compass/scss/_colorstheme.scss */
.red {
color: #e01f2c;
}
/* line 42, ../../../../../../../compass/scss/_colorstheme.scss */
.blue {
color: #3399cc;
}
/* line 43, ../../../../../../../compass/scss/_colorstheme.scss */
.black {
color: #231f20;
}
/* line 10, ../../../../../../../compass/scss/inscription.scss */
.summary h6 {
text-transform: uppercase;
color: #e01f2c;
font-size: 1em;
font-weight: 600;
}
/* line 16, ../../../../../../../compass/scss/inscription.scss */
.summary .event-title {
font-size: 0.9em;
font-weight: bolder;
color: black;
}
/* line 21, ../../../../../../../compass/scss/inscription.scss */
.summary .ticket--title {
font-size: 0.7em;
}
/* line 24, ../../../../../../../compass/scss/inscription.scss */
.summary .ticket--quantity {
font-size: 0.7em;
font-weight: bolder;
}
/* line 28, ../../../../../../../compass/scss/inscription.scss */
.summary .summary-total {
background-color: #918f90;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
color: white;
text-transform: uppercase;
font-size: 0.9em;
font-weight: bold;
}
/* line 38, ../../../../../../../compass/scss/inscription.scss */
.summary .summary-total .value {
text-align: right;
font-size: 1.1em;
}
/* line 46, ../../../../../../../compass/scss/inscription.scss */
#step-content table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
/* line 52, ../../../../../../../compass/scss/inscription.scss */
#step-content table thead tr.mainheader {
height: 60px;
}
/* line 56, ../../../../../../../compass/scss/inscription.scss */
#step-content table thead .subheader td {
font-weight: normal !important;
font-size: 0.78em;
}
/* line 60, ../../../../../../../compass/scss/inscription.scss */
#step-content table thead .subheader hr {
margin: 0.1rem 0 0.1rem;
}
/* line 66, ../../../../../../../compass/scss/inscription.scss */
#step-content table td:first-child {
padding-left: 30px;
}
/* line 71, ../../../../../../../compass/scss/inscription.scss */
#step-content table tbody td:last-child, #step-content table tfoot td:last-child, #step-content table .mainheader td:last-child {
text-align: right;
padding-right: 30px;
}
/* line 78, ../../../../../../../compass/scss/inscription.scss */
#step-content table tbody tr {
height: 50px;
}
/* line 80, ../../../../../../../compass/scss/inscription.scss */
#step-content table tbody tr:last-child td {
padding-bottom: 50px;
}
/* line 84, ../../../../../../../compass/scss/inscription.scss */
#step-content table tbody input {
width: 45px;
text-align: center;
padding: 0px;
margin: 0px;
height: 22px;
margin-left: auto;
margin-right: auto;
}
/* line 93, ../../../../../../../compass/scss/inscription.scss */
#step-content table tbody .ticket-price {
width: 20%;
}
/* line 96, ../../../../../../../compass/scss/inscription.scss */
#step-content table tbody .ticket-title {
width: 45%;
font-size: 0.78em;
font-weight: bold;
}
/* line 104, ../../../../../../../compass/scss/inscription.scss */
#step-content table tfoot tr {
height: 60px;
}
/* line 106, ../../../../../../../compass/scss/inscription.scss */
#step-content table tfoot tr.footer-amount {
background-color: #e6e6e4;
}
/* line 109, ../../../../../../../compass/scss/inscription.scss */
#step-content table tfoot tr.footer-vat {
background-color: #f3f3f3;
}
/* line 112, ../../../../../../../compass/scss/inscription.scss */
#step-content table tfoot tr.footer-total {
background-color: #231f20;
}
/* line 114, ../../../../../../../compass/scss/inscription.scss */
#step-content table tfoot tr.footer-total td {
color: white !important;
}
/* line 122, ../../../../../../../compass/scss/inscription.scss */
#step-content .button {
padding-bottom: 0.6rem;
padding-top: 0.6rem;
padding-right: 1.8rem;
padding-left: 1.8rem;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
/* line 128, ../../../../../../../compass/scss/inscription.scss */
#step-content .button.black {
background-color: #231f20;
color: white;
border: 0.15rem solid #231f20;
}
/* line 132, ../../../../../../../compass/scss/inscription.scss */
#step-content .button.black:hover {
background-color: #007095;
border: 0.15rem solid #007095;
}
/* line 140, ../../../../../../../compass/scss/inscription.scss */
section#steps {
margin-top: 18px;
margin-bottom: 40px;
}
/*-- WIZARD STEPS ----------------------------*/
/* line 149, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps {
margin: 0px;
padding: 0px;
padding-bottom: 35px;
margin-bottom: 5px;
position: relative;
clear: both;
font-weight: bold;
}
/* line 158, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li {
display: inline;
position: relative;
}
/* = STEPS CONTAINER
----------------------------*/
/* line 165, ../../../../../../../compass/scss/inscription.scss */
.wizard-steps ul {
position: relative;
}
/* = DEFAULT STEPS
----------------------------*/
/* line 172, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item {
background: none repeat scroll 0 0 #90D589;
color: #666666;
display: block;
float: left;
font-size: 1.1rem;
height: 60px;
line-height: 13px;
margin-right: 1.5%;
padding: 22px 8px 0px 10px;
position: relative;
text-decoration: none;
width: 32.3%;
}
/* line 185, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item .inline {
float: left;
}
@media only screen and (max-width: 40em) {
/* line 185, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item .inline {
text-align: center;
width: 100%;
}
}
/* line 190, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item .inline.icon {
padding-right: 7px;
}
@media only screen and (min-width: 40.063em) {
/* line 190, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item .inline.icon {
border-right: 1px solid white;
}
}
/* line 195, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item .inline.caption {
padding-top: 5px;
padding-left: 15px;
font-size: 0.5rem;
display: none;
}
@media only screen and (min-width: 40.063em) {
/* line 195, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item .inline.caption {
display: block;
font-size: 0.7rem;
}
}
@media only screen and (min-width: 64.063em) {
/* line 195, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item .inline.caption {
font-size: 1rem;
}
}
/* line 210, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item:before {
width: 0px;
height: 0px;
border-top: 30px solid #90D589;
border-bottom: 30px solid #90D589;
border-left: 12px solid transparent;
position: absolute;
content: "";
top: 0px;
left: -11px;
-webkit-transform: scale(0.9999);
-moz-transform: scale(0.9999);
transform: scale(0.9999);
}
/* line 226, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item:after {
width: 0;
height: 0;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 12px solid #90D589;
position: absolute;
content: "";
top: 0px;
right: -12px;
-webkit-transform: scale(0.9999);
-moz-transform: scale(0.9999);
transform: scale(0.9999);
}
/* line 241, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li .step-item .step-icon {
font-size: 1.5rem;
}
/* line 246, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li:last-child .step-item {
margin-right: 0px;
}
/* line 248, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li:last-child .step-item:after {
width: 0;
height: 0;
border-top: none;
border-bottom: 12px solid transparent;
border-left: none;
}
/* line 257, ../../../../../../../compass/scss/inscription.scss */
ul.wizard-steps li:first-child .step-item:before {
width: 0px;
height: 0px;
border-top: none;
border-bottom: none;
border-left: 0px solid transparent;
}
/* = COMPLETED STEPS
----------------------------*/
/* line 270, ../../../../../../../compass/scss/inscription.scss */
.wizard-steps .completed-step .step-item {
color: #989896;
background: #e6e6e4;
}
/* line 275, ../../../../../../../compass/scss/inscription.scss */
.wizard-steps .completed-step .step-item:before {
border-top: 30px solid #e6e6e4;
border-bottom: 30px solid #e6e6e4;
-webkit-transform: scale(0.9999);
-moz-transform: scale(0.9999);
transform: scale(0.9999);
}
/* line 284, ../../../../../../../compass/scss/inscription.scss */
.wizard-steps .completed-step .step-item:after {
border-left: 12px solid #e6e6e4;
-webkit-transform: scale(0.9999);
-moz-transform: scale(0.9999);
transform: scale(0.9999);
}
/* = ACTIVE STEPS
----------------------------*/
/* line 293, ../../../../../../../compass/scss/inscription.scss */
.wizard-steps .active-step .step-item {
color: white;
background: #e01f2c;
}
/* line 297, ../../../../../../../compass/scss/inscription.scss */
.wizard-steps .active-step .step-item:before {
border-top: 30px solid #e01f2c;
border-bottom: 30px solid #e01f2c;
-webkit-transform: scale(0.9999);
-moz-transform: scale(0.9999);
transform: scale(0.9999);
}
/* line 304, ../../../../../../../compass/scss/inscription.scss */
.wizard-steps .active-step .step-item:after {
border-left: 12px solid #e01f2c;
-webkit-transform: scale(0.9999);
-moz-transform: scale(0.9999);
transform: scale(0.9999);
}
/* = INSCRIPTIONS FORMS
----------------------------*/
/* line 318, ../../../../../../../compass/scss/inscription.scss */
div.conditions {
margin-bottom: 30px;
}
/* line 320, ../../../../../../../compass/scss/inscription.scss */
div.conditions #div_id_message {
padding: 1.5rem;
}
/* line 323, ../../../../../../../compass/scss/inscription.scss */
div.conditions textarea {
max-height: 5rem;
}
/* line 326, ../../../../../../../compass/scss/inscription.scss */
div.conditions p {
font-size: 0.8rem;
padding-left: 0.6rem;
}
/* line 331, ../../../../../../../compass/scss/inscription.scss */
div.conditions #div_id_accept_conditions label {
font-size: 0.8rem;
}
/* line 333, ../../../../../../../compass/scss/inscription.scss */
div.conditions #div_id_accept_conditions label .asterisk {
display: none;
}
/* line 338, ../../../../../../../compass/scss/inscription.scss */
div.inscription {
padding-left: 0px !important;
}
/* line 341, ../../../../../../../compass/scss/inscription.scss */
div.inscription form div.fieldset {
border: 1px solid #eeeeee;
padding: 0px 15px;
background-color: #fbfaff;
margin-bottom: 15px;
}
/* line 347, ../../../../../../../compass/scss/inscription.scss */
div.inscription form div.fieldset.choices {
padding: 25px 25px 0px 25px;
color: black;
}
/* line 350, ../../../../../../../compass/scss/inscription.scss */
div.inscription form div.fieldset.choices div.row {
padding: 20px 0px;
}
/* line 353, ../../../../../../../compass/scss/inscription.scss */
div.inscription form div.fieldset.choices div.row:first-child {
padding: 0px;
padding-bottom: 20px;
}
/* line 357, ../../../../../../../compass/scss/inscription.scss */
div.inscription form div.fieldset.choices ul {
margin-top: 1em;
list-style: none;
margin-left: 0px;
font-size: 1em;
font-weight: 600;
}
/* line 366, ../../../../../../../compass/scss/inscription.scss */
div.inscription form div.fieldset {
content: "* Champs obligatories";
color: #e01f2c;
font-size: 0.8em;
bottom: 0px;
}
/* line 372, ../../../../../../../compass/scss/inscription.scss */
div.inscription form label.inline {
font-weight: bold;
margin: 0px;
padding-top: 3px;
padding-left: 10px;
}
/* line 378, ../../../../../../../compass/scss/inscription.scss */
div.inscription form .border-line {
border-bottom: 1px solid #eeeeee;
}
/* line 381, ../../../../../../../compass/scss/inscription.scss */
div.inscription form h5 {
text-transform: uppercase;
font-size: 1.3em;
margin-top: 1.3em;
margin-left: 0px;
position: relative;
}
/* line 388, ../../../../../../../compass/scss/inscription.scss */
div.inscription form h5:after {
content: "";
background: #acacac;
position: absolute;
bottom: 0;
left: 0;
height: 1px;
width: 55px;
-webkit-transform: sacle(0.999);
-moz-transform: sacle(0.999);
-ms-transform: sacle(0.999);
-o-transform: sacle(0.999);
transform: sacle(0.999);
-webkit-transform: rotate(0.05deg);
-moz-transform: rotate(0.05deg);
-ms-transform: rotate(0.05deg);
-o-transform: rotate(0.05deg);
transform: rotate(0.05deg);
}
/* line 400, ../../../../../../../compass/scss/inscription.scss */
div.inscription form .text-address {
font-style: italic;
font-size: 0.68rem;
padding-left: 3px;
}
/* line 405, ../../../../../../../compass/scss/inscription.scss */
div.inscription form input[type="text"], div.inscription form select {
background-color: #eeeeee;
height: 29px;
margin-bottom: 0px;
}
/* line 411, ../../../../../../../compass/scss/inscription.scss */
div.inscription form select {
padding: 0px;
padding-left: 5px;
}
/* line 416, ../../../../../../../compass/scss/inscription.scss */
div.inscription form input[type="checkbox"] {
padding-top: 10px;
}
/* line 420, ../../../../../../../compass/scss/inscription.scss */
div.inscription form input[type="radio"]:checked + label {
color: #e01f2c;
}
/* line 424, ../../../../../../../compass/scss/inscription.scss */
div.inscription form small.error {
padding: 3px;
font-weight: bold;
}
/* line 428, ../../../../../../../compass/scss/inscription.scss */
div.inscription form .actions {
padding: 1em;
}
/* line 434, ../../../../../../../compass/scss/inscription.scss */
.ticket-type {
font-size: 0.65em;
}
/* line 438, ../../../../../../../compass/scss/inscription.scss */
.partipant {
margin-bottom: 15px;
border: 1px solid #eeeeee;
text-transform: uppercase;
font-size: 1.1em;
padding: 30px;
font-weight: bold;
}
/* line 446, ../../../../../../../compass/scss/inscription.scss */
.partipant .first_name {
text-transform: capitalize;
}
/* line 451, ../../../../../../../compass/scss/inscription.scss */
#facturation-info {
display: none;
}
/* line 455, ../../../../../../../compass/scss/inscription.scss */
.inline-action {
cursor: pointer;
font-size: 0.65em;
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,80 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="14"></iconset>
</metadata>
<defs>
<font id="fontawesome" horiz-adv-x="448" >
<font-face units-per-em="448" ascent="384" descent="-64" />
<missing-glyph horiz-adv-x="448" />
<glyph class="hidden" unicode="&#xf000;" d="M0,384L 448 -64L0 -64 z" horiz-adv-x="0" />
<glyph unicode="&#xf30e;" d="M 2.162,15.536C 0.681,42.272,-0.063,62.328,-0.063,75.696c0,26.744-0.376,75.768, 16.336,92.48c 8.544,8.168, 19.312,12.624, 32.312,13.368
c 24.88,1.12, 62.025,1.856, 111.784,1.856c 49.768,0, 86.904-0.744, 111.792-1.856c 26.368-1.488, 44.56-19.312, 46.424-45.68
c 1.112-22.28, 1.848-42.336, 1.848-60.168c0-35.648, 0.744-75.76-15.968-92.096c-8.536-8.544-19.312-13-32.304-13.744
C 247.274-31.256, 210.129-32, 160.369-32c-49.76,0-86.896,0.744-111.784,1.856C 22.218-28.656, 4.026-10.832, 2.162,15.536z M 24.817,148.488l0-20.424
l 22.648,0 l0-121.072 l 21.912,0 L 69.377,128.064 l 22.657,0 l0,20.424 L 24.817,148.488 z M 66.418,295.176L 48.961,352l 22.28,0 l 14.112-56.448l 1.488,0 L 100.21,352l 22.28,0 l-17.088-54.96
c-5.568-18.2-8.536-27.488-8.536-27.848l0-58.68 L 74.954,210.512 l0,56.080 c-1.12,7.056-2.6,11.88-5.192,19.312
C 68.266,289.608, 67.153,292.576, 66.418,295.176z M 92.042,111.352l0-88.016 c0-11.88, 4.456-17.832, 13.368-17.832c 7.8,0, 15.6,4.464, 22.657,13
l0-11.512 l 19.312,0 L 147.377,111.352 l-19.312,0 l0-79.48 c-5.2-5.192-8.912-7.8-11.512-7.8c-3.344,0-5.192,2.224-5.192,7.056L 111.362,111.352 L 92.042,111.352 z
M 121.378,236.872l0,54.216 c0,16.712, 12.256,26.368, 28.968,26.368c 16.336,0, 27.488-10.768, 27.488-27.112l0-53.848 c0-17.824-10.4-28.593-28.224-28.593
C 132.145,207.904, 121.378,219.424, 121.378,236.872z M 141.434,292.208l0-57.936 c0-5.568, 2.6-8.536, 8.168-8.536s 8.536,2.968, 8.536,9.28l0,56.824
c0,4.464-4.088,7.8-8.536,7.8C 145.138,299.632, 141.434,296.663, 141.434,292.208z M 166.314,148.488l0-141.496 l 19.68,0 L 185.993,14.8
c 4.832-6.32, 11.144-9.288, 18.568-9.288c 11.512,0, 17.456,7.8, 17.456,23.024l0,57.936 c0,17.456-6.312,26.368-18.936,26.368
c-6.312,0-11.88-3.344-17.088-10.032l0,45.68 L 166.314,148.488 z M 185.993,26.68l0,65.36 c 2.6,2.6, 5.568,4.088, 8.168,4.088
c 5.568,0, 8.168-3.344, 8.168-10.4l0-54.96 c0-5.944-2.224-8.912-7.056-8.912C 191.938,21.848, 188.594,23.336, 185.993,26.68z M 194.537,226.84L 194.537,314.856
l 19.304,0 l0-79.84 c0-4.832, 1.856-7.056, 5.2-7.056s 7.056,2.6, 11.512,7.8L 230.553,314.856 l 19.304,0 l0-104.352 l-19.304,0 l0,11.504
c-7.064-8.536-14.856-12.992-22.657-12.992C 198.994,209.024, 194.537,214.96, 194.537,226.84z M 236.874,83.504l0-47.168
c0-18.944, 9.28-32.312, 28.216-32.312c 19.312,0, 28.968,10.775, 28.968,32.312l0,7.8 l-20.056,0 c0-0.376,0-2.224, 0.376-4.832
c0-2.968,0-5.2-0.376-6.312c-0.368-1.12-0.368-2.976-0.744-4.832c-0.744-4.464-3.344-5.944-7.8-5.944
c-5.568,0-8.536,4.832-8.536,14.856l0,19.68 l 37.136,0 l0,26.744 c0,18.936-8.912,30.456-27.848,30.456C 248.386,113.952, 236.874,101.32, 236.874,83.504z
M 274.010,73.104l-17.080,0 L 256.929,84.24 c0,7.8, 2.968,11.504, 8.536,11.504s 8.536-3.712, 8.536-11.504L 274.002,73.104 z" horiz-adv-x="319.25" data-tags="youtube" />
<glyph unicode="&#xf09a;" d="M 140,281.25q-12.25,0 -15.5-3.875t-3.25-16.625l0-22 l 54.25,0 q 4,0 6.75-3q 2.75-3.25 2.5-7.25l-3.5-50q-0.5-3.75 -3.125-6.375t-6.375-2.625l-50.5,0 l0-192 q0-4 -2.75-6.75t-6.5-2.75l-62.5,0 q-4,0 -6.75,2.75t-2.75,6.75l0,192 l-30.5,0 q-4,0 -6.75,2.875t-2.75,6.875l0,50 q0,4 2.75,6.75t 6.75,2.75l 30.5,0 l0,25.75 q0,44.25 22,65.875 t 66.75,21.625q 30,0 56.25-7.5q 3.5-1 5.5-4t 1.5-6.5l-6.75-48.75q-0.5-4 -4-6.5q-3.5-2.25 -7.5-1.5q-19,4 -33.75,4z" horiz-adv-x="192" data-tags="facebook, social" />
<glyph unicode="&#xf099;" d="M 468.75,300.5q0-2.5 -1.25-4.5q-16-26 -44.75-47.5l0-8.25 q 1-56.75 -25-114.25q-33.5-74.25 -99.375-116.125t-147.875-41.875q-66.25,0 -125,30.5q-16,8.25 -21.75,12.5q-3.75,3 -3.75,6.75q0,3.25 2.375,5.625t 5.625,2.375q 3.5,0 11-0.625t 11.25-0.625q 51,0 93.75,26.5q-25.75,6 -45.25,24t-27.75,43.25q-0.5,2 -0.5,2.75q0,3 2.25,5.375 t 5.5,2.375q 1.25,0 3.5-0.5t 3-0.5q-22.25,13.75 -35.5,36.75t-13.25,49q0,3.75 2.875,6.375t 6.875,2.625q 2.5,0 8.75-2.875t 7.5-3.375q-23,27.5 -23,64q0,12.75 3.625,27t 10.125,23.75q 2.5,4 6.25,4q 4,0 6.75-3q 19-21 27.5-28.75q 30.75-27.75 69-44.375t 79.25-20.125q-1,5.25 -1,12.25q0,41.75 29.625,71.375t 71.375,29.625 q 40.75,0 70.5-28.5q 23.75,5 52.25,20.5q 2,1.25 4,1.25q 3.25,0 5.625-2.375t 2.375-5.625q0-6 -7-18.25t-12.75-19q 1.75,0.5 7.5,2.625t 10.75,4t 6,1.875q 3.25,0 5.625-2.375t 2.375-5.625z" horiz-adv-x="480" data-tags="twitter, social" />
<glyph unicode="&#xf002;" d="M 288,176q0,46.25 -32.875,79.125t-79.125,32.875t-79.125-32.875t-32.875-79.125t 32.875-79.125t 79.125-32.875t 79.125,32.875t 32.875,79.125zM 416-32q0-13 -9.5-22.5t-22.5-9.5q-13.5,0 -22.5,9.5l-85.75,85.5q-44.75-31 -99.75-31q-35.75,0 -68.375,13.875t-56.25,37.5t-37.5,56.25t-13.875,68.375 t 13.875,68.375t 37.5,56.25t 56.25,37.5t 68.375,13.875t 68.375-13.875t 56.25-37.5t 37.5-56.25t 13.875-68.375q0-55 -31-99.75l 85.75-85.75q 9.25-9.25 9.25-22.5z" horiz-adv-x="416" data-tags="search, magnifier, lookup, find" />
<glyph unicode="&#xf0d5;" d="M 219,17.75q0,5.25 -1.125,10.125t-2.375,9t-4.375,8.625t-5.25,7.625t-6.625,7.375t-6.875,6.375t-8,6.375t-7.75,5.75t-8.25,5.75t-7.625,5.25q-4.25,0.5 -12.5,0.5q-13.5,0 -26.5-1.75t-27-6.25t-24.5-11.5t-17.25-18.75t-6.75-26.75q0-17 8.875-30.375t 23.25-21t 30.125-11.375t 31.75-3.75q 14.75,0 28.125,3.125t 25.125,9.75t 18.625,18.375 t 6.875,27.5zM 189,233.25q0,15 -4.125,31.875t-11.75,32.625t-21,26t-29.875,10.25q-23.25,0 -36-17.25t-12.75-41.25q0-11.75 2.875-24.75t 8.875-26t 14-23.375t 19.5-16.875t 24.25-6.5q 24.25,0 35.125,15.125t 10.875,40.125zM 156.25,352l 109.25,0 l-33.75-19.75l-33.75,0 q 17.75-11.25 27.5-31.5t 9.75-42.25q0-18.5 -5.75-32.875t-14-23.125t-16.5-16.125 t-14-15.25t-5.75-16.875q0-6.5 4.125-12.75t 10.75-12t 14.625-12t 16-13.875t 14.625-16.5t 10.75-21.25t 4.125-26.625q0-40 -35-70.5q-38-32.75 -105-32.75q-14.75,0 -29.875,2.5t-30.5,8.375t-27.125,14.5t-19.25,22.25t-7.5,30.375q0,15.25 9.25,33.75q 8,16 24,27.625t 36.25,17.75t 38.75,9t 37.5,3.375q-16,20.75 -16,37.25q0,3 0.5,5.875 t 1.25,4.875t 2,5.375t 1.75,5.375q-10-1.25 -17.5-1.25q-37.25,0 -63.875,24.5t-26.625,61.5q0,35 23.75,62.625t 58.5,35.375q 23.5,5 46.75,5zM 416,288l0-32 l-64,0 l0-64 l-32,0 l0,64 l-64,0 l0,32 l 64,0 l0,64 l 32,0 l0-64 l 64,0 z" horiz-adv-x="416" data-tags="google-plus, social" />
<glyph unicode="&#xf053;" d="M 185.5-9.25l-163,162.75q-9.25,9.25 -9.25,22.625t 9.25,22.625l 163,162.75q 9.25,9.25 22.625,9.25t 22.625-9.25l 18.75-18.75q 9.25-9.25 9.25-22.625t-9.25-22.625l-121.5-121.5l 121.5-121.25q 9.25-9.5 9.25-22.75t-9.25-22.5l-18.75-18.75q-9.25-9.25 -22.625-9.25t-22.625,9.25z" horiz-adv-x="288" data-tags="chevron-left, arrow-left, left, previous" />
<glyph unicode="&#xf054;" d="M 274.75,176q0-13 -9.25-22.75l-163-162.75q-9.25-9.25 -22.5-9.25t-22.5,9.25l-19,18.75q-9.25,9.75 -9.25,22.75q0,13.25 9.25,22.5l 121.5,121.5l-121.5,121.25q-9.25,9.75 -9.25,22.75q0,13.25 9.25,22.5l 19,18.75q 9,9.5 22.5,9.5t 22.5-9.5l 163-162.75q 9.25-9.25 9.25-22.5z" horiz-adv-x="288" data-tags="chevron-right, right, arrow-right, next" />
<glyph unicode="&#xf344;" d="M 267.264,147.96c-0.496,48.632, 40.592,71.96, 42.424,73.12c-23.080,33.008-59.048,37.528-71.848,38.048
c-30.608,3.032-59.72-17.6-75.248-17.6c-15.496,0-39.464,17.16-64.832,16.704c-33.36-0.488-64.12-18.944-81.288-48.144
c-34.664-58.76-8.872-145.816, 24.896-193.472c 16.504-23.328, 36.192-49.528, 62.032-48.592c 24.88,0.968, 34.296,15.736, 64.384,15.736
s 38.536-15.736, 64.872-15.248c 26.776,0.488, 43.744,23.776, 60.136,47.168c 18.952,27.064, 26.76,53.264, 27.216,54.608
C 319.408,70.552, 267.792,89.872, 267.264,147.96z M 217.784,290.68C 231.504,306.936, 240.76,329.496, 238.232,352
c-19.76-0.784-43.704-12.856-57.872-29.080c-12.728-14.392-23.848-37.36-20.872-59.408C 181.536,261.824, 204.056,274.456, 217.784,290.68z" horiz-adv-x="352" data-tags="apple" />
<glyph unicode="&#xf342;" d="M 356.568,244c-15.080,0-27.432-12.608-27.432-28l0-112 c0-15.384, 12.352-28, 27.432-28S 384,88.616, 384,104L 384,216
C 384,231.392, 371.648,244, 356.568,244z M 27.432,244C 12.344,244,0,231.392,0,216l0-112 c0-15.384, 12.344-28, 27.432-28
c 15.080,0, 27.432,12.616, 27.432,28L 54.864,216 C 54.856,231.392, 42.504,244, 27.432,244z M 68.568,62c0-23.192, 18.424-42, 41.144-42l 13.72,0 l0-56
c0-15.384, 12.352-28, 27.432-28s 27.432,12.616, 27.432,28l0,56 l 27.424,0 l0-56 c0-15.384, 12.352-28, 27.432-28s 27.432,12.616, 27.432,28l0,56 l 13.72,0
c 22.72,0, 41.144,18.808, 41.144,42L 315.448,216 L 68.568,216 L 68.568,62 z M 242.848,344.84l 17.328,34.048c 0.864,1.696, 0.248,3.824-1.432,4.712
c-1.688,0.888-3.776,0.216-4.64-1.496l-17.616-34.56C 222.704,353, 207.712,356, 192,356s-30.704-3-44.496-8.448l-17.616,34.56
c-0.864,1.712-2.952,2.376-4.64,1.496c-1.68-0.888-2.304-3.016-1.432-4.712l 17.328-34.048C 102.344,326.888, 74.2,289.032, 69.344,244
l 245.304,0 C 309.8,289.032, 281.656,326.888, 242.848,344.84z M 137.144,265.728c-11,0-19.856,9.040-19.856,20.272s 8.856,20.272, 19.856,20.272
c 11.008,0, 19.856-9.040, 19.856-20.272S 148.152,265.728, 137.144,265.728z M 246.856,265.728c-11.008,0-19.856,9.040-19.856,20.272
s 8.848,20.272, 19.856,20.272c 11,0, 19.856-9.040, 19.856-20.272S 257.856,265.728, 246.856,265.728z" horiz-adv-x="384" data-tags="android" />
<glyph unicode="&#xf206;" d="M 31.976,0.008L 288,0.008 l0,192 L 183.992,192.008 c-6.664,0-12.328,2.32-17.008,6.992c-4.656,4.672-6.992,10.328-6.992,17.008L 159.992,320 L 31.976,320 L 31.976,0.008 z
M 192,223.992l 74.736,0 L 192,298.752L 192,223.992 z M 319.984,192.008L 319.984-8 c0-6.664-2.32-12.336-6.992-17.008C 308.32-29.664, 302.664-32, 295.984-32L 24-32
c-6.68,0-12.336,2.336-17.008,6.992C 2.32-20.336,0-14.664,0-8L0,328 c0,6.648, 2.32,12.336, 6.992,17C 11.664,349.648, 17.32,352, 24,352l 135.992,0
c 6.664,0, 14.008-1.664, 21.992-5c 8.008-3.352, 14.336-7.336, 19.016-12l 102-102.008c 4.656-4.656, 8.664-10.984, 12-18.992
C 318.328,205.992, 319.984,198.672, 319.984,192.008zM 149.52,224c-8.608,0-15.752-4.92-17.792-12.328c-3.704-13.984-0.392-33.472, 5.88-58.336l-0.736-1.824
c-4.512-11.232-10.384-22.96-15.112-32.416l-0.64-1.28c-4.696-9.408-9.16-17.832-13.272-25.088l-2.544-1.392
c-0.352-0.176-8.456-4.56-10.312-5.712c-17.376-10.6-28.544-22.768-30.664-33.336c-1.312-6.536, 1.096-12.664, 6.448-15.76l 4.4-2.272
C 78.136,32.768, 81.264,32, 84.488,32c 13.976,0, 27.448,13.504, 46.216,46.456c 18.312,5.936, 38.808,10.896, 57.048,13.832
c 16.128-8.824, 34.976-14.664, 47.624-14.664c 2.8,0, 5.272,0.28, 7.36,0.856c 4.080,1.096, 7.504,3.552, 9.672,6.872
c 3.064,4.728, 4.2,11.136, 3.28,18.52c-0.584,4.456-3.784,7.64-4.704,8.544C 245.888,117.544, 236.832,120, 222.464,120l-1.272,0
c-7.488,0-16.192-0.392-25.32-1.592c-3.328,2.032-6.808,4.376-9.488,6.944c-8.696,8.288-16.064,19.816-20.896,32.472
c 0.152,0.64, 0.296,1.344, 0.472,2.104c 0.368,2.176, 2.568,15.216, 3.736,27.488c-2.992,1.504-5.824,3.392-8.352,5.92
c-1.896,1.904-3.408,3.984-4.736,6.152c 0.256-2.008, 0.416-4.136, 0.456-6.216c 0.168-8.496-1.784-14.48-4.192-18.88
c-2,6.536-2.96,16.84-2.96,23.584c0,0-0.152,12.872, 1.472,12.872c 0.4,0, 0.776-0.152, 1.144-0.368C 152.216,212.272, 152,214.096, 152,216.008
L 152,223.92 C 151.088,223.944, 149.52,224, 149.52,224z M 82.104,47.872c 2,5.592, 9.904,16.632, 21.6,26.408c 0.744,0.616, 2.552,2.36, 4.208,3.96
C 95.68,58.32, 87.496,50.384, 82.104,47.872z M 222.424,103c 6.448,0, 8.352,0.024, 14.632-1.608c 6.296-1.64, 6.376-4.976, 5.296-5.656
c-1.072-0.672-4.168-1.088-6.16-1.088c-6.424,0-14.344,2.992-25.472,7.872C 214.992,102.832, 218.912,103, 222.424,103z M 151.68,138.768
c 5.952-11.064, 13.36-20.464, 22.064-28c 1.080-0.944, 2.24-1.88, 3.456-2.824c-17.72-3.584-33.016-7.952-46.496-13.224
c 2.44,4.496, 5,9.216, 7.608,14.248C 144.68,121.232, 148.688,130.848, 151.68,138.768z" horiz-adv-x="312" data-tags="acrobat" />
<glyph unicode="&#xf019;" d="M 334.75,182.25q 4.25-10.25 -3.5-17.5l-112-112q-4.5-4.75 -11.25-4.75t-11.25,4.75l-112,112q-7.75,7.25 -3.5,17.5q 4.25,9.75 14.75,9.75l 64,0 l0,112 q0,6.5 4.75,11.25t 11.25,4.75l 64,0 q 6.5,0 11.25-4.75t 4.75-11.25l0-112 l 64,0 q 10.5,0 14.75-9.75zM 408,128q 3.5,0 5.75-2.25t 2.25-5.75l0-144 q0-3.5 -2.25-5.75t-5.75-2.25l-400,0 q-3.5,0 -5.75,2.25t-2.25,5.75l0,144 q0,3.5 2.25,5.75 t 5.75,2.25l 48,0 q 3.5,0 5.75-2.25t 2.25-5.75l0-88 l 288,0 l0,88 q0,3.5 2.25,5.75t 5.75,2.25l 48,0 z" horiz-adv-x="416" data-tags="download-alt, arrow, store, save" />
<glyph unicode="&#xf021;" d="M 377.75,120q0-1.25 -0.25-1.75q-16-67 -67-108.625t-119.5-41.625q-36.5,0 -70.625,13.75t-60.875,39.25l-32.25-32.25q-4.75-4.75 -11.25-4.75t-11.25,4.75t-4.75,11.25l0,112 q0,6.5 4.75,11.25t 11.25,4.75l 112,0 q 6.5,0 11.25-4.75t 4.75-11.25t-4.75-11.25l-34.25-34.25q 17.75-16.5 40.25-25.5t 46.75-9q 33.5,0 62.5,16.25t 46.5,44.75q 2.75,4.25 13.25,29.25 q 2,5.75 7.5,5.75l 48,0 q 3.25,0 5.625-2.375t 2.375-5.625zM 384,320l0-112 q0-6.5 -4.75-11.25t-11.25-4.75l-112,0 q-6.5,0 -11.25,4.75t-4.75,11.25t 4.75,11.25l 34.5,34.5q-37,34.25 -87.25,34.25q-33.5,0 -62.5-16.25t-46.5-44.75q-2.75-4.25 -13.25-29.25q-2-5.75 -7.5-5.75l-49.75,0 q-3.25,0 -5.625,2.375t-2.375,5.625l0,1.75 q 16.25,67 67.5,108.625t 120,41.625 q 36.5,0 71-13.875t 61.25-39.125l 32.5,32.25q 4.75,4.75 11.25,4.75t 11.25-4.75t 4.75-11.25z" horiz-adv-x="384" data-tags="refresh, synchronize" />
<glyph unicode="&#xf059;" d="M 224,40l0,48 q0,3.25 -2.375,5.625t-5.625,2.375l-48,0 q-3.25,0 -5.625-2.375t-2.375-5.625l0-48 q0-3.25 2.375-5.625t 5.625-2.375l 48,0 q 3.25,0 5.625,2.375t 2.375,5.625zM 288,208q0,24.25 -14.625,43t-36.125,27.875t-45.25,9.125t-45.25-9.125t-36.125-27.875t-14.625-43l0-2.75 l0-3.25 t 0.25-2.875t 0.75-2.875t 1.375-2t 2.25-1.75 t 3.375-0.5l 48,0 q 3.5,0 5.75,2.25t 2.25,5.75q0,3 2.75,6.75q 4.75,7.75 12.625,12.5t 16.625,4.75q 9.75,0 20.75-5.375t 11-14.375q0-8.25 -6.625-14.5t-15.875-11t-18.625-10.375t-16-15.875t-6.625-24.5l0-2.75 l0-3.25 t 0.25-2.875t 0.75-2.875t 1.375-2t 2.25-1.75t 3.375-0.5l 48,0 q 4.25,0 6,2.625t 2,6.125t 3.375,8.25t 9.375,8q 15,8.25 17.5,9.75q 15.5,11 24.625,27 t 9.125,34.25zM 384,160q0-52.25 -25.75-96.375t-69.875-69.875t-96.375-25.75t-96.375,25.75t-69.875,69.875t-25.75,96.375t 25.75,96.375t 69.875,69.875t 96.375,25.75t 96.375-25.75t 69.875-69.875t 25.75-96.375z" horiz-adv-x="384" data-tags="question-sign, help, support, sign" />
<glyph unicode="&#xf028;" d="M 192,296l0-272 q0-6.5 -4.75-11.25t-11.25-4.75t-11.25,4.75l-83.25,83.25l-65.5,0 q-6.5,0 -11.25,4.75t-4.75,11.25l0,96 q0,6.5 4.75,11.25t 11.25,4.75l 65.5,0 l 83.25,83.25q 4.75,4.75 11.25,4.75t 11.25-4.75t 4.75-11.25zM 288,160q0-19 -10.625-35.375t-28.125-23.375q-2.5-1.25 -6.25-1.25q-6.5,0 -11.25,4.625t-4.75,11.375q0,5.25 3,8.875t 7.25,6.25t 8.5,5.75t 7.25,8.875 t 3,14.25t-3,14.25t-7.25,8.875t-8.5,5.75t-7.25,6.25t-3,8.875q0,6.75 4.75,11.375t 11.25,4.625q 3.75,0 6.25-1.25q 17.5-6.75 28.125-23.25t 10.625-35.5zM 352,160q0-38.25 -21.25-70.625t-56.25-47.125q-3.25-1.25 -6.25-1.25q-6.75,0 -11.5,4.75t-4.75,11.25q0,9.75 9.75,14.75q 14,7.25 19,11q 18.5,13.5 28.875,33.875t 10.375,43.375t-10.375,43.375 t-28.875,33.875q-5,3.75 -19,11q-9.75,5 -9.75,14.75q0,6.5 4.75,11.25t 11.25,4.75q 3.25,0 6.5-1.25q 35-14.75 56.25-47.125t 21.25-70.625zM 416,160q0-57.5 -31.75-105.625t-84.5-70.875q-3.25-1.25 -6.5-1.25q-6.5,0 -11.25,4.75t-4.75,11.25q0,9 9.75,14.75q 1.75,1 5.625,2.625t 5.625,2.625q 11.5,6.25 20.5,12.75q 30.75,22.75 48,56.75t 17.25,72.25t-17.25,72.25 t-48,56.75q-9,6.5 -20.5,12.75q-1.75,1 -5.625,2.625t-5.625,2.625q-9.75,5.75 -9.75,14.75q0,6.5 4.75,11.25t 11.25,4.75q 3.25,0 6.5-1.25q 52.75-22.75 84.5-70.875t 31.75-105.625z" horiz-adv-x="416" data-tags="volume-up, speaker" />
<glyph unicode="&#xf03e;" d="M 160,240q0-20 -14-34t-34-14t-34,14t-14,34t 14,34t 34,14t 34-14t 14-34zM 416,144l0-112 l-352,0 l0,48 l 80,80l 40-40l 128,128zM 440,320l-400,0 q-3.25,0 -5.625-2.375t-2.375-5.625l0-304 q0-3.25 2.375-5.625t 5.625-2.375l 400,0 q 3.25,0 5.625,2.375t 2.375,5.625l0,304 q0,3.25 -2.375,5.625t-5.625,2.375zM 480,312l0-304 q0-16.5 -11.75-28.25t-28.25-11.75l-400,0 q-16.5,0 -28.25,11.75t-11.75,28.25l0,304 q0,16.5 11.75,28.25t 28.25,11.75l 400,0 q 16.5,0 28.25-11.75t 11.75-28.25z" horiz-adv-x="480" data-tags="picture, image, photo" />
<glyph unicode="&#x20;" horiz-adv-x="224" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

View File

@ -0,0 +1,80 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="14"></iconset>
</metadata>
<defs>
<font id="fontawesome" horiz-adv-x="448" >
<font-face units-per-em="448" ascent="384" descent="-64" />
<missing-glyph horiz-adv-x="448" />
<glyph class="hidden" unicode="&#xf000;" d="M0,384L 448 -64L0 -64 z" horiz-adv-x="0" />
<glyph unicode="&#xf30e;" d="M 2.162,15.536C 0.681,42.272,-0.063,62.328,-0.063,75.696c0,26.744-0.376,75.768, 16.336,92.48c 8.544,8.168, 19.312,12.624, 32.312,13.368
c 24.88,1.12, 62.025,1.856, 111.784,1.856c 49.768,0, 86.904-0.744, 111.792-1.856c 26.368-1.488, 44.56-19.312, 46.424-45.68
c 1.112-22.28, 1.848-42.336, 1.848-60.168c0-35.648, 0.744-75.76-15.968-92.096c-8.536-8.544-19.312-13-32.304-13.744
C 247.274-31.256, 210.129-32, 160.369-32c-49.76,0-86.896,0.744-111.784,1.856C 22.218-28.656, 4.026-10.832, 2.162,15.536z M 24.817,148.488l0-20.424
l 22.648,0 l0-121.072 l 21.912,0 L 69.377,128.064 l 22.657,0 l0,20.424 L 24.817,148.488 z M 66.418,295.176L 48.961,352l 22.28,0 l 14.112-56.448l 1.488,0 L 100.21,352l 22.28,0 l-17.088-54.96
c-5.568-18.2-8.536-27.488-8.536-27.848l0-58.68 L 74.954,210.512 l0,56.080 c-1.12,7.056-2.6,11.88-5.192,19.312
C 68.266,289.608, 67.153,292.576, 66.418,295.176z M 92.042,111.352l0-88.016 c0-11.88, 4.456-17.832, 13.368-17.832c 7.8,0, 15.6,4.464, 22.657,13
l0-11.512 l 19.312,0 L 147.377,111.352 l-19.312,0 l0-79.48 c-5.2-5.192-8.912-7.8-11.512-7.8c-3.344,0-5.192,2.224-5.192,7.056L 111.362,111.352 L 92.042,111.352 z
M 121.378,236.872l0,54.216 c0,16.712, 12.256,26.368, 28.968,26.368c 16.336,0, 27.488-10.768, 27.488-27.112l0-53.848 c0-17.824-10.4-28.593-28.224-28.593
C 132.145,207.904, 121.378,219.424, 121.378,236.872z M 141.434,292.208l0-57.936 c0-5.568, 2.6-8.536, 8.168-8.536s 8.536,2.968, 8.536,9.28l0,56.824
c0,4.464-4.088,7.8-8.536,7.8C 145.138,299.632, 141.434,296.663, 141.434,292.208z M 166.314,148.488l0-141.496 l 19.68,0 L 185.993,14.8
c 4.832-6.32, 11.144-9.288, 18.568-9.288c 11.512,0, 17.456,7.8, 17.456,23.024l0,57.936 c0,17.456-6.312,26.368-18.936,26.368
c-6.312,0-11.88-3.344-17.088-10.032l0,45.68 L 166.314,148.488 z M 185.993,26.68l0,65.36 c 2.6,2.6, 5.568,4.088, 8.168,4.088
c 5.568,0, 8.168-3.344, 8.168-10.4l0-54.96 c0-5.944-2.224-8.912-7.056-8.912C 191.938,21.848, 188.594,23.336, 185.993,26.68z M 194.537,226.84L 194.537,314.856
l 19.304,0 l0-79.84 c0-4.832, 1.856-7.056, 5.2-7.056s 7.056,2.6, 11.512,7.8L 230.553,314.856 l 19.304,0 l0-104.352 l-19.304,0 l0,11.504
c-7.064-8.536-14.856-12.992-22.657-12.992C 198.994,209.024, 194.537,214.96, 194.537,226.84z M 236.874,83.504l0-47.168
c0-18.944, 9.28-32.312, 28.216-32.312c 19.312,0, 28.968,10.775, 28.968,32.312l0,7.8 l-20.056,0 c0-0.376,0-2.224, 0.376-4.832
c0-2.968,0-5.2-0.376-6.312c-0.368-1.12-0.368-2.976-0.744-4.832c-0.744-4.464-3.344-5.944-7.8-5.944
c-5.568,0-8.536,4.832-8.536,14.856l0,19.68 l 37.136,0 l0,26.744 c0,18.936-8.912,30.456-27.848,30.456C 248.386,113.952, 236.874,101.32, 236.874,83.504z
M 274.010,73.104l-17.080,0 L 256.929,84.24 c0,7.8, 2.968,11.504, 8.536,11.504s 8.536-3.712, 8.536-11.504L 274.002,73.104 z" horiz-adv-x="319.25" />
<glyph unicode="&#xf09a;" d="M 140,281.25q-12.25,0 -15.5-3.875t-3.25-16.625l0-22 l 54.25,0 q 4,0 6.75-3q 2.75-3.25 2.5-7.25l-3.5-50q-0.5-3.75 -3.125-6.375t-6.375-2.625l-50.5,0 l0-192 q0-4 -2.75-6.75t-6.5-2.75l-62.5,0 q-4,0 -6.75,2.75t-2.75,6.75l0,192 l-30.5,0 q-4,0 -6.75,2.875t-2.75,6.875l0,50 q0,4 2.75,6.75t 6.75,2.75l 30.5,0 l0,25.75 q0,44.25 22,65.875 t 66.75,21.625q 30,0 56.25-7.5q 3.5-1 5.5-4t 1.5-6.5l-6.75-48.75q-0.5-4 -4-6.5q-3.5-2.25 -7.5-1.5q-19,4 -33.75,4z" horiz-adv-x="192" />
<glyph unicode="&#xf099;" d="M 468.75,300.5q0-2.5 -1.25-4.5q-16-26 -44.75-47.5l0-8.25 q 1-56.75 -25-114.25q-33.5-74.25 -99.375-116.125t-147.875-41.875q-66.25,0 -125,30.5q-16,8.25 -21.75,12.5q-3.75,3 -3.75,6.75q0,3.25 2.375,5.625t 5.625,2.375q 3.5,0 11-0.625t 11.25-0.625q 51,0 93.75,26.5q-25.75,6 -45.25,24t-27.75,43.25q-0.5,2 -0.5,2.75q0,3 2.25,5.375 t 5.5,2.375q 1.25,0 3.5-0.5t 3-0.5q-22.25,13.75 -35.5,36.75t-13.25,49q0,3.75 2.875,6.375t 6.875,2.625q 2.5,0 8.75-2.875t 7.5-3.375q-23,27.5 -23,64q0,12.75 3.625,27t 10.125,23.75q 2.5,4 6.25,4q 4,0 6.75-3q 19-21 27.5-28.75q 30.75-27.75 69-44.375t 79.25-20.125q-1,5.25 -1,12.25q0,41.75 29.625,71.375t 71.375,29.625 q 40.75,0 70.5-28.5q 23.75,5 52.25,20.5q 2,1.25 4,1.25q 3.25,0 5.625-2.375t 2.375-5.625q0-6 -7-18.25t-12.75-19q 1.75,0.5 7.5,2.625t 10.75,4t 6,1.875q 3.25,0 5.625-2.375t 2.375-5.625z" horiz-adv-x="480" />
<glyph unicode="&#xf002;" d="M 288,176q0,46.25 -32.875,79.125t-79.125,32.875t-79.125-32.875t-32.875-79.125t 32.875-79.125t 79.125-32.875t 79.125,32.875t 32.875,79.125zM 416-32q0-13 -9.5-22.5t-22.5-9.5q-13.5,0 -22.5,9.5l-85.75,85.5q-44.75-31 -99.75-31q-35.75,0 -68.375,13.875t-56.25,37.5t-37.5,56.25t-13.875,68.375 t 13.875,68.375t 37.5,56.25t 56.25,37.5t 68.375,13.875t 68.375-13.875t 56.25-37.5t 37.5-56.25t 13.875-68.375q0-55 -31-99.75l 85.75-85.75q 9.25-9.25 9.25-22.5z" horiz-adv-x="416" />
<glyph unicode="&#xf0d5;" d="M 219,17.75q0,5.25 -1.125,10.125t-2.375,9t-4.375,8.625t-5.25,7.625t-6.625,7.375t-6.875,6.375t-8,6.375t-7.75,5.75t-8.25,5.75t-7.625,5.25q-4.25,0.5 -12.5,0.5q-13.5,0 -26.5-1.75t-27-6.25t-24.5-11.5t-17.25-18.75t-6.75-26.75q0-17 8.875-30.375t 23.25-21t 30.125-11.375t 31.75-3.75q 14.75,0 28.125,3.125t 25.125,9.75t 18.625,18.375 t 6.875,27.5zM 189,233.25q0,15 -4.125,31.875t-11.75,32.625t-21,26t-29.875,10.25q-23.25,0 -36-17.25t-12.75-41.25q0-11.75 2.875-24.75t 8.875-26t 14-23.375t 19.5-16.875t 24.25-6.5q 24.25,0 35.125,15.125t 10.875,40.125zM 156.25,352l 109.25,0 l-33.75-19.75l-33.75,0 q 17.75-11.25 27.5-31.5t 9.75-42.25q0-18.5 -5.75-32.875t-14-23.125t-16.5-16.125 t-14-15.25t-5.75-16.875q0-6.5 4.125-12.75t 10.75-12t 14.625-12t 16-13.875t 14.625-16.5t 10.75-21.25t 4.125-26.625q0-40 -35-70.5q-38-32.75 -105-32.75q-14.75,0 -29.875,2.5t-30.5,8.375t-27.125,14.5t-19.25,22.25t-7.5,30.375q0,15.25 9.25,33.75q 8,16 24,27.625t 36.25,17.75t 38.75,9t 37.5,3.375q-16,20.75 -16,37.25q0,3 0.5,5.875 t 1.25,4.875t 2,5.375t 1.75,5.375q-10-1.25 -17.5-1.25q-37.25,0 -63.875,24.5t-26.625,61.5q0,35 23.75,62.625t 58.5,35.375q 23.5,5 46.75,5zM 416,288l0-32 l-64,0 l0-64 l-32,0 l0,64 l-64,0 l0,32 l 64,0 l0,64 l 32,0 l0-64 l 64,0 z" horiz-adv-x="416" />
<glyph unicode="&#xf053;" d="M 185.5-9.25l-163,162.75q-9.25,9.25 -9.25,22.625t 9.25,22.625l 163,162.75q 9.25,9.25 22.625,9.25t 22.625-9.25l 18.75-18.75q 9.25-9.25 9.25-22.625t-9.25-22.625l-121.5-121.5l 121.5-121.25q 9.25-9.5 9.25-22.75t-9.25-22.5l-18.75-18.75q-9.25-9.25 -22.625-9.25t-22.625,9.25z" horiz-adv-x="288" />
<glyph unicode="&#xf054;" d="M 274.75,176q0-13 -9.25-22.75l-163-162.75q-9.25-9.25 -22.5-9.25t-22.5,9.25l-19,18.75q-9.25,9.75 -9.25,22.75q0,13.25 9.25,22.5l 121.5,121.5l-121.5,121.25q-9.25,9.75 -9.25,22.75q0,13.25 9.25,22.5l 19,18.75q 9,9.5 22.5,9.5t 22.5-9.5l 163-162.75q 9.25-9.25 9.25-22.5z" horiz-adv-x="288" />
<glyph unicode="&#xf344;" d="M 267.264,147.96c-0.496,48.632, 40.592,71.96, 42.424,73.12c-23.080,33.008-59.048,37.528-71.848,38.048
c-30.608,3.032-59.72-17.6-75.248-17.6c-15.496,0-39.464,17.16-64.832,16.704c-33.36-0.488-64.12-18.944-81.288-48.144
c-34.664-58.76-8.872-145.816, 24.896-193.472c 16.504-23.328, 36.192-49.528, 62.032-48.592c 24.88,0.968, 34.296,15.736, 64.384,15.736
s 38.536-15.736, 64.872-15.248c 26.776,0.488, 43.744,23.776, 60.136,47.168c 18.952,27.064, 26.76,53.264, 27.216,54.608
C 319.408,70.552, 267.792,89.872, 267.264,147.96z M 217.784,290.68C 231.504,306.936, 240.76,329.496, 238.232,352
c-19.76-0.784-43.704-12.856-57.872-29.080c-12.728-14.392-23.848-37.36-20.872-59.408C 181.536,261.824, 204.056,274.456, 217.784,290.68z" horiz-adv-x="352" />
<glyph unicode="&#xf342;" d="M 356.568,244c-15.080,0-27.432-12.608-27.432-28l0-112 c0-15.384, 12.352-28, 27.432-28S 384,88.616, 384,104L 384,216
C 384,231.392, 371.648,244, 356.568,244z M 27.432,244C 12.344,244,0,231.392,0,216l0-112 c0-15.384, 12.344-28, 27.432-28
c 15.080,0, 27.432,12.616, 27.432,28L 54.864,216 C 54.856,231.392, 42.504,244, 27.432,244z M 68.568,62c0-23.192, 18.424-42, 41.144-42l 13.72,0 l0-56
c0-15.384, 12.352-28, 27.432-28s 27.432,12.616, 27.432,28l0,56 l 27.424,0 l0-56 c0-15.384, 12.352-28, 27.432-28s 27.432,12.616, 27.432,28l0,56 l 13.72,0
c 22.72,0, 41.144,18.808, 41.144,42L 315.448,216 L 68.568,216 L 68.568,62 z M 242.848,344.84l 17.328,34.048c 0.864,1.696, 0.248,3.824-1.432,4.712
c-1.688,0.888-3.776,0.216-4.64-1.496l-17.616-34.56C 222.704,353, 207.712,356, 192,356s-30.704-3-44.496-8.448l-17.616,34.56
c-0.864,1.712-2.952,2.376-4.64,1.496c-1.68-0.888-2.304-3.016-1.432-4.712l 17.328-34.048C 102.344,326.888, 74.2,289.032, 69.344,244
l 245.304,0 C 309.8,289.032, 281.656,326.888, 242.848,344.84z M 137.144,265.728c-11,0-19.856,9.040-19.856,20.272s 8.856,20.272, 19.856,20.272
c 11.008,0, 19.856-9.040, 19.856-20.272S 148.152,265.728, 137.144,265.728z M 246.856,265.728c-11.008,0-19.856,9.040-19.856,20.272
s 8.848,20.272, 19.856,20.272c 11,0, 19.856-9.040, 19.856-20.272S 257.856,265.728, 246.856,265.728z" horiz-adv-x="384" />
<glyph unicode="&#xf206;" d="M 31.976,0.008L 288,0.008 l0,192 L 183.992,192.008 c-6.664,0-12.328,2.32-17.008,6.992c-4.656,4.672-6.992,10.328-6.992,17.008L 159.992,320 L 31.976,320 L 31.976,0.008 z
M 192,223.992l 74.736,0 L 192,298.752L 192,223.992 z M 319.984,192.008L 319.984-8 c0-6.664-2.32-12.336-6.992-17.008C 308.32-29.664, 302.664-32, 295.984-32L 24-32
c-6.68,0-12.336,2.336-17.008,6.992C 2.32-20.336,0-14.664,0-8L0,328 c0,6.648, 2.32,12.336, 6.992,17C 11.664,349.648, 17.32,352, 24,352l 135.992,0
c 6.664,0, 14.008-1.664, 21.992-5c 8.008-3.352, 14.336-7.336, 19.016-12l 102-102.008c 4.656-4.656, 8.664-10.984, 12-18.992
C 318.328,205.992, 319.984,198.672, 319.984,192.008zM 149.52,224c-8.608,0-15.752-4.92-17.792-12.328c-3.704-13.984-0.392-33.472, 5.88-58.336l-0.736-1.824
c-4.512-11.232-10.384-22.96-15.112-32.416l-0.64-1.28c-4.696-9.408-9.16-17.832-13.272-25.088l-2.544-1.392
c-0.352-0.176-8.456-4.56-10.312-5.712c-17.376-10.6-28.544-22.768-30.664-33.336c-1.312-6.536, 1.096-12.664, 6.448-15.76l 4.4-2.272
C 78.136,32.768, 81.264,32, 84.488,32c 13.976,0, 27.448,13.504, 46.216,46.456c 18.312,5.936, 38.808,10.896, 57.048,13.832
c 16.128-8.824, 34.976-14.664, 47.624-14.664c 2.8,0, 5.272,0.28, 7.36,0.856c 4.080,1.096, 7.504,3.552, 9.672,6.872
c 3.064,4.728, 4.2,11.136, 3.28,18.52c-0.584,4.456-3.784,7.64-4.704,8.544C 245.888,117.544, 236.832,120, 222.464,120l-1.272,0
c-7.488,0-16.192-0.392-25.32-1.592c-3.328,2.032-6.808,4.376-9.488,6.944c-8.696,8.288-16.064,19.816-20.896,32.472
c 0.152,0.64, 0.296,1.344, 0.472,2.104c 0.368,2.176, 2.568,15.216, 3.736,27.488c-2.992,1.504-5.824,3.392-8.352,5.92
c-1.896,1.904-3.408,3.984-4.736,6.152c 0.256-2.008, 0.416-4.136, 0.456-6.216c 0.168-8.496-1.784-14.48-4.192-18.88
c-2,6.536-2.96,16.84-2.96,23.584c0,0-0.152,12.872, 1.472,12.872c 0.4,0, 0.776-0.152, 1.144-0.368C 152.216,212.272, 152,214.096, 152,216.008
L 152,223.92 C 151.088,223.944, 149.52,224, 149.52,224z M 82.104,47.872c 2,5.592, 9.904,16.632, 21.6,26.408c 0.744,0.616, 2.552,2.36, 4.208,3.96
C 95.68,58.32, 87.496,50.384, 82.104,47.872z M 222.424,103c 6.448,0, 8.352,0.024, 14.632-1.608c 6.296-1.64, 6.376-4.976, 5.296-5.656
c-1.072-0.672-4.168-1.088-6.16-1.088c-6.424,0-14.344,2.992-25.472,7.872C 214.992,102.832, 218.912,103, 222.424,103z M 151.68,138.768
c 5.952-11.064, 13.36-20.464, 22.064-28c 1.080-0.944, 2.24-1.88, 3.456-2.824c-17.72-3.584-33.016-7.952-46.496-13.224
c 2.44,4.496, 5,9.216, 7.608,14.248C 144.68,121.232, 148.688,130.848, 151.68,138.768z" horiz-adv-x="312" />
<glyph unicode="&#xf019;" d="M 334.75,182.25q 4.25-10.25 -3.5-17.5l-112-112q-4.5-4.75 -11.25-4.75t-11.25,4.75l-112,112q-7.75,7.25 -3.5,17.5q 4.25,9.75 14.75,9.75l 64,0 l0,112 q0,6.5 4.75,11.25t 11.25,4.75l 64,0 q 6.5,0 11.25-4.75t 4.75-11.25l0-112 l 64,0 q 10.5,0 14.75-9.75zM 408,128q 3.5,0 5.75-2.25t 2.25-5.75l0-144 q0-3.5 -2.25-5.75t-5.75-2.25l-400,0 q-3.5,0 -5.75,2.25t-2.25,5.75l0,144 q0,3.5 2.25,5.75 t 5.75,2.25l 48,0 q 3.5,0 5.75-2.25t 2.25-5.75l0-88 l 288,0 l0,88 q0,3.5 2.25,5.75t 5.75,2.25l 48,0 z" horiz-adv-x="416" />
<glyph unicode="&#xf021;" d="M 377.75,120q0-1.25 -0.25-1.75q-16-67 -67-108.625t-119.5-41.625q-36.5,0 -70.625,13.75t-60.875,39.25l-32.25-32.25q-4.75-4.75 -11.25-4.75t-11.25,4.75t-4.75,11.25l0,112 q0,6.5 4.75,11.25t 11.25,4.75l 112,0 q 6.5,0 11.25-4.75t 4.75-11.25t-4.75-11.25l-34.25-34.25q 17.75-16.5 40.25-25.5t 46.75-9q 33.5,0 62.5,16.25t 46.5,44.75q 2.75,4.25 13.25,29.25 q 2,5.75 7.5,5.75l 48,0 q 3.25,0 5.625-2.375t 2.375-5.625zM 384,320l0-112 q0-6.5 -4.75-11.25t-11.25-4.75l-112,0 q-6.5,0 -11.25,4.75t-4.75,11.25t 4.75,11.25l 34.5,34.5q-37,34.25 -87.25,34.25q-33.5,0 -62.5-16.25t-46.5-44.75q-2.75-4.25 -13.25-29.25q-2-5.75 -7.5-5.75l-49.75,0 q-3.25,0 -5.625,2.375t-2.375,5.625l0,1.75 q 16.25,67 67.5,108.625t 120,41.625 q 36.5,0 71-13.875t 61.25-39.125l 32.5,32.25q 4.75,4.75 11.25,4.75t 11.25-4.75t 4.75-11.25z" horiz-adv-x="384" />
<glyph unicode="&#xf059;" d="M 224,40l0,48 q0,3.25 -2.375,5.625t-5.625,2.375l-48,0 q-3.25,0 -5.625-2.375t-2.375-5.625l0-48 q0-3.25 2.375-5.625t 5.625-2.375l 48,0 q 3.25,0 5.625,2.375t 2.375,5.625zM 288,208q0,24.25 -14.625,43t-36.125,27.875t-45.25,9.125t-45.25-9.125t-36.125-27.875t-14.625-43l0-2.75 l0-3.25 t 0.25-2.875t 0.75-2.875t 1.375-2t 2.25-1.75 t 3.375-0.5l 48,0 q 3.5,0 5.75,2.25t 2.25,5.75q0,3 2.75,6.75q 4.75,7.75 12.625,12.5t 16.625,4.75q 9.75,0 20.75-5.375t 11-14.375q0-8.25 -6.625-14.5t-15.875-11t-18.625-10.375t-16-15.875t-6.625-24.5l0-2.75 l0-3.25 t 0.25-2.875t 0.75-2.875t 1.375-2t 2.25-1.75t 3.375-0.5l 48,0 q 4.25,0 6,2.625t 2,6.125t 3.375,8.25t 9.375,8q 15,8.25 17.5,9.75q 15.5,11 24.625,27 t 9.125,34.25zM 384,160q0-52.25 -25.75-96.375t-69.875-69.875t-96.375-25.75t-96.375,25.75t-69.875,69.875t-25.75,96.375t 25.75,96.375t 69.875,69.875t 96.375,25.75t 96.375-25.75t 69.875-69.875t 25.75-96.375z" horiz-adv-x="384" />
<glyph unicode="&#xf028;" d="M 192,296l0-272 q0-6.5 -4.75-11.25t-11.25-4.75t-11.25,4.75l-83.25,83.25l-65.5,0 q-6.5,0 -11.25,4.75t-4.75,11.25l0,96 q0,6.5 4.75,11.25t 11.25,4.75l 65.5,0 l 83.25,83.25q 4.75,4.75 11.25,4.75t 11.25-4.75t 4.75-11.25zM 288,160q0-19 -10.625-35.375t-28.125-23.375q-2.5-1.25 -6.25-1.25q-6.5,0 -11.25,4.625t-4.75,11.375q0,5.25 3,8.875t 7.25,6.25t 8.5,5.75t 7.25,8.875 t 3,14.25t-3,14.25t-7.25,8.875t-8.5,5.75t-7.25,6.25t-3,8.875q0,6.75 4.75,11.375t 11.25,4.625q 3.75,0 6.25-1.25q 17.5-6.75 28.125-23.25t 10.625-35.5zM 352,160q0-38.25 -21.25-70.625t-56.25-47.125q-3.25-1.25 -6.25-1.25q-6.75,0 -11.5,4.75t-4.75,11.25q0,9.75 9.75,14.75q 14,7.25 19,11q 18.5,13.5 28.875,33.875t 10.375,43.375t-10.375,43.375 t-28.875,33.875q-5,3.75 -19,11q-9.75,5 -9.75,14.75q0,6.5 4.75,11.25t 11.25,4.75q 3.25,0 6.5-1.25q 35-14.75 56.25-47.125t 21.25-70.625zM 416,160q0-57.5 -31.75-105.625t-84.5-70.875q-3.25-1.25 -6.5-1.25q-6.5,0 -11.25,4.75t-4.75,11.25q0,9 9.75,14.75q 1.75,1 5.625,2.625t 5.625,2.625q 11.5,6.25 20.5,12.75q 30.75,22.75 48,56.75t 17.25,72.25t-17.25,72.25 t-48,56.75q-9,6.5 -20.5,12.75q-1.75,1 -5.625,2.625t-5.625,2.625q-9.75,5.75 -9.75,14.75q0,6.5 4.75,11.25t 11.25,4.75q 3.25,0 6.5-1.25q 52.75-22.75 84.5-70.875t 31.75-105.625z" horiz-adv-x="416" />
<glyph unicode="&#xf03e;" d="M 160,240q0-20 -14-34t-34-14t-34,14t-14,34t 14,34t 34,14t 34-14t 14-34zM 416,144l0-112 l-352,0 l0,48 l 80,80l 40-40l 128,128zM 440,320l-400,0 q-3.25,0 -5.625-2.375t-2.375-5.625l0-304 q0-3.25 2.375-5.625t 5.625-2.375l 400,0 q 3.25,0 5.625,2.375t 2.375,5.625l0,304 q0,3.25 -2.375,5.625t-5.625,2.375zM 480,312l0-304 q0-16.5 -11.75-28.25t-28.25-11.75l-400,0 q-16.5,0 -28.25,11.75t-11.75,28.25l0,304 q0,16.5 11.75,28.25t 28.25,11.75l 400,0 q 16.5,0 28.25-11.75t 11.75-28.25z" horiz-adv-x="480" />
<glyph unicode="&#x20;" horiz-adv-x="224" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,43 @@
;(function ($, window, document, undefined) {
'use strict';
Foundation.libs.alert = {
name : 'alert',
version : '5.4.7',
settings : {
callback: function (){}
},
init : function (scope, method, options) {
this.bindings(method, options);
},
events : function () {
var self = this,
S = this.S;
$(this.scope).off('.alert').on('click.fndtn.alert', '[' + this.attr_name() + '] .close', function (e) {
var alertBox = S(this).closest('[' + self.attr_name() + ']'),
settings = alertBox.data(self.attr_name(true) + '-init') || self.settings;
e.preventDefault();
if (Modernizr.csstransitions) {
alertBox.addClass("alert-close");
alertBox.on('transitionend webkitTransitionEnd oTransitionEnd', function(e) {
S(this).trigger('close').trigger('close.fndtn.alert').remove();
settings.callback();
});
} else {
alertBox.fadeOut(300, function () {
S(this).trigger('close').trigger('close.fndtn.alert').remove();
settings.callback();
});
}
});
},
reflow : function () {}
};
}(jQuery, window, window.document));

File diff suppressed because it is too large Load Diff

View File

@ -1,86 +0,0 @@
html, body {
font-size: 16px;
}
body {
background: #fff none repeat scroll 0 0;
color: #222;
cursor: auto;
font-family: "Open Sans",sans-serif;
font-style: normal;
font-weight: normal;
line-height: 24px;
margin: 0;
padding: 0;
position: relative;
}
/* @media screen and (max-width: 500px) { */
html {
background: none;
}
div#wrap, div#content {
margin: 0px;
padding: 0px;
border: 0px;
border-radius: 0px;
box-shadow: none;
}
div#wrap {
margin: 0px auto;
width: 300px;
}
/* hide unneeded elements */
div#wrap > a, #splash, #footer, ul.ui-tabs-nav, div#user, input[type=submit][name=cancel] {
display: none;
}
/* } */
input:not([type=submit]) {
width: calc(100% - 12px);
margin-left: 0px;
}
input[type=submit] {
background-color: #e01f2c;
border: 0 none;
font-family: "Open Sans",sans-serif;
font-size: 16px;
text-transform: uppercase;
margin-top: 1rem;
border-radius: 4px;
padding: 1rem 2rem 1.0625rem;
position: relative;
text-align: center;
text-decoration: none;
transition: background-color 300ms ease-out 0s;
font-weight: 400;
}
input[type=submit][name=login-password-submit] {
width: calc(50% - 7px);
margin-right: 10px;
}
input[type=submit][name=cancel] {
width: calc(50% - 7px);
}
p {
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.6;
margin-bottom: 1.25rem;
text-rendering: optimizelegibility;
}
* {
color: black;
font-family: "Open Sans",sans-serif;
font-size: 0.875rem;
font-style: normal;
font-weight: normal;
}

View File

@ -1,10 +0,0 @@
{% load i18n %}
<html>
<body style="width: 90ex">
<p>Vous avez demandé l'ouverture d'un compte sur Les Échos Solutions.
Pour activer ce compte veuillez <a href="{{ registration_url }}">cliquer
ici</a>
</p>
<p>Ce lien est valable {{ expiration_days }} jours.</p>
</body>
</html>

View File

@ -1,6 +0,0 @@
{% load i18n %}{% autoescape off %}Vous avez demandé l'ouverture d'un compte sur Les Échos Solutions. Pour activer
ce compte veuillez cliquer sur le lien suivant :
{{ registration_url }}
Ce lien est valable {{ expiration_days }} jours.{% endautoescape %}

View File

@ -1 +0,0 @@
Ouverture de compte sur Les Échos Solutions

View File

@ -0,0 +1 @@
{% extends 'authentic2/base.html' %}

View File

@ -4,58 +4,79 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='//fonts.googleapis.com/css?family=Domine:400,700|Open+Sans:400,600,700,800|PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ STATIC_URL }}authentic2/css/style.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}lesechos/style.css" />
<title>{% block title %}User test{% endblock %}</title>
{#<link rel="stylesheet" href="{{ STATIC_URL }}authentic2/css/style.css" />#}
<title>{% block title %}Authentic2 - {{ request.get_host }}{% endblock %}</title>
{% block extra_scripts %}
{% endblock %}
{% addtoblock "css" %}
<link rel="stylesheet" href="{{ STATIC_URL }}authentic2/css/app.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}authentic2/css/minimal.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}authentic2/css/inscription.css" />
{% endaddtoblock %}
{% addtoblock "js" %}
<script src="{{ STATIC_URL }}authentic2/js/foundation/foundation.js"></script>
<script src="{{ STATIC_URL }}authentic2/js/foundation/foundation.alert.js"></script>
{% endaddtoblock %}
{% renderblock "css" %}
{% renderblock "js" %}
</head>
<body {% block bodyargs %}{% endblock %} >
<div id="wrap">
<a href="/"><div id="header">
{% block header %}
<h1>Authentic 2</h1>
<span>{% trans "Versatile Identity Management Server" %}</span>
{% endblock %}
</div></a>
<body>
<div id="page" class="body_content">
<div class="row">
<div class="columns small-10 small-centered">
<div class="columns small-12 titlebox text-center">
<a href="/">
{% block header %}
<img src="{{ STATIC_URL }}authentic2/images/solutions.png" alt="Les Echos Solutions" />
{% endblock %}
</a>
</div>
<div id="splash"></div>
{% block messages %}
{% if messages %}
{% for message in messages %}
<div class="row">
<div class="columns small-12 text-center">
<div data-alert class="login-alert-box success radius {% if message.tags %}{{ message.tags }}{% endif %}">
{{ message }}<a href="#" class="close">&times;</a>
</div>
</div>
</div>
{% endfor %}
{% endif %}
{% endblock %}
<div id="content">
{% if request.user.is_authenticated %}
<div id="user">
{% block user %}
<p>
{% blocktrans with request.user.get_full_name as username %}Hello {{ username }}.{% endblocktrans %}
<a id="logout" href="{% url 'auth_logout' %}">{% trans "Logout" %}</a>
</p>
{% endblock %}
<div id="content">
{% if request.user.is_authenticated %}
<div class="row">
<div class="text-center columns small-12 small-centered">
<div id="user">
{% block user %}
<p title="{% blocktrans with last_login=request.session.last_login %}Last login {{ last_login }}{% endblocktrans %}">
{% blocktrans with request.user.get_full_name as username %} Bonjour {{ username }}.{% endblocktrans %}
<a id="logout" href="{% url 'auth_logout' %}">{% trans "Logout" %}</a>
</p>
{% endblock %}
</div>
</div>
</div>
{% endif %}
{% block content %}{% endblock %}
</div>
<div id="footer">
{% block footer %}{% endblock %}
</div>
</div>
</div>
{% endif %}
{% block messages %}
{% if messages %}
<ul class="messages">
{% for message in messages %}
<li{% if message.tags %} class="{{ message.tags }}"{% endif %}>{{ message }}</li>
{% endfor %}
</ul>
{% endif %}
{% endblock %}
{% block content %}{% endblock %}
</div>
<div id="footer">
{% block footer %}
Copyright &copy; 2013 Entr'ouvert&nbsp;&mdash;&nbsp;{{ AUTHENTIC2_VERSION }}
{% endblock %}
</div>
</div>
{% block js-endpage %}
{% renderblock "js-endpage" %}
{% endblock %}
{% block js-endpage %}
{% renderblock "js-endpage" %}
{% endblock %}
</body>
</html>

View File

@ -0,0 +1,52 @@
{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block title %}
{% trans "LesEchosSolutions" %}
{% endblock %}
{% block content %}
{% if account_management %}
<p>
<a href="{% url 'account_management' %}">{% trans "Account Management" %}</a>
</p>
{% endif %}
{% if authorized_services %}
<div id="login-actions">
<h2>{% trans "Services" %}</h2>
<ul>
{% for service in authorized_services %}
{% if service.actions %}
<li>{% if service.url %}<a href="{{ service.url }}">{% endif %}{{ service.name }}{% if service.url %}</a>{% endif %}
<div class="actions">
{% for action in service.actions %}
{% if action.0 == "template" %}
{% include action.1 %}
{% else %}
<form action="{{ action.2 }}" method="{{ action.1 }}">
{% if action.3 %}
{% for key, value in action.3 %}
<input type="hidden" name="{{ key }}" value="{{ value }}" />
{% endfor %}
{% endif %}
<input type="hidden" name="next" value="/"/>
<input type="submit" class="submit-link" value="{{ action.0 }}">
</form>
{% endif %}
{% endfor %}
</div>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
{% endif %}
{% if user.is_staff %}
<p id="administration-link"><a href="{% url "a2-manager-homepage" %}">{% trans "Administration" %}</a></p>
{% endif %}
{% endblock %}

View File

@ -6,12 +6,30 @@
{% endblock %}
{% block extra_scripts %}
<script type="text/javascript" src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
<script type="text/javascript" src="{% xstatic 'jquery-ui' 'jquery-ui.min.js' %}"></script>
<script type="text/javascript" src="{{ STATIC_URL }}jquery/js/jquery.cookie.js"></script>
{% endblock %}
{% comment %}
<link rel="stylesheet" href="{{ STATIC_URL }}jquery/css/jquery-ui.custom.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}ulx/css/ulx.css" />
<script type="text/javascript" src="{{ STATIC_URL }}jquery/js/jquery.simplemodal.js"></script>
{% endcomment %}
{% block content %}
<div id="a2-login-forms">
{% for id, login_block in blocks.iteritems %}
{{ login_block.content|safe }}
{% endfor %}
</div>
<div class="columns small-12 text-center greybox">
<h3>{% trans "Pour continuer, identifiez-vous avec un seul compte" %}</h3>
</div>
<div class="columns small-12 loginbox">
{% for id, login_block in blocks.iteritems %}
{{ login_block.content|safe }}
{% endfor %}
</div>
<script type="text/javascript">
$(document).foundation('alert', 'reflow');
</script>
{# $( "#tabs" ).tabs({cookie: {path: '/'}}); #}
{% endblock %}

View File

@ -0,0 +1,76 @@
{% load i18n authentic2 staticfiles %}
<div class="columns small-12 loginform">
<form method="post" action="">
{% csrf_token %}
{% for hidden in form.hidden_fields %}
{{ hidden }}
{% endfor %}
{% if form.errors %}
<div class="row">
<div class="columns small-10 small-centered">
{% for error in form.non_field_errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
{% endif %}
<div class="row">
<div class="columns small-10 small-centered">
<div class="columns small-12 medium-4">{{ form.username.label_tag }}</div>
<div class="columns small-12 medium-8">
{{ form.username }}
{% for error in form.username.errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
<div class="columns small-12"></div>
</div>
</div>
<div class="row">
<div class="columns small-10 small-centered">
<div class="columns small-12 medium-4">{{ form.password.label_tag }}</div>
<div class="columns small-12 medium-8">
{{ form.password }}
{% for error in form.password.errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
</div>
{% if can_reset_password %}
<div class="columns small-12 text-center">
<a href="{% url 'password_reset' %}{% if request.GET.next %}?next={{ request.GET.next|urlencode }}{% endif %}">{% trans "Mot de passe oublié ?" %}</a>
</div>
{% endif %}
<div class="columns small-12 text-center">
<button type="submit" class="submit radius large inverted-button" name="{{ submit_name }}" value="{% trans "Log in" %}"><span class="icon-cadenas"></span> <span class="text">{% trans "SE CONNECTER" %}</span></button>
</div>
{% comment %}
{% if cancel %}
<input type="submit" name="cancel" value="{% trans 'Cancel' %}"/>
{% endif %}
{{ form.as_p }}
{% endcomment %}
</form>
{% comment %}
<div class="columns small-12 line"></div>
<div class="columns small-12 createbox text-center">
<h4>{% trans "Pas encore inscrit ?" %}</h4>
<a id="account_create" class="submit white large button radius red-button"><span class="icon-paper"></span> <span class="text">{% trans "CRÉER UN COMPTE" %}</span></a>
{% comment %}
{% if registration_authorized %}
<p>→ {% trans "Not a member?" %} <a href="{{ registration_url }}"{% if request.GET.next %}?next={{ request.GET.next|urlencode }}{% endif %}>{% trans "Register!" %}</a></p>
{% endif %}
{% encomment %}
</div>
{% endcomment %}
</div>
{% addtoblock "js-endpage" %}
<script type="text/javascript" src="{% static "authentic2/js/js_seconds_until.js" %}"></script>
{% endaddtoblock %}

View File

@ -0,0 +1,45 @@
{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block title %}
{% trans "Logout" %}
{% endblock %}
{% block user %}
{% endblock %}
{% block bodyargs %}
onload="window.iframe_count -= 1"
{% endblock %}
{% comment %}Initialize iframe countdown {% endcomment %}
{% block extra_scripts %}
<script>
window.iframe_count = 1;
</script>
{% endblock %}
{% block content %}
<h1>{% trans message %}</h1>
<ul class="logout-list">
{% for fragment in logout_list %}
{{ fragment|safe }}
{% endfor %}
</ul>
<script>
window.iframe_count += document.getElementsByTagName("iframe").length;
var refresh_launched = 0;
setInterval(function () {
if (iframe_count == 0) {
if (refresh_launched == 0) {
refresh_launched = 1;
setTimeout(function () { window.location = '{{ next_url }}' }, 300);
}
}
}, {{ redir_timeout }})
</script>
<div id="continue-link">
<a href="{{ next_url }}">{% trans "Continue logout" %}</a>
</div>
{% endblock %}

View File

@ -0,0 +1,23 @@
{% extends "authentic2/base-page.html" %}
{% load i18n gadjo %}
{% block title %}
{% trans "Logout" %}
{% endblock %}
{% block user %}
{% endblock %}
{% block content %}
<p>{% blocktrans %}You are going to do a global logout, do you want to continue ?{% endblocktrans %} </p>
<p>
<form method="post">
{% csrf_token %}
<input type="hidden" name="next" value="{{ next_url }}">
<input type="submit" name="submit" value="{% trans "Continue" %}">
<a href="{{ next_url }}">{% trans "Cancel" %}</a>
</form>
</p>
{% endblock %}

View File

@ -0,0 +1,27 @@
{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block title %}
{% trans "Changing password" %}
{% endblock %}
{% block content %}
<div class="columns small-12 text-center greybox">
<h3>{% trans "Changing password" %}</h3>
</div>
<div class="columns small-12 loginbox">
<div class="columns small-12 loginform">
<form method="post" action=".">
{% csrf_token %}
{{ form.as_p }}
<div class="columns small-12 text-center">
<button type="submit" class="submit radius large inverted-button" name="{{ submit_name }}" value="{% trans 'Submit' %}"><span class="text">{% trans "SOUMETTRE" %}</span></button>
</div>
</form>
</div>
</div>
{% endblock %}

View File

@ -0,0 +1,72 @@
{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block title %}
{% trans "Resetting password" %}
{% endblock %}
{% block content %}
{% if validlink %}
<div class="columns small-12 text-center greybox">
<h3>{% trans "Resetting password" %}</h3>
</div>
<div class="columns small-12 loginbox">
<div class="columns small-12 loginform">
<form method="post">
{% csrf_token %}
{% for hidden in form.hidden_fields %}
{{ hidden }}
{% endfor %}
{% if form.errors %}
<div class="row">
<div class="columns small-12 medium-10 small-centered">
{% for error in form.non_field_errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
{% endif %}
<div class="row">
<div class="columns small-10 small-centered">
{% if form.new_password1.help_text %}
<div class="columns small-12 text-justify panel callout radius">
<p>{{ form.new_password1.help_text }}</p>
</div>
{% endif %}
<div class="columns small-12 medium-4">{{ form.new_password1.label_tag }}</div>
<div class="columns small-12 medium-8">
{{ form.new_password1 }}
{% for error in form.new_password1.errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
</div>
<div class="row">
<div class="columns small-10 small-centered">
<div class="columns small-12 medium-4">{{ form.new_password2.label_tag }}</div>
<div class="columns small-12 medium-8">
{{ form.new_password2 }}
{% for error in form.new_password2.errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
</div>
<div class="columns small-12 text-center">
<button type="submit" class="submit radius large inverted-button" name="{{ submit_name }}" value="{% trans 'Submit' %}"><span class="text">{% trans "SUBMIT" %}</span></button>
</div>
</form>
</div>
</div>
{% else %}
<div class="columns small-12 text-center greybox">
<h3>{% trans "Password reset failed" %}</h3>
</div>
{% endif %}
{% endblock %}

View File

@ -0,0 +1,47 @@
{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block title %}
{% trans "Resetting password" %}
{% endblock %}
{% block content %}
<div class="columns small-12 text-center greybox">
<h3>{% trans "Réinitialiser mot de passe" %}</h3>
</div>
<div class="columns small-12 loginbox">
<div class="columns small-12 loginform">
<form method="post">
{% csrf_token %}
{% for hidden in form.hidden_fields %}
{{ hidden }}
{% endfor %}
{% if form.errors %}
<div class="row">
<div class="columns small-10 small-centered">
{% for error in form.non_field_errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
{% endif %}
<div class="row">
<div class="columns small-10 small-centered">
<div class="columns small-12 medium-4">{{ form.email.label_tag }}</div>
<div class="columns small-12 medium-8">
{{ form.email }}
{% for error in form.email.errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
</div>
<div class="columns small-12 text-center">
<button type="submit" class="submit radius large inverted-button" name="{{ submit_name }}" value="{% trans 'Submit' %}"><span class="text">{% trans "SOUMETTRE" %}</span></button>
</div>
</form>
</div>
</div>
{% endblock %}

View File

@ -0,0 +1,106 @@
{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% load breadcrumbs %}
{% block title %}
{% trans "Registration" %}
{% endblock %}
{% block breadcrumbs %}
{{ block.super }}
{% breadcrumb_url 'Register' %}
{% endblock %}
{% block content %}
{% if users and not create %}
<h2>{% trans "Login" %}</h2>
<p>
{% blocktrans count accounts_number=accounts|length %}An account already exists for this email. Please click on the account name to log in with.{% plural %}More accounts are associated to this email. Please choose the account you want to log in with:{% endblocktrans %}
</p>
<ul>
{% for user in users %}
<li>
<form method="post" name="user-{{ user.id }}">
{% csrf_token %}
<input type="hidden" name="uid" value="{{ user.id }}">
<a href="#" onclick="document.forms['user-{{ user.id }}'].submit()">
{% blocktrans with fullname=user.get_full_name c=forloop.counter %}Account #{{ c }}: {{ fullname }}{% endblocktrans %}
</a>
<div>
{% blocktrans with creation_date=user.date_joined|date:'SHORT_DATETIME_FORMAT'%}created on {{ creation_date }}
{% endblocktrans %}
{% if user.last_login %}
{% blocktrans with login_date=user.last_login|date:'SHORT_DATETIME_FORMAT' %}last login on {{ login_date }}{% endblocktrans %}
{% endif %}
</div>
</form>
</li>
{% endfor %}
</ul>
{% if not email_is_unique %}
<p>
{% trans "or" %}
<a href="?create">
{% trans "create a new account" %}
</a>
</p>
{% endif %}
{% else %}
<div class="columns small-12 text-center greybox">
<h3>{% trans "Registration" %}</h3>
</div>
<div class="columns small-12 loginbox">
<div class="columns small-10 small-centered text-center">
<p>{% trans "Please fill the form to complete your registration" %}</p>
</div>
<div class="columns small-12 loginform">
<form method="post">
{% csrf_token %}
{% for hidden in form.hidden_fields %}
{{ hidden }}
{% endfor %}
{% if form.errors %}
<div class="row">
<div class="columns small-12 medium-10 small-centered">
{% for error in form.non_field_errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
{% endif %}
<div class="row">
<div class="columns small-10 small-centered">
{% if form.password1.help_text %}
<div class="columns small-12 text-justify panel callout radius">
<p>{{ form.password1.help_text }}</p>
</div>
{% endif %}
<div class="columns small-12 medium-4">{{ form.password1.label_tag }}</div>
<div class="columns small-12 medium-8">
{{ form.password1 }}
{% for error in form.password1.errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
</div>
<div class="row">
<div class="columns small-10 small-centered">
<div class="columns small-12 medium-4">{{ form.password2.label_tag }}</div>
<div class="columns small-12 medium-8">
{{ form.password2 }}
{% for error in form.password2.errors %}
<small class="error">{{ error }}</small>
{% endfor %}
</div>
</div>
</div>
<div class="columns small-12 text-center">
<button type="submit" class="submit radius large inverted-button" name="{{ submit_name }}" value="{% trans 'Submit' %}"><span class="text">{% trans "SOUMETTRE" %}</span></button>
</div>
</form>
</div>
</div>
{% endif %}
{% endblock %}

View File

@ -0,0 +1,36 @@
{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block title %} {{ title }} {% endblock %}
{% block bodyargs %}onload="document.forms['saml'].submit()"{% endblock %}
{% block content %}
<div class="post-redirect">
<div class="row">
<div class="columns small-12 text-center">
{# <h2>{{ title }}</h2> #}
<h2>{% trans "Vous allez être redirigé vers Les Echos" %}</h2>
</div>
</div>
<form action="{{url}}" method="post" name="saml">
<div class="row">
<div class="small-12 text-center">
<img src="{{ STATIC_URL }}authentic2/images/load.gif" atl="loading">
</div>
</div>
<div class="row">
<div class="columns small-12 text-center">
<p>{% trans "Vous devriez être automatiquement redirigé." %}
<p>{% trans "Si cette page est encore visible au bout de quelques secondes, veuillez cliquer sur le lien suivant." %}</p>
<input type="hidden" name="{{ fieldname }}" value="{{ body }}" />
{% if relay_state %}
<input type="hidden" name="RelayState" value="{{ relay_state }}"/>
{% endif %}
<div class="buttons-bar">
<button type="submit" class="submit radius large inverted-button" name="sendButton" value="{% trans 'Send' %}" />{% trans "CONTINUER" %}</button>
</div>
</div>
</div>
</form>
</div>
{% endblock %}