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 {
|
||||
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_banner,
|
||||
|
@ -125,12 +125,12 @@ header {
|
|||
|
||||
#chalec_site-titles h2 {
|
||||
font-weight: normal;
|
||||
color: #FFF;
|
||||
color: var(--chalec_red);
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
#chalec_site-name a {
|
||||
color: #FFF;
|
||||
color: var(--chalec_yellow);
|
||||
font-weight: bold;
|
||||
font-size: 240%;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in New Issue