This commit is contained in:
armansansd
2021-06-24 13:58:20 +02:00
30 changed files with 916 additions and 67 deletions

View File

@@ -1162,30 +1162,50 @@ main h2 {
a {
color: inherit; }
#header-top-right .header_top_rigth_container {
.close-block, .open-block {
background: red;
cursor: pointer; }
.header_top_left_container {
height: 3rem; }
.header_top_left_container #block-identitedusite {
height: 100%; }
.header_top_left_container #block-identitedusite a[rel~='home'] {
height: 100%;
display: block;
color: transparent;
background: left/contain no-repeat url(../images/popsu-home-logo.png); }
.header_top_middle_container {
background: red; }
.header_top_middle_container .views-row {
display: inline-block;
width: auto; }
#header-top-right .header_top_right_container {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #a1a1a1;
display: grid;
display: none;
grid-template-columns: 5% 30% 30% 30% 5%;
padding: 1rem 0;
z-index: 100;
line-height: 2; }
#header-top-right .header_top_rigth_container nav {
#header-top-right .header_top_right_container nav {
grid-column-start: 2; }
#header-top-right .header_top_rigth_container a {
#header-top-right .header_top_right_container a {
text-decoration: none;
font-weight: 400; }
#header-top-right .header_top_rigth_container a:hover {
#header-top-right .header_top_right_container a:hover {
text-decoration: underline; }
#header-top-right .header_top_rigth_container h2 {
#header-top-right .header_top_right_container h2 {
font-weight: 100;
margin-bottom: .3rem; }
#header-top-right .header_top_rigth_container .is-active {
#header-top-right .header_top_right_container .is-active {
font-weight: 800; }
#header-top-right .header_top_rigth_container #block-views-block-programmes-block-2 .views-row {
#header-top-right .header_top_right_container #block-views-block-programmes-block-2-2 .views-row {
width: 100%; }
footer * {

File diff suppressed because one or more lines are too long