This commit is contained in:
Adrien Bourmault 2022-04-10 17:59:09 +02:00
parent de763ec28d
commit e933d46f7d
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
2 changed files with 12 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 KiB

After

Width:  |  Height:  |  Size: 723 KiB

View File

@ -18,7 +18,7 @@
--chalec_red: #b11107; --chalec_red: #b11107;
--chalec_yellow: #ecb41a; --chalec_yellow: #ecb41a;
--chalec_black: #2d3842; --chalec_black: #2d3842;
--chalec_white: #fefff9; --chalec_white: #ffffff;
} }
/* /*
@ -148,36 +148,36 @@ header {
*/ */
footer { footer {
background: #2d4b63 50% 0 url(../templates/fond_titre.png) no-repeat; /* old IE fallback */ background: #e0f0ff; /* old IE fallback */
background-attachment: fixed, scroll; background-attachment: fixed, scroll;
background-image: url(../templates/electronic.png), url(../templates/fond_titre.png); background-image: url(../templates/electronic.png);
background-position: 0 0, 0 50%; background-position: 0 0;
background-repeat: repeat, no-repeat; background-repeat: repeat;
background-size: auto, cover; background-size: auto;
} }
#chalec_footer h1 { #chalec_footer h1 {
font-size: 130%; font-size: 130%;
color: #FFF; color: var(--chalec_yellow);
font-weight: bold; font-weight: bold;
} }
#chalec_footer { #chalec_footer {
color: #FFF; color: var(--chalec_black);;
height: 100%; height: 100%;
} }
#chalec_footer a { #chalec_footer a {
color: var(--chalec_yellow); color: var(--chalec_blue);
} }
#chalec_footer a:hover { #chalec_footer a:hover {
color: #000; color: #fff;
} }
#chalec_footer b { #chalec_footer b {
color: var(--chalec_blue); color: var(--chalec_red);
} }
div#chalec_copyright { div#chalec_copyright {