css rorschach theme

This commit is contained in:
2023-06-18 20:42:25 +02:00
parent 0e6de56e3e
commit 71b72cb231
26 changed files with 406 additions and 205 deletions
@@ -6,11 +6,17 @@
margin: auto;
background-color: hotpink; }
table, th, td {
border: 1px solid; }
#main-content {
background-color: blueviolet; }
table {
border-collapse: collapse; }
table thead th {
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem; }
table tbody td {
border: 1px solid #333;
text-align: center;
padding: 1rem; }
/*global*/
@font-face {
@@ -106,30 +112,33 @@ table, th, td {
font-style: normal; }
/* Colors used for EQL */
.block {
box-shadow: 1px 0px 1px black; }
.layout-container {
font-family: "Marianne", sans-serif;
margin: none;
top: 0%;
left: 0%;
width: 100%;
overflow: hidden;
display: flex;
flex-flow: row wrap; }
overflow: hidden; }
.layout-container header {
flex: 0 0 100%; }
flex: 0 0 100%;
grid-row: 1; }
.layout-container main {
position: relative; }
width: 100%;
position: relative;
grid-column: 1 / 5;
grid-row: 2 / span 4; }
.layout-container main .layout-content {
margin-left: 3rem;
margin-right: 3rem;
padding-bottom: 6rem; }
.layout-container main .layout-content .field__label {
visibility: hidden; }
.layout-container aside {
grid-column: 5 /span 6;
grid-row: 2 /span 4; }
.layout-container footer {
flex: 0 0 100%; }
.layout-content {
padding-top: 7rem;
padding-bottom: 6rem; }
.layout-content .field__label {
visibility: hidden; }
grid-column: 1 / span 10;
grid-row: 6; }
a {
text-decoration: none; }
@@ -790,9 +799,6 @@ a {
.field--name-field-subheading {
font-size: 2rem; }
.block {
border: black; }
article.node-type-book {
width: 70%; }
article.node-type-book h2 {
@@ -800,14 +806,50 @@ article.node-type-book {
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; }
justify-content: space-between;
list-style: none;
box-shadow: 0px 0px 1px black; }
article.node-type-book .links.inline {
list-style: none;
box-shadow: 0px 0px 1px black; }
#edit-field-article-0-subform-field-subheading-0-format {
font-size: 1rem;
visibility: hidden; }
#edit-field-article-1-subform-field-subheading-0-format {
font-size: 1rem;
visibility: hidden; }
#edit-field-article-2-subform-field-subheading-0-format {
font-size: 1rem;
visibility: hidden; }
#edit-field-article-3-subform-field-subheading-0-format {
font-size: 1rem;
visibility: hidden; }
#edit-field-article-4-subform-field-subheading-0-format {
font-size: 1rem;
visibility: hidden; }
#edit-field-article-5-subform-field-subheading-0-format {
font-size: 1rem;
visibility: hidden; }
#edit-field-article-6-subform-field-subheading-0-format {
font-size: 1rem;
visibility: hidden; }
#edit-field-article-8-subform-field-subheading-0-format {
font-size: 1rem;
visibility: hidden; }
/*partials*/
.layout-container {
position: relative;
width: 100vw; }
.layout-container header {
position: fixed;
z-index: 99;
width: 100vw; }
@@ -857,7 +899,6 @@ article.node-type-book {
padding-bottom: 0.8rem;
max-width: inherit;
width: 220px;
align-items: center;
height: 20px; }
#header-top .region-header-top-left ul li a {
color: black; }
@@ -967,3 +1008,14 @@ article.node-type-book {
#fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
padding-right: 1rem;
padding-bottom: 1rem; }
#block-breadcrumbs nav ol {
list-style: none;
display: flex;
flex-direction: row;
justify-content: flex-start; }
#block-breadcrumbs nav ol li {
padding-right: 1rem; }
#block-breadcrumbs nav ol li ::after {
padding-left: 1rem;
content: " >"; }