css ressource
This commit is contained in:
+80
-4
@@ -2111,8 +2111,27 @@ a {
|
||||
.page-node-type-ressource .layout__region--top {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(8, 1fr) 1fr;
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-images {
|
||||
display: none;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-images {
|
||||
grid-column: 2/span 4;
|
||||
grid-row: 1/span 5;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640 {
|
||||
width: 100%;
|
||||
@@ -2127,6 +2146,13 @@ a {
|
||||
padding-bottom: 0.5rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640 {
|
||||
width: 50%;
|
||||
grid-column: 5/span 7;
|
||||
grid-row: 1;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-type-de-ressource {
|
||||
margin-top: 2rem;
|
||||
margin-left: 13%;
|
||||
@@ -2140,6 +2166,13 @@ a {
|
||||
margin-right: 9%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-type-de-ressource {
|
||||
width: 50%;
|
||||
grid-column: 5/span 7;
|
||||
grid-row: 1;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle {
|
||||
margin-left: 13%;
|
||||
font-size: 2rem;
|
||||
@@ -2151,6 +2184,13 @@ a {
|
||||
margin-right: 9%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle {
|
||||
width: 50%;
|
||||
grid-column: 5/span 7;
|
||||
grid-row: 2;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre {
|
||||
margin-left: 13%;
|
||||
}
|
||||
@@ -2163,6 +2203,13 @@ a {
|
||||
margin-right: 9%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre {
|
||||
width: 50%;
|
||||
grid-column: 5/span 7;
|
||||
grid-row: 3;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition {
|
||||
margin-left: 13%;
|
||||
}
|
||||
@@ -2175,6 +2222,13 @@ a {
|
||||
margin-right: 9%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition {
|
||||
width: 50%;
|
||||
grid-column: 5/span 7;
|
||||
grid-row: 4;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- {
|
||||
margin-left: 13%;
|
||||
}
|
||||
@@ -2191,6 +2245,13 @@ a {
|
||||
margin-right: 9%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- {
|
||||
width: 50%;
|
||||
grid-column: 5/span 7;
|
||||
grid-row: 5;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-date-de-parution {
|
||||
margin-left: 13%;
|
||||
}
|
||||
@@ -2200,6 +2261,13 @@ a {
|
||||
margin-right: 9%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1100px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-date-de-parution {
|
||||
width: 50%;
|
||||
grid-column: 5/span 7;
|
||||
grid-row: 6;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-mots-clefs {
|
||||
margin-left: 13%;
|
||||
}
|
||||
@@ -2230,6 +2298,13 @@ a {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 800px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-mots-clefs {
|
||||
width: 50%;
|
||||
grid-column: 5/span 7;
|
||||
grid-row: 7;
|
||||
}
|
||||
}
|
||||
.page-node-type-ressource .layout__region--first {
|
||||
margin-top: 3rem;
|
||||
position: relative;
|
||||
@@ -5594,9 +5669,9 @@ a {
|
||||
align-items: flex-end;
|
||||
}
|
||||
#header-top #block-socialnetwork-2 p .link-twitter:before {
|
||||
content: url("../images/pictos/twitter_white.svg");
|
||||
content: url("../images/pictos/logo_x_blanc.svg");
|
||||
min-width: 30px;
|
||||
padding-bottom: 0.3rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
#header-top #block-socialnetwork-2 p .link-youtube {
|
||||
display: flex;
|
||||
@@ -5762,8 +5837,9 @@ a {
|
||||
display: flex;
|
||||
}
|
||||
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter:before {
|
||||
content: url("../images/pictos/twitter_black.svg");
|
||||
content: url("../images/pictos/logo_x_noir.svg");
|
||||
min-width: 50px;
|
||||
align-self: center;
|
||||
}
|
||||
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube {
|
||||
display: flex;
|
||||
|
||||
Binary file not shown.
+2671
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 434 KiB |
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+2993
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 169 KiB |
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+2281
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 144 KiB |
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+6382
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 296 KiB |
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+6377
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 977 KiB |
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+1552
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 120 KiB |
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user