Image
This commit is contained in:
parent
3b1ea81ef2
commit
de763ec28d
BIN
electronic.png
BIN
electronic.png
Binary file not shown.
Before Width: | Height: | Size: 537 KiB After Width: | Height: | Size: 425 KiB |
14
styles.css
14
styles.css
|
@ -85,13 +85,13 @@ aside {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
header {
|
header {
|
||||||
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_banner,
|
#chalec_banner,
|
||||||
|
@ -125,12 +125,12 @@ header {
|
||||||
|
|
||||||
#chalec_site-titles h2 {
|
#chalec_site-titles h2 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #FFF;
|
color: var(--chalec_red);
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chalec_site-name a {
|
#chalec_site-name a {
|
||||||
color: #FFF;
|
color: var(--chalec_yellow);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 240%;
|
font-size: 240%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in New Issue