arles-2020: initial theme (#38740)

This commit is contained in:
Serghei Mihai 2019-11-20 10:58:51 +01:00
parent 0e44bffdc1
commit a3d6e6d52e
21 changed files with 803 additions and 0 deletions

View File

@ -0,0 +1,450 @@
$header-height: 150px;
$mobile-header-height: 80px;
%cancel-button {
@extend %cancel-button;
color: #000;
border: 1px solid #999;
background: #ccc;
}
.site-header {
background: #fff;
}
.gru-nav-wrapper {
margin-top: -50px;
}
div.gru-nav {
.gru-nav-button .icon-bar {
border-width: 2px;
border-radius: 10px 0 0 10px;
}
&.toggled .gru-nav-button .icon-bar {
border-radius: 10px;
}
ul > li a {
font-weight: normal;
padding: 0.55em 20px;
}
}
div.gru-nav .gru-nav-button {
top: -20px;
@media screen and ($max-mobile-viewport) {
top: -15px;
}
@media screen and (max-width: 360px) {
left: -10px;
}
+ ul {
margin-bottom: 0;
position: absolute;
width: $width;
border-top: 0;
z-index: 1000;
}
}
@media screen and ($min-desktop-viewport) {
#pwa-navigation {
display: block;
max-width: $width;
margin: auto;
position: relative;
height: auto;
> div {
background: $nav-mobile-bottom-bar-background;
position: absolute;
left: 0;
top: #{0px - $header-height};
}
ul li {
margin: 0;
a {
padding-left: 15px;
padding-right: 15px;
background-position: 15px 50%;
padding-top: 0;
span {
text-align: left;
padding-left: 35px;
font-size: 15px;
}
span.badge {
padding: 0;
height: 20px;
width: 20px;
text-align: center;
left: 30px;
}
&:hover {
background-color:#03386a;
}
}
}
}
.pwa-navigation ~ footer {
margin-bottom: 0;
}
}
div.trackingcodeinputcell form {
input {
width: 62%;
@media screen and ($max-mobile-viewport) {
width: auto;
}
}
button {
margin: 0;
}
}
#columns, #sidebar {
margin-top: 0.5rem;
}
#footer {
font-size: 85%;
}
div#footer-wrapper {
background: linear-gradient(#bbb, #eee);
}
div#header {
border-top: $nav-mobile-bottom-bar-height solid $primary-color;
height: $header-height;
@media screen and ($max-mobile-viewport) {
height: $mobile-header-height;
border-top: 0;
}
#top #logo a {
display: block;
position: absolute;
right: 40%;
top: 20%;
@media screen and ($max-mobile-viewport) {
display: none;
}
}
#logo {
background: url('img/bandeau.png') top right no-repeat;
background-size: auto 66px;
@media screen and ($max-mobile-viewport) {
height: 60px;
background-size: auto 60px;
}
height: $header-height - $nav-mobile-bottom-bar-height;
z-index: 10;
position: absolute;
width: $width;
right: 0;
bottom: 0;
}
}
#pwa-navigation {
ul li {
a {
display: flex;
align-content: center;
align-items: center;
background-size: auto 30px;
@media screen and ($max-mobile-viewport) {
cursor: auto;
padding-top: $nav-mobile-bottom-bar-height / 2 + 10px;
}
> span {
height: auto;
font-weight: bold;
width: 100%;
}
}
}
}
.gru-content {
div.wcsformsofcategorycell {
picture img {
padding: 0;
}
li a::after {
color: $primary-color;
position: absolute;
font-family: FontAwesome;
right: 0.7em;
}
li.required-authentication a::after {
content: '\f234';
}
li.is-redirection a::after {
content: '\f08e';
}
h2:first-child {
background: transparent;
color: $font-color;
}
}
}
#toplinks {
height: $header-height - $nav-mobile-bottom-bar-height + 15px;
background: $primary-color;
box-sizing: border-box;
border-radius: 0;
box-shadow: none;
display: flex;
justify-content: center;
position: absolute;
top: 0 - $nav-mobile-bottom-bar-height;
right: 0;
min-width: 340px;
a, .sep {
color: #fff;
}
@media screen and ($max-mobile-viewport) {
top: 0;
height: $mobile-header-height;
padding-top: 0;
min-width: 261px;
padding-left: 1em;
padding-right: 1em;
a {
font-size: 90%;
&.logout {
display: none;
}
&.registration {
display: none;
}
}
}
}
ul.account-management .account-logout {
@media screen and ($min-desktop-viewport) {
display: none;
}
}
div#rub_service {
background-color: #fff;
h2 {
background-color: $primary-color;
color: $body-background;
}
.drafts-recall {
padding: 0 0.5rem;
}
h3 {
padding: 0;
}
}
div#sidebar div > div h2:first-child {
background: transparent;
color: $font-color;
}
div#tracking-code {
background: url('img/code.png') 0px 0px no-repeat;
background-size: auto 25px;
h3, a {
background: transparent;
display: inline-block;
border: none;
text-transform: uppercase;
padding-top: 5px;
}
a {
@media screen and ($max-mobile-viewport) {
padding-top: 0;
font-size: 175%;
}
}
h3 {
color: $font-color;
padding-left: 50px;
padding-right: 10px;
&::after {
content: none;
}
}
}
/* custom widget */
div.enquete_satisfaction {
& div.title {
margin-bottom: 10px;
}
input[type="radio"] {
margin: 45px 0 0 13px;
}
.content {
& br {
display: none;
}
& label {
width: 20%;
display: inline-block;
background: url('img/satisfaction-0.svg');
background-repeat: no-repeat;
background-size: contain;
height: 40px;
&:hover, &:focus, &:active {
background-image: url('img/satisfaction-0A.svg');
}
& span { visibility: hidden; }
}
& label ~ label {
background-image: url('img/satisfaction-1.svg');
&:hover, &:focus { background-image: url('img/satisfaction-1A.svg'); }
}
& label ~ label ~ label {
background-image: url('img/satisfaction-2.svg');
&:hover, &:focus {
background-image: url('img/satisfaction-2A.svg');
}
}
label ~ label ~ label ~ label {
background-image: url('img/satisfaction-3.svg');
&:hover, &:focus {
background-image: url('img/satisfaction-3A.svg');
}
}
}
}
.minutes {
&::before {
content: ' ';
width: 40px;
height: 35px;
background: url('img/5min.svg') no-repeat top left;
background-size: 35px 35px;
display: inline-block;
vertical-align: middle;
}
}
@each $i in 5, 10, 15, 20 {
.min#{$i}::before {
background: url('img/#{$i}min.svg');
background-size: cover;
}
}
ul#evolutions {
li div.msg, div.evolution-metadata {
background: #fff;
}
}
div.back-home-button {
padding: 0.5rem;
}
div.cell {
li {
font-size: 90%;
}
}
div.textcell.home-title h2:first-child {
background-color: rgba(50, 50, 50, 0.75);
color: #fff;
}
.carrousel-item-content {
width: 50%;
float: right;
background-color: rgba(50, 50, 50, 0.5);
@media screen and ($max-mobile-viewport) {
width: auto;
}
a {
font-size: 130%;
line-height: 1.75rem;
@media screen and ($max-mobile-viewport) {
font-size: 100%;
}
p {
font-size: 75%;
}
}
}
div.notificationscell,
div.link-list-cell,
div.wcscurrentdraftscell,
div.wcscurrentformscell,
div.trackingcodeinputcell,
div.block,
div.a2-block {
h2:first-child {
&::after {
content: "";
height: 2px;
width: 60px;
margin-top: 5px;
background: $primary-color;
display: block;
}
}
}
div.trackingcodeinputcell h2:first-child::after {
background: $font-color;
}
div.wcscurrentdraftscell span.form-status {
display: none;
}
div.notificationscell, div.wcscurrentformscell span.form-status {
color: #aaa;
font-size: 90%;
}
div.searchcell {
input.combo-search-input, button {
border: 1px solid #aaa;
height: 35px;
box-sizing: border-box;
}
input.combo-search-input {
margin-right: 0;
border-radius: $border-radius 0 0 $border-radius;
&:focus {
border: 1px solid #aaa;
}
}
button {
background-color: #ddd;
line-height: 24px;
margin: 0.2em 0px;
overflow: hidden;
width: 40px;
border-radius: 0 $border-radius $border-radius 0;
padding: 5px 8px;
border-left: 0;
&::before {
font-size: 1.4em;
content: '\f002';
font-family: FontAwesome;
margin-right: 20px;
color: #555;
}
&:hover {
background-color: #ddd;
}
}
}

View File

@ -0,0 +1,53 @@
$primary-color: #0055a4;
$font-color: #1a1a1a;
$font-size: 17px;
$font-family: Lato, sans-serif;
$link-color: $primary-color;
$lighter-primary-color: lighten($primary-color, 65%);
$width: 1200px;
$body-background: #efefef;
$footer-color: #000;
$nav-mobile-limit: 50000px;
$nav-border-color: white;
$border-radius: 3px;
$nav-after-image: false;
$nav-button-background: white;
$nav-button-color: $primary-color;
$nav-active-color: $primary-color;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-color: #eaeaea;
$nav-mobile-bottom-bar-height: 50px;
$nav-mobile-menu-background: $lighter-primary-color;
$buttons-order: cancel (grow), previous, submit;
$title-background: transparent;
$title-color: $font-color;
$title-font-size: 21px;
$cell-image-position: top;
$cell-entry-hover-background: $lighter-primary-color;
$cell-border: 0;
$button-border: 2px solid $primary-color;
$button-background: $primary-color;
$button-border-radius: 5px;
$widget-border: 1px solid $primary-color;
$widget-border-radius: 3px;
$widget-background: #efefef;
$widget-focus-background: #fff;
$wcs-step-current-background: $lighter-primary-color;
$wcs-step-color: $font-color;
$wcs-step-current-color: $wcs-step-color;
$wcs-step-background: #ddd;
$carrousel-navigation-bullet-border: 1px solid #ddd;

View File

@ -0,0 +1,15 @@
{
"label": "Arles 2020",
"variables": {
"pwa_display": "standalone",
"theme_color": "#0055a4",
"email_header_asset": "emails:logo"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"emails:logo": { "label": "Emails : logo" }
}
}
}
}

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="619px"
height="619px" viewBox="0 0 619 619" enable-background="new 0 0 619 619" xml:space="preserve">
<g id="Layer_1">
</g>
<g id="Calque_2">
<g>
<path fill="#26559F" d="M225.427,404.234V237.568h-29.333v-33.334h66.667v200H225.427z"/>
<path fill="#26559F" d="M296.093,204.234h133.333v200H296.093V204.234z M333.427,237.568v133.333h58.667V237.568H333.427z"/>
</g>
<rect x="1.266" y="-0.234" fill="none" width="616.469" height="619.469"/>
<g>
<path fill="#26559F" d="M318.33,80.689c24.703,0.909,48.398,5.758,70.473,13.95l28.712-69.317
C385.78,13.191,352.503,6.578,318.33,5.641V80.689z"/>
<path fill="#26559F" d="M404.505,101.153c22.027,10.123,42.152,23.671,59.701,39.959l53.065-53.065
c-24.774-23.443-52.988-42.32-84.049-56.226L404.505,101.153z"/>
</g>
</g>
<g id="Calque_3">
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="619px"
height="619px" viewBox="0 0 619 619" enable-background="new 0 0 619 619" xml:space="preserve">
<g id="Layer_1">
</g>
<g id="Calque_2">
<g>
<path fill="#26559F" d="M318.33,80.689c24.703,0.909,48.398,5.758,70.473,13.95l28.712-69.317
C385.78,13.191,352.503,6.578,318.33,5.641V80.689z"/>
<path fill="#26559F" d="M529.292,100.067l-53.065,53.065c16.288,17.548,29.836,37.673,39.959,59.7l69.333-28.718
C571.612,153.055,552.735,124.842,529.292,100.067z"/>
<path fill="#26559F" d="M404.505,101.153c22.027,10.123,42.152,23.671,59.701,39.959l53.065-53.065
c-24.774-23.443-52.988-42.32-84.049-56.226L404.505,101.153z"/>
</g>
<g>
<path fill="#26559F" d="M225.427,404.234V237.568h-29.333v-33.334h66.667v200H225.427z"/>
<path fill="#26559F" d="M296.093,204.234h133.333v33.334h-96v50h71l25,25v66.666l-25,25H296.093v-33.333h96v-50h-96V204.234z"/>
</g>
<rect x="1.266" y="-0.234" fill="none" width="616.469" height="619.469"/>
</g>
<g id="Calque_3">
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="619px"
height="619px" viewBox="0 0 619 619" enable-background="new 0 0 619 619" xml:space="preserve">
<g id="Layer_1">
</g>
<g id="Calque_2">
<g>
<path fill="#26559F" d="M318.33,77.189c24.703,0.909,48.398,5.758,70.473,13.95l28.712-69.317
C385.78,9.691,352.503,3.078,318.33,2.141V77.189z"/>
<path fill="#26559F" d="M529.292,96.567l-53.065,53.065c16.288,17.548,29.836,37.673,39.959,59.7l69.333-28.718
C571.612,149.555,552.735,121.342,529.292,96.567z"/>
<path fill="#26559F" d="M404.505,97.653c22.027,10.123,42.152,23.671,59.701,39.959l53.065-53.065
c-24.774-23.443-52.988-42.32-84.049-56.226L404.505,97.653z"/>
<path fill="#26559F" d="M522.7,225.037c8.193,22.074,13.041,45.77,13.951,70.473H611.7c-0.938-34.173-7.552-67.451-19.682-99.186
L522.7,225.037z"/>
</g>
<g>
<path fill="#26559F" d="M160.091,200.734h133.333v116.667h-96v50h96v33.333H160.091V284.068h96v-50h-96V200.734z"/>
<path fill="#26559F" d="M326.754,200.734h133.334v200H326.754V200.734z M364.087,234.068v133.333h58.667V234.068H364.087z"/>
</g>
<rect x="1.266" y="-3.734" fill="none" width="616.469" height="619.469"/>
</g>
<g id="Calque_3">
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="619px"
height="619px" viewBox="0 0 619 619" enable-background="new 0 0 619 619" xml:space="preserve">
<g id="Layer_1">
</g>
<g id="Calque_2">
<g>
<g>
<path fill="#26559F" d="M244.09,204.234h133.334v33.334h-96v50h71l25,25v66.666l-25,25H244.09v-33.333h96V320.9h-96V204.234z"/>
</g>
<g>
<path fill="#26559F" d="M318.33,80.689c24.703,0.909,48.398,5.758,70.473,13.95l28.712-69.317
C385.78,13.191,352.503,6.578,318.33,5.641V80.689z"/>
</g>
<rect x="1.266" y="-0.234" fill="none" width="616.469" height="619.469"/>
</g>
</g>
<g id="Calque_3">
</g>
</svg>

After

Width:  |  Height:  |  Size: 947 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="158.74px" height="158.74px" viewBox="0 0 158.74 158.74" enable-background="new 0 0 158.74 158.74" xml:space="preserve">
<g>
<circle fill="#BE0027" cx="79.37" cy="79.331" r="79.37"/>
<path fill="none" stroke="#000000" stroke-width="9.9213" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M43.321,122.984c3.331-15.213,16.14-30.756,36.049-30.756c19.91,0,32.763,14.882,36.05,30.756"/>
<g>
<g>
<ellipse cx="49.613" cy="57.015" rx="12.898" ry="14.061"/>
<ellipse cx="109.144" cy="57.015" rx="12.897" ry="14.061"/>
</g>
<g>
<path d="M65.562,55.062L40.276,33.565c-2.278-1.938-2.833-5.078-1.237-7.016c1.596-1.937,4.736-1.937,7.015,0l26.524,28.512
C72.578,55.062,66.702,56.03,65.562,55.062z"/>
</g>
<g>
<path d="M86.482,55.062l26.523-28.512c2.279-1.937,5.42-1.937,7.016,0c1.596,1.938,1.041,5.078-1.236,7.016L93.498,55.062
C92.359,56.03,86.482,55.062,86.482,55.062z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="158.74px" height="158.74px" viewBox="0 0 158.74 158.74" enable-background="new 0 0 158.74 158.74" xml:space="preserve">
<g>
<g>
<path fill="#BE0027" d="M79.37,3.961c41.56,0,75.37,33.811,75.37,75.37c0,41.56-33.811,75.37-75.37,75.37
C37.811,154.701,4,120.891,4,79.331C4,37.772,37.811,3.961,79.37,3.961 M79.37-0.039C35.536-0.039,0,35.496,0,79.331
s35.536,79.37,79.37,79.37c43.835,0,79.37-35.535,79.37-79.37S123.205-0.039,79.37-0.039L79.37-0.039z"/>
</g>
<path fill="none" stroke="#BE0027" stroke-width="9.9213" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M43.321,122.984c3.331-15.213,16.14-30.756,36.049-30.756c19.91,0,32.763,14.882,36.05,30.756"/>
<g>
<g>
<ellipse fill="#BE0027" cx="49.613" cy="57.015" rx="12.898" ry="14.061"/>
<ellipse fill="#BE0027" cx="109.144" cy="57.015" rx="12.897" ry="14.061"/>
</g>
<g>
<path fill="#BE0027" d="M65.562,55.062L40.276,33.565c-2.278-1.938-2.833-5.078-1.237-7.016c1.596-1.937,4.736-1.937,7.015,0
l26.524,28.512C72.578,55.062,66.702,56.03,65.562,55.062z"/>
</g>
<g>
<path fill="#BE0027" d="M86.482,55.062l26.523-28.512c2.279-1.937,5.42-1.937,7.016,0c1.596,1.938,1.041,5.078-1.236,7.016
L93.498,55.062C92.359,56.03,86.482,55.062,86.482,55.062z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="158.74px" height="158.74px" viewBox="0 0 158.74 158.74" enable-background="new 0 0 158.74 158.74" xml:space="preserve">
<g>
<circle fill="#D68E24" cx="79.37" cy="79.37" r="79.37"/>
<g>
<ellipse cx="49.604" cy="50.523" rx="12.898" ry="15.467"/>
<ellipse cx="109.134" cy="50.523" rx="12.899" ry="15.467"/>
</g>
<path fill="none" stroke="#000000" stroke-width="8.4143" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M43.32,119.717c5.626-6.898,16.14-13.559,36.049-13.559c19.907,0,30.842,5.945,36.049,13.559"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 943 B

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="158.74px" height="158.74px" viewBox="0 0 158.74 158.74" enable-background="new 0 0 158.74 158.74" xml:space="preserve">
<g>
<g>
<path fill="#D68E24" d="M79.37,4c41.56,0,75.37,33.811,75.37,75.37c0,41.56-33.811,75.37-75.37,75.37
C37.811,154.74,4,120.93,4,79.37C4,37.811,37.811,4,79.37,4 M79.37,0C35.536,0,0,35.535,0,79.37s35.536,79.37,79.37,79.37
c43.835,0,79.37-35.535,79.37-79.37S123.205,0,79.37,0L79.37,0z"/>
</g>
<g>
<ellipse fill="#D68E24" cx="49.604" cy="50.523" rx="12.898" ry="15.467"/>
<ellipse fill="#D68E24" cx="109.134" cy="50.523" rx="12.899" ry="15.467"/>
</g>
<path fill="none" stroke="#D68E24" stroke-width="8.4143" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M43.32,119.717c5.626-6.898,16.14-13.559,36.049-13.559c19.907,0,30.842,5.945,36.049,13.559"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="158.74px" height="158.74px" viewBox="0 0 158.74 158.74" enable-background="new 0 0 158.74 158.74" xml:space="preserve">
<g>
<circle fill="#AACE36" cx="79.37" cy="79.37" r="79.37"/>
<g>
<ellipse cx="49.603" cy="51.507" rx="12.898" ry="16.452"/>
<ellipse cx="109.133" cy="51.507" rx="12.898" ry="16.452"/>
</g>
<path fill="none" stroke="#000000" stroke-width="9.9214" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M115.417,102.189c-5.626,9.59-16.14,18.85-36.049,18.85s-30.84-8.268-36.049-18.85"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 933 B

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="158.74px" height="158.74px" viewBox="0 0 158.74 158.74" enable-background="new 0 0 158.74 158.74" xml:space="preserve">
<g>
<g>
<path fill="#AACE36" d="M79.368,4c41.56,0,75.371,33.811,75.371,75.37c0,41.56-33.812,75.37-75.371,75.37
C37.81,154.74,4,120.93,4,79.37C4,37.811,37.81,4,79.368,4 M79.368,0C35.535,0,0,35.535,0,79.37s35.535,79.37,79.368,79.37
c43.836,0,79.371-35.535,79.371-79.37S123.204,0,79.368,0L79.368,0z"/>
</g>
<g>
<ellipse fill="#AACE36" cx="49.603" cy="51.507" rx="12.898" ry="16.452"/>
<ellipse fill="#AACE36" cx="109.133" cy="51.507" rx="12.898" ry="16.452"/>
</g>
<path fill="none" stroke="#AACE36" stroke-width="9.9214" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M115.417,102.189c-5.626,9.59-16.14,18.85-36.049,18.85s-30.84-8.268-36.049-18.85"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="158.74px" height="158.74px" viewBox="0 0 158.74 158.74" enable-background="new 0 0 158.74 158.74" xml:space="preserve">
<g>
<circle fill="#49A644" cx="79.37" cy="79.37" r="79.37"/>
<g>
<ellipse cx="49.604" cy="52.913" rx="12.897" ry="17.858"/>
<ellipse cx="109.135" cy="52.913" rx="12.897" ry="17.858"/>
</g>
<path fill="none" stroke="#000000" stroke-width="9.9213" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M123.56,97.725c-4.084,18.648-19.784,37.701-44.189,37.701s-40.161-18.243-44.19-37.701H123.56z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 946 B

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="158.74px" height="158.74px" viewBox="0 0 158.74 158.74" enable-background="new 0 0 158.74 158.74" xml:space="preserve">
<g>
<g>
<path fill="#49A644" d="M79.37,4c41.56,0,75.37,33.811,75.37,75.37c0,41.56-33.811,75.37-75.37,75.37
C37.811,154.74,4,120.93,4,79.37C4,37.811,37.811,4,79.37,4 M79.37,0C35.535,0,0,35.535,0,79.37s35.535,79.37,79.37,79.37
c43.836,0,79.37-35.535,79.37-79.37S123.206,0,79.37,0L79.37,0z"/>
</g>
<g>
<ellipse fill="#49A644" cx="49.604" cy="52.913" rx="12.897" ry="17.858"/>
<ellipse fill="#49A644" cx="109.135" cy="52.913" rx="12.897" ry="17.858"/>
</g>
<path fill="none" stroke="#49A644" stroke-width="9.9213" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
M123.56,97.725c-4.084,18.648-19.784,37.701-44.189,37.701s-40.161-18.243-44.19-37.701H123.56z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,5 @@
@charset "UTF-8";
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,5 @@
{% extends "authentic2/accounts.html" %}
{% block account-management-bottom-actions %}
<li class="account-logout"><a href="{% url 'auth_logout' %}">Se déconnecter</a></li>
{% endblock %}

View File

@ -0,0 +1,7 @@
{% extends "authentic2/login_password_form.html" %}
{% load i18n %}
{% block form %}
<h3>Je m'identifie avec mon adresse électronique</h3>
{{ block.super }}
{% endblock %}

View File

@ -0,0 +1,7 @@
{% extends "authentic2_auth_fc/login.html" %}
{% load i18n %}
{% block login %}
<h3>Je m'identifie avec FranceConnect</h3>
{{ block.super }}
{% endblock %}