|
@@ -71,6 +71,13 @@
|
|
header[role="banner"]{
|
|
header[role="banner"]{
|
|
pointer-events: all;
|
|
pointer-events: all;
|
|
// TODO: what header height to fit well with player ??
|
|
// TODO: what header height to fit well with player ??
|
|
|
|
+
|
|
|
|
+ > .wrapper > .region-header > .block{
|
|
|
|
+ // outline: 1px solid orange;
|
|
|
|
+ }
|
|
|
|
+ #audio-player {
|
|
|
|
+ // outline: 1px solid red;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
#block-edlptheme-branding{
|
|
#block-edlptheme-branding{
|
|
@@ -885,6 +892,13 @@ main[role="main"]{
|
|
// background-color: white;
|
|
// background-color: white;
|
|
height:100%;
|
|
height:100%;
|
|
min-width:700px;
|
|
min-width:700px;
|
|
|
|
+ width: calc(100% - 460px);
|
|
|
|
+ // width: calc(100% - 950px);
|
|
|
|
+ @media only screen and (max-width: 1270px) {
|
|
|
|
+ width: calc(100% - 180px);
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ }
|
|
z-index: 20;
|
|
z-index: 20;
|
|
opacity: 0;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
@@ -953,11 +967,13 @@ main[role="main"]{
|
|
height:100%;
|
|
height:100%;
|
|
}
|
|
}
|
|
.cartel{
|
|
.cartel{
|
|
|
|
+ // outline: 1px solid green;
|
|
|
|
+ vertical-align: top;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ margin-top: 0.5em;
|
|
|
|
+ margin-left: 1em;
|
|
// min-width: 200px;
|
|
// min-width: 200px;
|
|
width: calc(100% - 260px);
|
|
width: calc(100% - 260px);
|
|
- // outline: 1px solid orange;
|
|
|
|
- margin-left: 1em;
|
|
|
|
// background-color: white;
|
|
// background-color: white;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
transition: opacity 0.5s ease-in-out;
|
|
transition: opacity 0.5s ease-in-out;
|
|
@@ -984,12 +1000,12 @@ main[role="main"]{
|
|
}
|
|
}
|
|
h2.node-title{
|
|
h2.node-title{
|
|
margin:0.2em 0 0;
|
|
margin:0.2em 0 0;
|
|
- font-size: 0.9em;
|
|
|
|
|
|
+ font-size: 1em;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
p{
|
|
p{
|
|
margin:0;
|
|
margin:0;
|
|
- font-size: 0.756em;
|
|
|
|
|
|
+ font-size: 0.882em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.second-cartel{
|
|
.second-cartel{
|