|
@@ -1303,7 +1303,7 @@ main[role="main"] .layout-content {
|
|
|
transition: opacity 0.5s ease-in-out;
|
|
|
opacity: 1; }
|
|
|
|
|
|
-body.ajax-loading main[role="main"] .layout-content {
|
|
|
+body.ajax-loading main[role="main"] .layout-content .col:not([theme="edlp_search_search_form"]) {
|
|
|
opacity: 0.2; }
|
|
|
|
|
|
body.ajax-loading main[role="main"]:before {
|
|
@@ -1321,6 +1321,22 @@ body.ajax-loading main[role="main"]:before {
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center; }
|
|
|
|
|
|
+main[role="main"] span.close-col-btn {
|
|
|
+ pointer-events: all;
|
|
|
+ cursor: pointer;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ padding: 0 !important;
|
|
|
+ margin: 0.5em;
|
|
|
+ display: block;
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ background-image: url(../img/close.svg);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ background-size: contain; }
|
|
|
+
|
|
|
#audio-player {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
@@ -1805,58 +1821,69 @@ body.ajax-loading main[role="main"]:before {
|
|
|
font-size: 0.756em;
|
|
|
padding: 0.1em;
|
|
|
margin: 1em 0 0 0;
|
|
|
- float: right; }
|
|
|
+ float: right;
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transition: opacity 0.3s ease-in-out;
|
|
|
+ transition: opacity 0.3s ease-in-out; }
|
|
|
+ #edlp-search-form.ajax-loading input[type="submit"] {
|
|
|
+ opacity: 0.2;
|
|
|
+ pointer-events: none; }
|
|
|
|
|
|
-.col[theme="edlp_search_results"] article .entrees span {
|
|
|
- display: inline-block;
|
|
|
- width: 8px;
|
|
|
- height: 8px;
|
|
|
- background-color: black;
|
|
|
- margin-right: 3px; }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='134'] {
|
|
|
- background-color: var(--e-col-134); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='121'] {
|
|
|
- background-color: var(--e-col-121); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='125'] {
|
|
|
- background-color: var(--e-col-125); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='119'] {
|
|
|
- background-color: var(--e-col-119); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='132'] {
|
|
|
- background-color: var(--e-col-132); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='122'] {
|
|
|
- background-color: var(--e-col-122); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='129'] {
|
|
|
- background-color: var(--e-col-129); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='120'] {
|
|
|
- background-color: var(--e-col-120); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='130'] {
|
|
|
- background-color: var(--e-col-130); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='118'] {
|
|
|
- background-color: var(--e-col-118); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='127'] {
|
|
|
- background-color: var(--e-col-127); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='133'] {
|
|
|
- background-color: var(--e-col-133); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='128'] {
|
|
|
- background-color: var(--e-col-128); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='124'] {
|
|
|
- background-color: var(--e-col-124); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='116'] {
|
|
|
- background-color: var(--e-col-116); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='117'] {
|
|
|
- background-color: var(--e-col-117); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='131'] {
|
|
|
- background-color: var(--e-col-131); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='126'] {
|
|
|
- background-color: var(--e-col-126); }
|
|
|
- .col[theme="edlp_search_results"] article .entrees span[tid='123'] {
|
|
|
- background-color: var(--e-col-123); }
|
|
|
-
|
|
|
-.col[theme="edlp_search_results"] article h2.node-title {
|
|
|
- margin: 0 0 0.3em 0;
|
|
|
- font-size: 1em;
|
|
|
- font-weight: 500;
|
|
|
- text-transform: none; }
|
|
|
+.col[theme="edlp_search_results"] {
|
|
|
+ opacity: 1;
|
|
|
+ -webkit-transition: opacity 0.3s ease-in-out;
|
|
|
+ transition: opacity 0.3s ease-in-out; }
|
|
|
+ .col[theme="edlp_search_results"].ajax-loading {
|
|
|
+ opacity: 0.2; }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span {
|
|
|
+ display: inline-block;
|
|
|
+ width: 8px;
|
|
|
+ height: 8px;
|
|
|
+ background-color: black;
|
|
|
+ margin-right: 3px; }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='134'] {
|
|
|
+ background-color: var(--e-col-134); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='121'] {
|
|
|
+ background-color: var(--e-col-121); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='125'] {
|
|
|
+ background-color: var(--e-col-125); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='119'] {
|
|
|
+ background-color: var(--e-col-119); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='132'] {
|
|
|
+ background-color: var(--e-col-132); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='122'] {
|
|
|
+ background-color: var(--e-col-122); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='129'] {
|
|
|
+ background-color: var(--e-col-129); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='120'] {
|
|
|
+ background-color: var(--e-col-120); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='130'] {
|
|
|
+ background-color: var(--e-col-130); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='118'] {
|
|
|
+ background-color: var(--e-col-118); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='127'] {
|
|
|
+ background-color: var(--e-col-127); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='133'] {
|
|
|
+ background-color: var(--e-col-133); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='128'] {
|
|
|
+ background-color: var(--e-col-128); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='124'] {
|
|
|
+ background-color: var(--e-col-124); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='116'] {
|
|
|
+ background-color: var(--e-col-116); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='117'] {
|
|
|
+ background-color: var(--e-col-117); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='131'] {
|
|
|
+ background-color: var(--e-col-131); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='126'] {
|
|
|
+ background-color: var(--e-col-126); }
|
|
|
+ .col[theme="edlp_search_results"] article .entrees span[tid='123'] {
|
|
|
+ background-color: var(--e-col-123); }
|
|
|
+ .col[theme="edlp_search_results"] article h2.node-title {
|
|
|
+ margin: 0 0 0.3em 0;
|
|
|
+ font-size: 0.8em;
|
|
|
+ font-weight: 500;
|
|
|
+ text-transform: none; }
|
|
|
|
|
|
body.path-agenda main .col > .wrapper {
|
|
|
height: 100%; }
|