|
@@ -13,11 +13,11 @@
|
|
@import 'base/fonts';
|
|
@import 'base/fonts';
|
|
|
|
|
|
@mixin spining-loader-square{
|
|
@mixin spining-loader-square{
|
|
|
|
+ animation: rotation 2s infinite linear;
|
|
@keyframes rotation {
|
|
@keyframes rotation {
|
|
from {transform: rotate(0deg);}
|
|
from {transform: rotate(0deg);}
|
|
to {transform: rotate(359deg);}
|
|
to {transform: rotate(359deg);}
|
|
}
|
|
}
|
|
- animation: rotation 2s infinite linear;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@mixin entree-micro-square {
|
|
@mixin entree-micro-square {
|
|
@@ -132,6 +132,9 @@ header[role="banner"]{
|
|
|
|
|
|
#block-edlptheme-branding{
|
|
#block-edlptheme-branding{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
+ opacity: 1;
|
|
|
|
+ transition: opacity 0.7s ease-in-out;
|
|
|
|
+
|
|
h1{
|
|
h1{
|
|
margin:0; display: inline-block;
|
|
margin:0; display: inline-block;
|
|
a.site-name{
|
|
a.site-name{
|
|
@@ -152,15 +155,12 @@ header[role="banner"]{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- opacity: 1;
|
|
|
|
- transition: opacity 0.7s ease-in-out;
|
|
|
|
-
|
|
|
|
.audio-player-visible &{
|
|
.audio-player-visible &{
|
|
opacity: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-#block-mainnavigation, #block-mainnavigation-2{
|
|
|
|
|
|
+#block-mainnavigation, #block-edlptheme-mainnavigation{
|
|
float:right;
|
|
float:right;
|
|
margin-top: 25px;
|
|
margin-top: 25px;
|
|
z-index: 21;
|
|
z-index: 21;
|
|
@@ -497,11 +497,11 @@ main[role="main"]{
|
|
}
|
|
}
|
|
|
|
|
|
.agenda{
|
|
.agenda{
|
|
|
|
+ text-align: center;
|
|
.past-events{
|
|
.past-events{
|
|
border-top: 1px solid red;
|
|
border-top: 1px solid red;
|
|
margin-top: 1em;
|
|
margin-top: 1em;
|
|
}
|
|
}
|
|
- text-align: center;
|
|
|
|
h3{
|
|
h3{
|
|
@include content_titles;
|
|
@include content_titles;
|
|
}
|
|
}
|
|
@@ -956,20 +956,18 @@ main[role="main"]{
|
|
min-width:700px;
|
|
min-width:700px;
|
|
width: calc(100% - 460px);
|
|
width: calc(100% - 460px);
|
|
// width: calc(100% - 950px);
|
|
// 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;
|
|
transition: opacity 0.7s ease-in-out;
|
|
transition: opacity 0.7s ease-in-out;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ @media only screen and (max-width: 1270px) {
|
|
|
|
+ width: calc(100% - 180px);
|
|
|
|
+ }
|
|
&.visible{
|
|
&.visible{
|
|
opacity: 1;
|
|
opacity: 1;
|
|
pointer-events:all;
|
|
pointer-events:all;
|
|
}
|
|
}
|
|
- white-space: nowrap;
|
|
|
|
&>*{
|
|
&>*{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
@@ -1041,8 +1039,8 @@ main[role="main"]{
|
|
// background-color: white;
|
|
// background-color: white;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
transition: opacity 0.5s ease-in-out;
|
|
transition: opacity 0.5s ease-in-out;
|
|
- &.loading{opacity: 0;}
|
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
+ &.loading{opacity: 0;}
|
|
.actions, .cartels{
|
|
.actions, .cartels{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
@@ -1280,7 +1278,7 @@ main[role="main"]{
|
|
transform: translateY(-100%) translateY(-$s) translateX($s);
|
|
transform: translateY(-100%) translateY(-$s) translateX($s);
|
|
&:before{
|
|
&:before{
|
|
top:calc(100% + 1px);
|
|
top:calc(100% + 1px);
|
|
- left: - ($w +1px);
|
|
|
|
|
|
+ left: - ($w + 1px);
|
|
transform-origin: top right;
|
|
transform-origin: top right;
|
|
transform: rotateZ(-45deg);
|
|
transform: rotateZ(-45deg);
|
|
}
|
|
}
|
|
@@ -1296,7 +1294,6 @@ main[role="main"]{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
// ___ _ _ _
|
|
// ___ _ _ _
|
|
// / __| |_ _ _ __| (_)___
|
|
// / __| |_ _ _ __| (_)___
|
|
// \__ \ _| || / _` | / _ \
|
|
// \__ \ _| || / _` | / _ \
|
|
@@ -1314,10 +1311,10 @@ main[role="main"]{
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
background-image: url(../img/favori-off.svg);
|
|
background-image: url(../img/favori-off.svg);
|
|
|
|
+ transition: opacity 0.2s ease-in-out;
|
|
&[action="remove"]{
|
|
&[action="remove"]{
|
|
background-image: url(../img/favori-on.svg);
|
|
background-image: url(../img/favori-on.svg);
|
|
}
|
|
}
|
|
- transition: opacity 0.2s ease-in-out;
|
|
|
|
&.ajax-loading{
|
|
&.ajax-loading{
|
|
opacity: 0.2;
|
|
opacity: 0.2;
|
|
}
|
|
}
|
|
@@ -1365,11 +1362,11 @@ main[role="main"]{
|
|
// margin-right: 25px;
|
|
// margin-right: 25px;
|
|
width:25px;
|
|
width:25px;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ opacity: 1;
|
|
|
|
+ transition: opacity 0.1s ease-in-out;
|
|
&.ui-draggable-dragging{
|
|
&.ui-draggable-dragging{
|
|
height:100px;
|
|
height:100px;
|
|
}
|
|
}
|
|
- opacity: 1;
|
|
|
|
- transition: opacity 0.1s ease-in-out;
|
|
|
|
&.ready-to-remove{
|
|
&.ready-to-remove{
|
|
opacity:0.3;
|
|
opacity:0.3;
|
|
cursor:crosshair;
|
|
cursor:crosshair;
|
|
@@ -1388,6 +1385,7 @@ main[role="main"]{
|
|
text-transform: none;
|
|
text-transform: none;
|
|
a{
|
|
a{
|
|
white-space: nowrap!important;
|
|
white-space: nowrap!important;
|
|
|
|
+ font-size: 0.756em;
|
|
&:before{
|
|
&:before{
|
|
content:"";
|
|
content:"";
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -1397,7 +1395,6 @@ main[role="main"]{
|
|
background-color: white;
|
|
background-color: white;
|
|
// TODO: entries color;
|
|
// TODO: entries color;
|
|
}
|
|
}
|
|
- font-size: 0.756em;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1544,7 +1541,7 @@ main[role="main"]{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
// width:100%;
|
|
// width:100%;
|
|
- width: calc(100% - #{$w +$s +$m +2});
|
|
|
|
|
|
+ width: calc(100% - #{$w + $s + $m + 2});
|
|
&:before{
|
|
&:before{
|
|
content: "";
|
|
content: "";
|
|
width:$w; height:$w;
|
|
width:$w; height:$w;
|
|
@@ -1575,23 +1572,25 @@ main[role="main"]{
|
|
}
|
|
}
|
|
&.new-composition-link{
|
|
&.new-composition-link{
|
|
// padding-left: 1em;
|
|
// padding-left: 1em;
|
|
- &:before{
|
|
|
|
- content:"+";
|
|
|
|
- // font-weight: bold;
|
|
|
|
- margin-right: $m;
|
|
|
|
- }
|
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
margin-top: 0.4em;
|
|
margin-top: 0.4em;
|
|
height:1em;
|
|
height:1em;
|
|
transition: height 0.2s ease-in-out;
|
|
transition: height 0.2s ease-in-out;
|
|
|
|
+ &:before{
|
|
|
|
+ content:"+";
|
|
|
|
+ // font-weight: bold;
|
|
|
|
+ margin-right: $m;
|
|
|
|
+ }
|
|
&.folded{
|
|
&.folded{
|
|
height:0;
|
|
height:0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.new-compo-form{
|
|
.new-compo-form{
|
|
|
|
+ opacity: 1;
|
|
|
|
+ transition: opacity 0.2s ease-in-out;
|
|
input[type="text"]{
|
|
input[type="text"]{
|
|
font-size: 0.756em;
|
|
font-size: 0.756em;
|
|
padding:0 0.5em;
|
|
padding:0 0.5em;
|
|
@@ -1608,8 +1607,6 @@ main[role="main"]{
|
|
line-height: 1;
|
|
line-height: 1;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
- opacity: 1;
|
|
|
|
- transition: opacity 0.2s ease-in-out;
|
|
|
|
&.ajax-loading{
|
|
&.ajax-loading{
|
|
opacity: 0.4;
|
|
opacity: 0.4;
|
|
}
|
|
}
|
|
@@ -1661,7 +1658,7 @@ main[role="main"]{
|
|
}
|
|
}
|
|
&:before{
|
|
&:before{
|
|
border-top: 1px solid $c;
|
|
border-top: 1px solid $c;
|
|
- height:$h /2;
|
|
|
|
|
|
+ height:calc($h / 2);
|
|
}
|
|
}
|
|
&:after{
|
|
&:after{
|
|
border-left: 1px solid $c;
|
|
border-left: 1px solid $c;
|
|
@@ -2096,7 +2093,6 @@ body.path-frontpage, body.path-productions{
|
|
display: inline-block;
|
|
display: inline-block;
|
|
position: relative;
|
|
position: relative;
|
|
list-style: none;
|
|
list-style: none;
|
|
- margin: 0 1.5em 0 0;
|
|
|
|
// width:2em; height:10em;
|
|
// width:2em; height:10em;
|
|
padding: 0;
|
|
padding: 0;
|
|
a{
|
|
a{
|
|
@@ -2239,6 +2235,7 @@ footer{
|
|
padding:0;
|
|
padding:0;
|
|
li{
|
|
li{
|
|
pointer-events: all;
|
|
pointer-events: all;
|
|
|
|
+ margin: 0 1.5em 0 0;
|
|
@include oblique-list;
|
|
@include oblique-list;
|
|
&:first-of-type{
|
|
&:first-of-type{
|
|
margin-left: 1em;
|
|
margin-left: 1em;
|
|
@@ -2306,11 +2303,11 @@ footer{
|
|
|
|
|
|
.block-block-edlp-entrees{
|
|
.block-block-edlp-entrees{
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
|
+ display: inline-block;
|
|
body.path-productions &,
|
|
body.path-productions &,
|
|
body.entity-type-node.bundle-page &,
|
|
body.entity-type-node.bundle-page &,
|
|
body.path-agenda & {display:none}
|
|
body.path-agenda & {display:none}
|
|
|
|
|
|
- display: inline-block;
|
|
|
|
// vertical-align: top;
|
|
// vertical-align: top;
|
|
// outline: 1px dotted green;
|
|
// outline: 1px dotted green;
|
|
div.item-list{
|
|
div.item-list{
|
|
@@ -2318,10 +2315,10 @@ footer{
|
|
margin:0;
|
|
margin:0;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
li{
|
|
li{
|
|
- @include oblique-list;
|
|
|
|
- margin:0;
|
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
|
+ margin:0;
|
|
|
|
+ @include oblique-list;
|
|
// docsindex
|
|
// docsindex
|
|
&:first-of-type{
|
|
&:first-of-type{
|
|
margin-right: 3.4em;
|
|
margin-right: 3.4em;
|
|
@@ -2688,8 +2685,8 @@ footer{
|
|
|
|
|
|
#block-edlpsearchlinkblock{
|
|
#block-edlpsearchlinkblock{
|
|
margin-bottom: 1em;
|
|
margin-bottom: 1em;
|
|
- @include iconlinkblock(url(../img/search.svg), url(../img/search-active.svg));
|
|
|
|
margin-left: 0.2em;
|
|
margin-left: 0.2em;
|
|
|
|
+ @include iconlinkblock(url(../img/search.svg), url(../img/search-active.svg));
|
|
}
|
|
}
|
|
|
|
|
|
.block-language{
|
|
.block-language{
|
|
@@ -2807,11 +2804,11 @@ footer{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.chutier-icon{
|
|
.chutier-icon{
|
|
|
|
+ position:absolute;
|
|
|
|
+ top:0.4em; right:0.4em;
|
|
&[action="add"]{
|
|
&[action="add"]{
|
|
display:none;
|
|
display:none;
|
|
}
|
|
}
|
|
- position:absolute;
|
|
|
|
- top:0.4em; right:0.4em;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
body.domain-expo-encyclopediedelaparole-org &{
|
|
body.domain-expo-encyclopediedelaparole-org &{
|