modules/header.raw : correction titre
This commit is contained in:
parent
5de96b847c
commit
d1482c9fcb
|
@ -15,13 +15,13 @@
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
<a role="link" id="site_link" href="/" title="Accueil Association Libre en Communs">
|
<a role="link" id="site_link" href="/" title="Association Libre en Communs">
|
||||||
<header id="header">
|
<header id="header">
|
||||||
<div id="header_logo">
|
<div id="header_logo">
|
||||||
<img id="header_logo_image" src="/template/logo_a-lec.svg" alt="Logo de l'association Libre en Communs">
|
<img id="header_logo_image" src="/template/logo_a-lec.svg" alt="Logo de l'association Libre en Communs">
|
||||||
</div>
|
</div>
|
||||||
<div id="header_abouts">
|
<div id="header_abouts">
|
||||||
<p id="header_title">Association Libre en Communs</p>
|
<p id="header_title">Libre en Communs</p>
|
||||||
<p id="header_about">“Connaissance, partage, éducation, solidarité„</p>
|
<p id="header_about">“Connaissance, partage, éducation, solidarité„</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -233,22 +233,17 @@ header#header {
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-image: url(../template/electronic.jpg);
|
background-image: url(../template/electronic.jpg);
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
margin-top: 0px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
place-content: baseline center;
|
|
||||||
}
|
|
||||||
div#header_logo {
|
|
||||||
display:none;
|
|
||||||
background-image:url("logo_a-lec.svg");
|
|
||||||
}
|
}
|
||||||
|
div#header_logo {}
|
||||||
img#header_logo_image {
|
img#header_logo_image {
|
||||||
align-items: start;
|
align-items: start;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
place-content: baseline center;
|
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 300%;
|
font-size: 300%;
|
||||||
|
margin: 20px;
|
||||||
}
|
}
|
||||||
div#header_abouts {}
|
div#header_abouts {}
|
||||||
p#header_title {
|
p#header_title {
|
||||||
|
|
Loading…
Reference in New Issue