Dernière version de header
This commit is contained in:
parent
fc7f54d1f9
commit
32fe2726ef
23
index.html
23
index.html
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<section class="introduction" id="a-lec-introduction">
|
<section class="introduction" id="a-lec-introduction">
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<h1>Libre en Communs</h1>
|
<h1><a href="/" style="color: #ffffff">Libre en Communs</a></h1>
|
||||||
<h2>“Connaissance, partage, éducation et solidarité„</h2>
|
<h2>“Connaissance, partage, éducation et solidarité„</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -156,25 +156,8 @@
|
||||||
<h3 class="select">Derniers articles et évènements:</h3>
|
<h3 class="select">Derniers articles et évènements:</h3>
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
<ul>
|
<ul>
|
||||||
<!-- Article -->
|
<!--# include file="articles/article_list.html" -->
|
||||||
<li>
|
</ul>
|
||||||
<a href="#" class="latest-article-name">
|
|
||||||
Un premier article
|
|
||||||
</a> de
|
|
||||||
<a href="https://git.a-lec.org/julian" class="author-name">
|
|
||||||
Julian Barathieu, président
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<!-- Article -->
|
|
||||||
<li>
|
|
||||||
<a href="#" class="latest-article-name">
|
|
||||||
Un second article
|
|
||||||
</a> de
|
|
||||||
<a href="https://git.a-lec.org/neox" class="author-name">
|
|
||||||
Adrien Bourmault, trésorier
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
13
styles.css
13
styles.css
|
@ -19,7 +19,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #13c8e8;
|
color: #1a4159;
|
||||||
-webkit-transition: all 0.25s ease-out;
|
-webkit-transition: all 0.25s ease-out;
|
||||||
-moz-transition: all 0.25s ease-out;
|
-moz-transition: all 0.25s ease-out;
|
||||||
transition: all 0.25s ease-out;
|
transition: all 0.25s ease-out;
|
||||||
|
@ -102,6 +102,16 @@ h3 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
margin: 1.5em 0 0 0;
|
||||||
|
color: #2e394c;
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 2.4em;
|
||||||
|
font-weight: normal;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0.75em 0;
|
margin: 0.75em 0;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
|
@ -174,7 +184,6 @@ div.apropos p, div.apropossuite p {
|
||||||
text-decoration: underline dotted;
|
text-decoration: underline dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* sidebar base styles */
|
/* sidebar base styles */
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background: #eadde4;
|
background: #eadde4;
|
||||||
|
|
Loading…
Reference in New Issue