Adapts the Lagrange style

* #entete comes back to .menu-line
* the <hr> is removed by the style
This commit is contained in:
Christophe HENRY 2022-07-29 12:05:02 +02:00
parent 0834fd3bc9
commit c36e9347a6
1 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ a {
text-align: left; text-align: left;
} }
.menu:nth-of-type(3) .menu-line { .menu:nth-of-type(3) .menu-line {
text-align: right; text-align: left;
} }
.menu a, .menu a:visited { .menu a, .menu a:visited {
@ -48,7 +48,7 @@ a {
#color: #000; #color: #000;
} }
.menu hr { .menu hr {
border: 1px solid lightgrey; border: 0;
} }
/* /*
@ -228,12 +228,12 @@ body {
margin-right: 0em; margin-right: 0em;
padding-right: 0em; padding-right: 0em;
} }
#entete { .menu-line {
font-size: 100%; font-size: 100%;
/*color: darken(@bg,15%);*/ /*color: darken(@bg,15%);*/
padding: 2em; padding: 2em;
} }
#entete h1 a { .menu-line h1 a {
/* color: #956a11; /* color: #956a11;
font-weight: 300; font-weight: 300;
*/ */
@ -412,10 +412,10 @@ img {
/* Orange Colors (for lagrange.css) */ /* Orange Colors (for lagrange.css) */
#entete { .menu-line {
background-color: #efd9b7; background-color: #efd9b7;
} }
#entete h1 a { .menu-line h1 a {
color: #262626; color: #262626;
font-weight: 300; font-weight: 300;
} }