Image
This commit is contained in:
parent
de763ec28d
commit
e933d46f7d
BIN
electronic.png
BIN
electronic.png
Binary file not shown.
Before Width: | Height: | Size: 425 KiB After Width: | Height: | Size: 723 KiB |
24
styles.css
24
styles.css
|
@ -18,7 +18,7 @@
|
|||
--chalec_red: #b11107;
|
||||
--chalec_yellow: #ecb41a;
|
||||
--chalec_black: #2d3842;
|
||||
--chalec_white: #fefff9;
|
||||
--chalec_white: #ffffff;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -148,36 +148,36 @@ header {
|
|||
*/
|
||||
|
||||
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-image: url(../templates/electronic.png), url(../templates/fond_titre.png);
|
||||
background-position: 0 0, 0 50%;
|
||||
background-repeat: repeat, no-repeat;
|
||||
background-size: auto, cover;
|
||||
background-image: url(../templates/electronic.png);
|
||||
background-position: 0 0;
|
||||
background-repeat: repeat;
|
||||
background-size: auto;
|
||||
}
|
||||
|
||||
#chalec_footer h1 {
|
||||
font-size: 130%;
|
||||
color: #FFF;
|
||||
color: var(--chalec_yellow);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#chalec_footer {
|
||||
color: #FFF;
|
||||
color: var(--chalec_black);;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#chalec_footer a {
|
||||
color: var(--chalec_yellow);
|
||||
color: var(--chalec_blue);
|
||||
}
|
||||
|
||||
#chalec_footer a:hover {
|
||||
color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#chalec_footer b {
|
||||
color: var(--chalec_blue);
|
||||
color: var(--chalec_red);
|
||||
}
|
||||
|
||||
div#chalec_copyright {
|
||||
|
@ -622,4 +622,4 @@ h1,h2,h3,h4,h5,h6 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue