cleanup basic css

This commit is contained in:
2023-06-15 15:03:05 +02:00
parent 0a62c93aa3
commit 0e6de56e3e
69 changed files with 459 additions and 3999 deletions
@@ -6,6 +6,12 @@
margin: auto;
background-color: hotpink; }
table, th, td {
border: 1px solid; }
#main-content {
background-color: blueviolet; }
/*global*/
@font-face {
font-family: 'Font Awesome';
@@ -100,6 +106,9 @@
font-style: normal; }
/* Colors used for EQL */
.block {
box-shadow: 1px 0px 1px black; }
.layout-container {
font-family: "Marianne", sans-serif;
margin: none;
@@ -122,24 +131,6 @@
.layout-content .field__label {
visibility: hidden; }
.path-frontpage {
margin: 0; }
.path-node {
margin: 0; }
.path-node main {
width: 100%; }
.path-node .main-content {
margin-top: 7rem; }
.path-node .field--name-field-titre .field__item {
color: #09398b;
font-weight: 900;
font-size: 2rem; }
.path-node .field--name-field-titre .field__label {
visibility: hidden; }
.path-node .inter-titre {
color: #009ee3; }
a {
text-decoration: none; }
@@ -799,6 +790,18 @@ a {
.field--name-field-subheading {
font-size: 2rem; }
.block {
border: black; }
article.node-type-book {
width: 70%; }
article.node-type-book h2 {
visibility: hidden; }
article.node-type-book div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) {
display: flex;
flex-direction: row;
justify-content: space-between; }
/*partials*/
.layout-container {
position: relative;
@@ -817,6 +820,9 @@ a {
color: black;
top: 0%;
scroll-margin: 8rem; }
#header-top .region-header-top-rigth {
display: flex;
flex-direction: row; }
#header-top .region-header-top-left {
display: flex;
flex-direction: row; }