diff --git a/discover-custom.css b/discover-custom.css deleted file mode 100644 index eeaebff..0000000 --- a/discover-custom.css +++ /dev/null @@ -1,51 +0,0 @@ - -.tm-toolbar .uk-subnav-line .custom-explore-li { - display: block; - background:#Fb6e50 !important; color:#fff !important; - -} - -.custom-explore-toolbar ul.uk-subnav.uk-subnav-line{ - background-color: #f25f30 !important; - } - - .custom-explore-toolbar .inner { - background-color: #f25f30 !important; - } - - .custom-explore-toolbar{ - border-top-color:#f25f30 !important; - } - .tm-toolbar .uk-subnav-line .custom-connect-li { - display: block; - background:#DEAF50 !important; color:#fff !important; - - } - - .custom-connect-toolbar ul.uk-subnav.uk-subnav-line{ - background-color: #FFC700 !important; - } - - .custom-connect-toolbar .inner { - background-color: #FFC700 !important; - } - - .custom-connect-toolbar{ - border-top-color:#FFC700 !important; - } - - .mainPageSearchForm{ - background-image: url("./explore_1.jpg"); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(100vh - 412.767px); - } -.explore-numbers h2, .explore-numbers div{ - color: #f25f30 !important; - font-weight: 500 !important; -} - -.explore-numbers h2{ - font-size: 36px !important; -} -.firstPageNumbers{ - font-weight: 600 !important; - color: #D03C0D !important; -} diff --git a/graph.svg b/graph.svg deleted file mode 100644 index 65a861e..0000000 --- a/graph.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/library-css/alerts.css b/library-css/alerts.css deleted file mode 100644 index d5001b9..0000000 --- a/library-css/alerts.css +++ /dev/null @@ -1,8 +0,0 @@ -.uk-alert.uk-alert-default { - border: 1px solid #ddd; - border-radius: 4px; - color: #444; - min-height: 30px; - max-width: 100%; - padding: 4px 6px; -} diff --git a/library-css/breadcrumbs.css b/library-css/breadcrumbs.css deleted file mode 100644 index e0c58d9..0000000 --- a/library-css/breadcrumbs.css +++ /dev/null @@ -1,23 +0,0 @@ -.uk-breadcrumb.uk-light > * > *, -.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before { - color: white !important; -} - -.uk-breadcrumb > * > * { - color: rgba(0, 0, 0, 0.60) !important; - vertical-align: top; - line-height: 25px; -} - -.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before { - content: "›"; - color: rgba(0, 0, 0, 0.60); - font-weight: 200; - font-size: 25px; - margin: -9px 10px; -} - -.uk-breadcrumb > :last-child > * { - font-weight: 700; - color: rgba(0, 0, 0, 0.60); -} diff --git a/library-css/button.css b/library-css/button.css deleted file mode 100644 index a41c83f..0000000 --- a/library-css/button.css +++ /dev/null @@ -1,42 +0,0 @@ -.uk-icon-button .uk-icon { - vertical-align: bottom; -} - -.uk-icon-button.small { - width: 26px; - height: 26px; -} - -.uk-icon-button.medium { - width: 46px; - height: 46px; -} - -.uk-icon-button.large { - width: 56px; - height: 56px; -} - -.uk-button-secondary.outlined:enabled{ - border-color: var(--theme-secondary-color); - background-color: var(--contrast-color); - color: var(--theme-secondary-color); -} - -.uk-button-secondary.outlined:hover:enabled, .uk-button-secondary.outlined:focus:enabled, .uk-button-secondary.outlined:active:enabled{ - background-color: var(--theme-secondary-color); - border-color: var(--theme-secondary-color); - color: var(--contrast-color); -} - -.uk-button-primary.outlined:enabled{ - border-color: var(--theme-primary-color); - background-color: var(--contrast-color); - color: var(--theme-primary-color); -} - -.uk-button-primary.outlined:hover:enabled, .uk-button-primary.outlined:focus:enabled, .uk-button-primary.outlined:active:enabled { - background-color: var(--theme-primary-color); - border-color: var(--theme-primary-color); - color: var(--contrast-color); -} diff --git a/library-css/card.css b/library-css/card.css deleted file mode 100644 index 2ca0210..0000000 --- a/library-css/card.css +++ /dev/null @@ -1,86 +0,0 @@ -.uk-card .uk-grid-divider>:not(.uk-first-column)::before { - border-left: 1px solid currentColor; - opacity: 0.2; -} - -.uk-card .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before { - border-top: 1px solid currentColor; - opacity: 0.2; -} - -.uk-card .uk-button.action, .uk-card .uk-icon-button.action { - background: #FFFFFF; - box-shadow: 0 3px 6px #00000029; - font-family: "Roboto", sans-serif; - border: none; - color: #4D4D4D; - text-transform: none; - line-height: 19px; - font-size: 14px; -} - -.uk-card .uk-button.action { - border-radius: 40px; - padding: 12px 20px; - width: 100%; -} - -.uk-card .uk-button.action.uk-width-auto { - width: auto; -} - -.uk-card .uk-button.action:disabled, .uk-card .uk-icon-button.action:disabled { - opacity: 0.5; -} - -.uk-card .uk-button.action:hover:not(:disabled), .uk-card .uk-icon-button.action:hover:not(:disabled) { - box-shadow: 0 3px 6px rgba(71, 135, 230, 0.5); -} - -/* --- Flip Card --- */ -.uk-card.uk-card-flip { - background-color: transparent; - height: 430px; - perspective: 1000px; -} - -/* This container is needed to position the front and back side */ -.uk-card-flip-inner { - position: relative; - width: 100%; - height: 100%; - transition: transform 1s; - transform-style: preserve-3d; -} - -/* Do an horizontal flip when you move the mouse over the flip box container */ -.uk-card.uk-card-flip.uk-active .uk-card-flip-inner { - transform: rotateY(-180deg); -} - -/* Position the front and back side */ -.uk-card.uk-card-flip .front, .uk-card.uk-card-flip .back { - position: absolute; - width: 100%; - height: 100%; - -webkit-backface-visibility: hidden; /* Safari */ - backface-visibility: hidden; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - -.uk-card.uk-card-flip .front { - background-color: white; -} - - /* Style the back side */ -.uk-card.uk-card-flip .back { - background-color: white; - transform: rotateY(180deg); -} - -.uk-card.disabled { - box-shadow: none; - cursor: not-allowed; -} - diff --git a/library-css/dropdown-tooltip.css b/library-css/dropdown-tooltip.css deleted file mode 100644 index 59ef7ca..0000000 --- a/library-css/dropdown-tooltip.css +++ /dev/null @@ -1,16 +0,0 @@ -.uk-tooltip { - background-color: white !important; - color: #1a1a1a !important; - border-radius: 2px; - box-shadow: 0 3px 6px #0000001a; - font-size: 12px; - border: none !important; -} - -div.cdk-overlay-container { - z-index: 10002 !important; -} - -div.cdk-overlay-container ~ .uk-tooltip { - z-index: 10002 !important; -} diff --git a/library-css/import.css b/library-css/import.css deleted file mode 100644 index 57c344d..0000000 --- a/library-css/import.css +++ /dev/null @@ -1,20 +0,0 @@ -/*@import "variables.css";*/ -/*@import "portal.css";*/ -/*@import "pagination.css";*/ -/*@import "labels.css";*/ -@import "landing-utils.css"; -@import "linking.css"; -@import "login.css"; -@import "search.css"; -@import "text.css"; -@import "utils.css"; -/*@import "tabs.css";*/ -/*@import "breadcrumbs.css";*/ -/*@import "material.css";*/ -/*@import "alerts.css";*/ -/*@import "button.css";*/ -/*@import "notification.css";*/ -/*@import "modal.css";*/ -/*@import "input.css";*/ -/*@import "card.css";*/ -/*@import "dropdown-tooltip.css";*/ diff --git a/library-css/input.css b/library-css/input.css deleted file mode 100644 index b0f6cbc..0000000 --- a/library-css/input.css +++ /dev/null @@ -1,240 +0,0 @@ -.uk-form-label { - font-size: 16px; - font-family: "Roboto", sans-serif; - color: currentColor; -} - -.uk-form-hint { - font-family: "Roboto", sans-serif; - color: currentColor; - font-size: 14px; -} - -.input-box .uk-input, -.input-box .uk-textarea, -.input-borderless .uk-input, -.input-borderless .uk-textarea { - height: auto; - padding: 0; - background-color: transparent !important; - color: currentColor; - line-height: 31px; -} - -.input-box .uk-input, -.input-box .uk-textarea { - max-width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -.input-box .uk-textarea, -.input-borderless .uk-textarea { - line-height: 20px; -} - -.input-box:not([class*='uk-h']) .uk-input, -.input-box:not([class*='uk-h']) .uk-textarea, -.input-borderless:not([class*='uk-h']) .uk-input, -.input-borderless:not([class*='uk-h']) .uk-textarea { - font-size: 14px; -} - -.input-box .uk-input:not(.uk-form-danger), -.input-box .uk-textarea:not(.uk-form-danger), -.input-borderless .uk-input:not(.uk-form-danger), -.input-borderless .uk-textarea:not(.uk-form-danger){ - border: none !important; -} - -.input-box .uk-input::placeholder, -.input-box .uk-textarea::placeholder, -.input-box::placeholder, -.placeholder { - color: #7A7A7A !important; - font-size: 14px; -} - -.input-box .mat-chip-list-wrapper, -.input-borderless .mat-chip-list-wrapper { - max-height: 150px; - overflow-y: auto; - overflow-x: hidden; -} - -.input-box *:focus, -.input-borderless *:focus { - outline: none; -} - - /* Input Box */ -.input-box { - background-color: #FAFAFA !important; - border: 1px solid transparent; - padding: 12px 16px; - border-radius: 4px; - color: currentColor; - height: auto; - line-height: 17px; - transition-property: height; - transition-duration: 0.5s; -} - -.input-box .uk-textarea { - padding-right: 16px; -} - -.input-box .uk-input:focus, -.input-box .uk-textarea:focus, -.input-box:focus{ - color: currentColor !important; -} - -.input-box:not(.uk-form-danger){ - border: 1px solid #D1D1D1 !important; -} - -.input-box .mat-select { - font-family: "Open Sans", sans-serif; - font-size: 16px; -} - -.input-box .mat-select.mat-select-invalid .mat-select-arrow { - color: #1A1A1A !important; -} - -.input-box .mat-select-value { - color: currentColor; -} - -.input-box .mat-form-field-infix { - border: none !important; - line-height: 30px; - padding: 0 !important; -} - -.input-box .mat-form-field-appearance-legacy .mat-form-field-wrapper { - padding: 0 !important; -} - -.input-box .mat-form-field-appearance-legacy .mat-form-field-underline { - display: none; -} - -.input-box .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper { - display: none; -} - -.input-box .uk-input:disabled, -.input-box .uk-textarea:disabled, -.input-box .mat-select-disabled .mat-select-value, -.input-box .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow { - color: currentColor !important; -} - -.input-box .mat-chip.mat-standard-chip, .mat-chip.mat-standard-chip:hover { - color: #1a1a1a; - border: 1px solid rgba(26, 26, 26, 0.2); - background: white; -} - -.input-box .mat-chip.mat-standard-chip::after { - background: transparent; -} - -.input-box .mat-chip.mat-standard-chip .mat-chip-remove { - color: rgba(26, 26, 26, 0.5); - width: 20px; - height: 20px; -} - -.input-box .tools { - max-height: 0; - transition: max-height 0.3s linear; - overflow: hidden; - padding-right: 16px; -} - -.input-box .tools.focused { - max-height: 100px; -} - -/* Input borderless*/ -.input-borderless { - background-color: transparent !important; - border: none; - padding: 5px; - color: currentColor; - height: auto; - line-height: 17px; -} - -.input-borderless .uk-input:focus, -.input-borderless .uk-textarea:focus, -.input-borderless:focus{ - color: currentColor !important; -} - -.input-borderless .uk-input:not(.uk-form-danger), -.input-borderless .uk-textarea:not(.uk-form-danger), -.input-borderless:not(.uk-form-danger){ - border: none !important; -} - -.input-box .placeholder, -.input-borderless .placeholder { - position: absolute; - top: 6px; - left: 6px; - cursor: text; -} - -.input-borderless .mat-select { - font-family: "Open Sans", sans-serif; - font-size: 16px; -} - -.input-borderless .mat-select-value { - color: currentColor; -} - -.input-borderless .mat-form-field-infix { - border: none !important; - line-height: 30px; - padding: 0 !important; -} - -.input-borderless .mat-form-field-appearance-legacy .mat-form-field-wrapper { - padding: 0 !important; -} - -.input-borderless .mat-form-field-appearance-legacy .mat-form-field-underline { - display: none; -} - -.input-box .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper { - display: none; -} - -.input-borderless .uk-input:disabled, -.input-borderless .uk-textarea:disabled, -.input-borderless .mat-select-disabled .mat-select-value, -.input-borderless .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow { - color: currentColor !important; -} - -.input-borderless .mat-chip.mat-standard-chip, .mat-chip.mat-standard-chip:hover { - color: #1a1a1a; - border: 1px solid rgba(26, 26, 26, 0.5); - background: white; -} - -.input-borderless .mat-chip.mat-standard-chip::after { - background: transparent; -} - -.input-borderless .mat-chip.mat-standard-chip .mat-chip-remove { - color: #1a1a1a; - width: 20px; - height: 20px; -} diff --git a/library-css/labels.css b/library-css/labels.css deleted file mode 100644 index 6b9c4d6..0000000 --- a/library-css/labels.css +++ /dev/null @@ -1,115 +0,0 @@ -.uk-label { - border-radius: 15px; - line-height: 15px; - padding: 3px 10px; - text-transform: uppercase; - font-size: 12px; -} - -.label-community, .label-compatibility, .label-country, -.label-dataprovider, .label-dataset, .label-funder, .label-grey, -.label-language, .label-orange, .label-organization, .label-orp, -.label-other, .label-project, .label-publication, .label-sc39, -.label-software, .label-success, .label-type, .label-underCuration, .label-unknown { - background: #fff!important; - color: #666!important; - border: 1px solid #666!important; -} - -.label-green { - background: #8ad15e; - border: 1px solid #8ad15e !important; - color: #fff; -} - -.label-open { - background: #fff; - border: 1px solid #8ad15e !important; - color: #8ad15e; -} - -.label-classified { - border-radius: 4px; - padding: 1px 8px; - background-color: #ABABAB; - color: white; - margin-bottom: 5px; - margin-right: 5px; -} - -.label-blue, .label-compatibility { - background: #d4f3ff; - color: #00a0de -} - -.label-yellow, .label-underCuration { - background: #fef5d2; - color: #cca607 -} - -.label-red, .label-funder { - background: #fef0ef; - color: #f54f43 -} - -.label-grey, .label-language { - background: #f8f8f8; - color: #666; -} - -.label-country { - background: #d4f3ff; - color: #00a0de; -} - -.label-publication { - background: #4687E6; - color: #fff -} - -.label-dataset { - background: #1e906c; - color: #fff -} - -.label-software { - background: #b737ff; - color: #fff -} - -.label-orp, .label-other { - background: #f54f43; - color: #414141 !important; -} - -.label-project { - background: #d0307f; - color: #fff -} - -.label-dataprovider { - background: #00a0de; - color: #fff -} - -.label-organization { - background: #fbcd0d; - color: #414141 -} - -.label-closed { - background: #EBEBEB !important; - color: #6B6B6B !important; - border: 1px solid #DEDEDE !important; -} - -.label-danger { - color: #ff4000 !important; - border: 1px solid #666666 !important; -} - -.li-disabled .label-compatibility, .li-disabled .label-dataprovider { - background: white !important; - color: #A9A9A9 !important; - border: 1px solid #A9A9A9 !important; -} diff --git a/library-css/landing-utils.css b/library-css/landing-utils.css deleted file mode 100644 index 1a0f886..0000000 --- a/library-css/landing-utils.css +++ /dev/null @@ -1,472 +0,0 @@ -/*!* Landing title section*!*/ -/*.title-section h1 {*/ -/* font-size: 28px;*/ -/* font-weight: 400;*/ -/*}*/ - -/*.title-section .under-curation {*/ -/* color: var(--portal-main-color);*/ -/* opacity: 0.8;*/ -/*}*/ - -/*.uk-modal .title-section h1, .uk-modal .title-section h2, .feedback-page .title-section h1 {*/ -/* font-size: 18px;*/ -/* font-weight: 400;*/ -/*}*/ - -/*!* Landing Main content*!*/ - -/*input[name="code"] {*/ -/* font-family: Consolas, monaco, monospace;*/ -/* font-size: .875rem;*/ -/* color: #222080;*/ -/* white-space: nowrap;*/ -/* background: #f9f9f9;*/ -/* border: 1px solid #ededed;*/ -/* border-radius: 1px;*/ -/*}*/ - -/*.landing ul.basic-info li {*/ -/* margin-bottom: 6px;*/ -/*}*/ -/*!* Landing Related Organizations*!*/ -/*.landing ul.organizations > li {*/ -/* border: 1px solid #E8E8E8;*/ -/* border-radius: 2px;*/ -/* color: #A4A4A4;*/ -/* padding: 10px;*/ -/* width: 100%;*/ -/*}*/ - -/*.landing ul.organizations > li > a {*/ -/* color: #000000;*/ -/* font-weight: 700;*/ -/*}*/ - -/*.landing ul.organizations > li > a:hover {*/ -/* text-decoration: underline;*/ -/*}*/ - -/*!* Landing Download from section*!*/ -/*.landing .download-from > * {*/ -/* padding: 10px;*/ -/* color: #A4A4A4;*/ -/* border-bottom: 1px solid rgba(0, 0, 0, 0.09);*/ -/*}*/ - -/*.landing .download-from > *:last-child {*/ -/* border-bottom: none;*/ -/*}*/ - -/*.landing .download-from .title {*/ -/* color: black;*/ -/* word-wrap: break-word;*/ -/* font-weight: 700;*/ -/* text-decoration: underline;*/ -/*}*/ - -/*.landing .download-from a {*/ -/* color: #A4A4A4;*/ -/*}*/ - -/*.landing .download-from a:hover {*/ -/* color: #578ede;*/ -/*}*/ - -/*!* Landing Relations section*!*/ -/*.landing .simple-buttons > div {*/ -/* font-size: 16px;*/ -/* padding: 15px 30px;*/ -/* border-radius: 4px;*/ -/* background-color: white;*/ -/* border: 1px solid #DEDEDE;*/ -/*}*/ - -/*.landing .simple-buttons > div:hover {*/ -/* background-color: #F0F0F0;*/ -/* box-shadow: 0 1px 6px #00000033;*/ -/*}*/ - -/*.landing .advanced-buttons > div > div {*/ -/* border-radius: 4px;*/ -/* font-size: 16px;*/ -/* border: 1px solid #DEDEDE;*/ -/*}*/ - -/*.landing .advanced-buttons > div > div:hover {*/ -/* box-shadow: 0 1px 6px #00000033;*/ -/*}*/ - -/*.landing .advanced-buttons > div > div .header {*/ -/* padding: 15px;*/ -/* min-height: 60px;*/ -/* color: var(--portal-main-color);*/ -/* text-overflow: ellipsis;*/ -/*}*/ - -/*.landing .advanced-buttons > div > div .icon {*/ -/* z-index: 1;*/ -/* color: var(--portal-main-color);*/ -/*}*/ - -/*.landing .advanced-buttons > div > div .icon > svg {*/ -/* width: 40px;*/ -/* height: 40px;*/ -/*}*/ - -/*.landing .advanced-buttons > div > div .footer {*/ -/* padding: 15px;*/ -/* min-height: 60px;*/ -/* background-color: #F0F0F0;*/ -/* font-size: 24px;*/ -/* color: #666;*/ -/*}*/ - -/*.landing .advanced-buttons > div > div:hover .footer {*/ -/* color: black;*/ -/*}*/ - -/*.landing .left-border {*/ -/* border-left: 3px solid #EBEBEB;*/ -/* padding-left: 20px;*/ -/*}*/ - -/*.landing .sideInfoTitle {*/ -/* font-weight: normal !important;*/ -/* border-radius: 4px;*/ -/* background-color: #F0F0F0;*/ -/* color: #666;*/ -/* padding: 12px;*/ -/*}*/ - -/*!* Progress *!*/ -/*.portal-progress.uk-progress, .green-progress.uk-progress {*/ -/* background-color: #F0F0F0;*/ -/* height: 10px;*/ -/*}*/ - -/*!*firefox*!*/ -/*.portal-progress.uk-progress::-moz-progress-bar {*/ -/* background-color: var(--portal-main-color);*/ -/*}*/ - -/*.green-progress.uk-progress::-moz-progress-bar {*/ -/* background-color: #9ADC83 !important;*/ -/*}*/ - -/*!*chrome*!*/ -/*.portal-progress.uk-progress::-webkit-progress-value {*/ -/* background-color: var(--portal-main-color);*/ -/*}*/ - -/*.green-progress.uk-progress::-webkit-progress-value {*/ -/* background-color: #9ADC83 !important;*/ -/*}*/ - -/*!*internet explore & edge*!*/ -/*.portal-progress.uk-progress::-ms-fill {*/ -/* background-color: var(--portal-main-color);*/ -/*}*/ - -/*.green-progress.uk-progress::-ms-fill {*/ -/* background-color: #9ADC83 !important;*/ -/*}*/ - -/*!* Bioentities *!*/ -/*.bioentities-buttons > div > * {*/ -/* border-radius: 4px;*/ -/* font-size: 16px;*/ -/* font-weight: 700;*/ -/* border: 1px solid #DEDEDE;*/ -/* padding: 40px 0;*/ -/* width: 100%;*/ -/* display: inline-block;*/ -/* text-align: center;*/ -/* text-transform: uppercase;*/ -/* color: #666;*/ -/*}*/ - -/*.bioentities-buttons > div > a:hover {*/ -/* background-color: #F0F0F0;*/ -/* color: black;*/ -/* box-shadow: 0 1px 6px #00000033;*/ -/*}*/ - -/*!* Feedback page*!*/ -/*.feedback-page .title-section {*/ -/* background-image: linear-gradient(to right, var(--portal-main-color), var(--portal-dark-color));*/ -/* padding: 15px 0;*/ -/* border-radius: 4px;*/ -/*}*/ - -/*.feedback-page .uk-text-muted {*/ -/* color: rgba(255, 255, 255, 0.7) !important;*/ -/*}*/ - -/*.feedback-page .form {*/ -/* margin-top: 5px;*/ -/* border-radius: 4px;*/ -/* border: 1px solid rgba(0, 0, 0, 0.2);*/ -/* padding: 25px 25px 15px;*/ -/*}*/ - -/*.feedback-sent {*/ -/* border-radius: 4px;*/ -/* background-color: var(--portal-main-color);*/ -/* color: white;*/ -/* padding: 50px 100px;*/ -/* text-align: center;*/ -/*}*/ - -/*.feedback-sent * {*/ -/* color: white;*/ -/*}*/ - -/*!* B2note*!*/ -/*.b2note ul {*/ -/* color: #1D3454;*/ -/*}*/ - -/*.b2note button {*/ -/* border-radius: 500px;*/ -/* border: 1px solid #DEDEDE;*/ -/* line-height: 17px;*/ -/* background-color: #DEDEDE;*/ -/* color: #515151;*/ -/* padding: 5px 15px;*/ -/* text-transform: uppercase;*/ -/* font-size: 12px;*/ -/*}*/ - -/*.b2note button:not(.disabled):hover {*/ -/* box-shadow: 0 1px 6px #00000033;*/ -/*}*/ - -/*.b2note button.disabled {*/ -/* cursor: unset;*/ -/*}*/ - -/*.b2note button:focus {*/ -/* outline-color: transparent;*/ -/*}*/ - -/*.b2note ul > li {*/ -/* word-wrap: break-word;*/ -/*}*/ - -/*.b2note ul > li > .type {*/ -/* border-radius: 4px;*/ -/* color: white;*/ -/* font-size: 12px;*/ -/* padding: 1px 9px;*/ -/* text-transform: uppercase;*/ -/* width: 80px;*/ -/* text-align: center;*/ -/*}*/ - -/*.b2note ul > li > .type.semantic {*/ -/* background-color: #22356E;*/ -/*}*/ - -/*.b2note ul > li > .type.keyword {*/ -/* background-color: #596FB5;*/ -/*}*/ - -/*.b2note ul > li > .type.comment {*/ -/* background-color: #AFB3D4;*/ -/*}*/ - -/*svg #statistics-bars {*/ -/* fill: var(--portal-main-color);*/ -/*}*/ - -/*.landing-modal-header {*/ -/* background: transparent linear-gradient(35deg, #FFFFFF 0%, #F0F0F0 100%) no-repeat padding-box;*/ -/* padding: 20px 40px;*/ -/*}*/ - -/*.landing-modal .modal-title {*/ -/* font-weight: bold;*/ -/* font-size: 22px;*/ -/* margin: 0;*/ -/*}*/ - -/*.square-button {*/ -/* border-radius: 0;*/ -/*}*/ - -/*.title-grey-background {*/ -/* background: transparent linear-gradient(17deg, #FFFFFF 0%, #F0F0F0 100%) no-repeat padding-box;*/ -/* padding: 15px 0;*/ -/* border-radius: 4px;*/ -/*}*/ - -.landing { - --landing-header-height: var(--header-height); - --landing-primary-color: var(--primary-color); - --landing-default-color: var(--default-color); - --landing-default-color-rgb: var(--default-color-rgb); - --landing-light-color: var(--light-color); - --landing-light-color-rgb: var(--light-color-rgb); - --landing-muted-color: var(--muted-color); - --landing-table-color: var(--table-color); - --landing-text-primary-color: var(--primary-color); - --landing-section-separator-color: rgba(var(--explore-color-rgb), var(--opacity)); -} - -.landing .landing-right-sidebar-min-width { - min-width: 360px; -} - -.landing .landing-sidebar-height { - height: calc(100vh - var(--landing-header-height)); -} - -.landing .landing-background-light-color { - background-color: var(--landing-light-color); -} - -.landing .landing-background-grey-color { - background-color: var(--landing-table-color); -} - -.landing .landing-left-sidebar-border { - border-right: 1px solid var(--landing-muted-color); -} - -.landing .landing-action-button.landing-action-button-portal { - background-color: var(--landing-text-primary-color); - color: var(--landing-light-color); - border-color: var(--landing-text-primary-color); -} - -.landing .landing-action-button.landing-action-button-portal:hover { - color: var(--landing-text-primary-color); -} - -.landing .landing-action-button.landing-action-button-orcid:not(.uk-text-muted) { - border-color: var(--orcid-color); - color: var(--orcid-color); -} - -.landing .landing-action-button { - background-color: var(--landing-light-color); - border: 1px solid; - border-radius: 4px; - width: 35px; - height: 35px; -} - -.landing .landing-action-button:hover { - background-color: var(--landing-default-color); - border: none; -} - -.landing .landing-action-tooltip { - color: inherit; -} - -.landing .landing-action-tooltip-portal { - color: var(--landing-text-primary-color); -} - -.landing .landing-action-tooltip-primary { - color: var(--landing-primary-color); -} - -.landing .uk-dropdown { - z-index: 981; -} - -/* Remove the following rule when .less is used for openaire theme */ -.landing .uk-offcanvas .uk-dropdown { - left: auto !important; - right: auto !important; -} - -.landing #main-tabs-div { - background: rgba(var(--landing-default-color-rgb), 0.95); - top: 0; - position: relative; - /*transition: background-color 0.3s ease-out 0s, top 0.2s ease-out 0s;*/ - z-index: 978; -} - -.landing #main-tabs-div.active { - /*transition: background-color 0.3s ease-out 0s, top 0.5s ease-out 0s;*/ - -webkit-backdrop-filter: saturate(180%) blur(20px); - backdrop-filter: saturate(180%) blur(20px); -} - -.landing #graph_and_feedback { - /*background: rgba(var(--landing-light-color-rgb), 0.95);*/ - background: rgba(var(--landing-default-color-rgb), 0.95); - z-index: 979; -} - -.landing #main-tabs-div, #graph_and_feedback { - -webkit-backdrop-filter: saturate(180%) blur(20px); - backdrop-filter: saturate(180%) blur(20px); - /*z-index: 979;*/ -} - -@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) { - .landing #main-tabs-div { - background: rgba(var(--landing-default-color-rgb), 0.80); - } - .landing #graph_and_feedback { - /*background: rgba(var(--landing-light-color-rgb), 0.80);*/ - background: rgba(var(--landing-default-color-rgb), 0.80); - } -} -.landing .landing-section:not(.landing-section-height-auto){ - min-height: 60vh; -} - -.landing #landing-sections .landing-section:not(:last-child):before{ - background-color: var(--landing-section-separator-color); - opacity: var(--opacity); -} - -.landing #landing-sections .landing-section:not(:last-child){ - border-bottom: solid 3px var(--landing-section-separator-color); -} - -.landing #landing-sections .landing-section { - padding-bottom: 80px; -} - -.landing #landing-sections .landing-section:not(:first-child) { - margin-top: 80px; -} - -.landing .download-from > * { - background: var(--landing-default-color); - border: 1px solid var(--landing-muted-color); - border-radius: 6px; -} - -.landing #right-sidebar-switcher { - top: 50vh !important; -} - -.landing .landing-left-sidebar-width { - width: 100px; -} - -@media only screen and (min-width: 960px) { - .landing-left-sidebar-width { - width: 150px; - } -} - -@media (min-width:960px) { - .separator-in-tab { - border-left: 1px solid var(--landing-muted-color); - } -} - -.card-tab { - border-radius: 6px; - border-left: 5px var(--landing-section-separator-color) solid; -} diff --git a/library-css/linking.css b/library-css/linking.css deleted file mode 100644 index 20e1ecf..0000000 --- a/library-css/linking.css +++ /dev/null @@ -1,46 +0,0 @@ -:root { - --linking-basket-background: var(--primary-color); - --linking-next-step-disabled-background: var(--muted-color); - --linking-next-step-disabled-color: var(--disable-color); - --linking-next-step-active-background: var(--primary-color); - --linking-next-step-active-color: white; - --linking-result-button-selected-background: var(--secondary-color); - --linking-result-button-selected-color: white; - --linking-result-button-selected-border: var(--secondary-color); - --linking-result-button-enabled-background: white; - --linking-result-button-enabled-color: var(--primary-color); - --linking-result-button-enabled-border: var(--primary-color); -} - -.linkingBasket{ - background-color: var(--linking-basket-background) opacity 0.1; -} - -.nextStep.active{ - background-color: var(--linking-next-step-active-background); - color: var(--linking-next-step-active-color); - cursor: pointer; -} - -.nextStep.disabled{ - background-color: var(--linking-next-step-disabled-background); - color: var(--linking-next-step-disabled-color); -} -.community-card .uk-icon-button.selected, .claim-result-card .uk-icon-button.selected{ - background-color: var(--linking-result-button-selected-background); - color: var(--linking-result-button-selected-color) !important; - border-color: var(--linking-result-button-selected-border); - box-shadow: none; -} - -.community-card .uk-icon-button.enabled, .claim-result-card .uk-icon-button.enabled{ - background-color: var(--linking-result-button-enabled-background); - color: var(--linking-result-button-enabled-color) !important; - border:1px solid var(--linking-result-button-enabled-border); - box-shadow: none; -} - -.community-card .uk-icon-button{ - width: 34px; - height: 34px; -} diff --git a/library-css/login.css b/library-css/login.css deleted file mode 100644 index a757bcc..0000000 --- a/library-css/login.css +++ /dev/null @@ -1,27 +0,0 @@ -:root { - --login-background-color: var(--primary-color); - --login-background-color-hover: var(--secondary-color); - --login-color: var(--light-color); - --login-color-hover: var(--light-color); -} - -.login > * { - color: var(--login-color) !important; -} - -.login:hover > * { - color: var(--login-color-hover) !important; -} - -.login circle { - fill: var(--login-background-color); -} - -.login:hover circle { - fill: var(--login-background-color-hover); -} - -.login text { - stroke: currentColor; - fill: currentColor; -} diff --git a/library-css/modal.css b/library-css/modal.css deleted file mode 100644 index 3500567..0000000 --- a/library-css/modal.css +++ /dev/null @@ -1,97 +0,0 @@ -.fs-modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1029; - overflow: auto; - background-color: white; - opacity: 0; - display: flex; - justify-content: center; - padding: 15px 15px; - transform: scale(0); - transition: transform linear .3s, opacity linear .3s; -} - -.fs-modal .fs-modal-bg { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.fs-modal .fs-modal-dialog { - background-color: white; - border-radius: 4px; - max-height: calc(100vh - 30px); - width: 1120px; - box-shadow: 0 3px 6px #0000001a; - height: fit-content; - position: relative; -} - -.fs-modal .fs-modal-dialog > .header { - height: 39px; - padding: 30px 40px; - border-bottom: 1px solid rgba(var(--theme-secondary-color-rgb), 0.4); -} - -.fs-modal .fs-modal-dialog > .content { - max-height: calc(100vh - 280px); - padding: 30px 40px; - overflow: auto; -} - -.fs-modal .fs-modal-dialog > .content.hasFooter { - max-height: calc(100vh - 340px); -} - -.fs-modal .fs-modal-dialog > .footer { - height: 39px; - padding: 30px 40px; - border-top: 1px solid rgba(26, 26, 26, 0.2); -} - -.fs-modal .fs-modal-dialog > .close { - position: absolute; - opacity: 0.7; - top: 10px; - right: 10px; - z-index: 1; -} - -@media only screen and (min-width: 640px) { - .fs-modal { - padding: 50px 30px; - } - - .fs-modal .fs-modal-dialog { - max-height: calc(100vh - 100px); - } -} - -@media only screen and (min-width: 960px) { - .fs-modal { - padding: 50px 40px; - } -} - -html.fs-modal-open { - overflow: hidden !important; -} - -html.fs-modal-open .fs-modal { - opacity: 1; - transform: scale(1); -} - -.uk-modal.uk-open ~ .uk-tooltip { - z-index: 10001; -} - -.fs-modal ~ .uk-tooltip { - z-index: 10000; -} diff --git a/library-css/notification.css b/library-css/notification.css deleted file mode 100644 index e57093f..0000000 --- a/library-css/notification.css +++ /dev/null @@ -1,28 +0,0 @@ -.uk-notification-message { - border-radius: 3px; - font-size: 14px; - padding: 20px; -} - -.uk-notification-message.uk-notification-message-success { - background-color: #e0f0d5; - color: #669a59; -} - -.uk-notification-message.uk-notification-message-danger { - background-color: #f2dede; - color: #b25654; -} - -.uk-notification-message.uk-notification-message-warning { - background-color: #f2eade; - color: #b27554; -} - -.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover { - color: #1a1a1a; -} - -.uk-modal.uk-open ~ .uk-notification, .uk-notification ~ .uk-modal.uk-open { - z-index: 10001 !important; -} \ No newline at end of file diff --git a/library-css/pagination.css b/library-css/pagination.css deleted file mode 100644 index 9aa148d..0000000 --- a/library-css/pagination.css +++ /dev/null @@ -1,15 +0,0 @@ -.uk-pagination > .uk-active > * , .uk-pagination > .uk-active > *:hover { - background-color: var(--portal-main-color) !important; - color: var(--portal-main-contrast) !important; - border-color: var(--portal-main-color) !important; - border-radius: 500px; - line-height: 12px !important; -} - -.uk-pagination .uk-icon { - color: var(--portal-main-color) !important; -} - -.paging-hr { - border-bottom: 1px solid #E5E5E5 !important; -} diff --git a/library-css/portal.css b/library-css/portal.css deleted file mode 100644 index 914b350..0000000 --- a/library-css/portal.css +++ /dev/null @@ -1,88 +0,0 @@ -.portal-color { - color: var(--portal-main-color) !important; -} - -.portal-secondary-color { - color: var(--portal-dark-color) !important; -} - -.portal-background-color { - background-color: var(--portal-main-color) !important; -} - -.portal-background-color * { - color: var(--portal-main-contrast) !important; -} - -.portal-box { - background-color: var(--portal-main-color) !important; - color: var(--portal-main-contrast) !important; - border: 1px solid var(--portal-main-color); - height: 18px; -} - -.portal-box .mat-select-value, .portal-box .mat-select-arrow { - color: var(--portal-main-contrast) !important; -} - -/* Button */ -.portal-icon-button, .portal-icon-button:hover { - background: var(--portal-main-color) !important; - color: var(--portal-main-contrast) !important; - border: 1px solid var(--portal-main-color) !important; -} - -.portal-button:not(.uk-disabled), .portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus { - background-color: var(--portal-main-color); - color: var(--portal-main-contrast) !important; - border: 1px solid var(--portal-main-color); - background-image: none; -} - -.portal-button:hover, .portal-button:active, .portal-button:focus { - background-color: var(--portal-dark-color); - color: var(--portal-main-contrast) !important;; - border: 1px solid var(--portal-dark-color); - background-image: none; -} - -.portal-button-reverse { - background-color: var(--portal-main-contrast);; - color: var(--portal-main-color) !important;; - border: 1px solid var(--portal-main-color); - background-image: none; -} - -/* Link */ -.portal-link, .grey-portal-link:hover { - color: var(--portal-main-color) !important; -} - -.grey-portal-link { - color: rgba(26, 26, 26, 0.8) !important; -} - -.portal-link:hover:not(.uk-icon-link), .portal-link:active:not(.uk-icon-link), .portal-link:focus:not(.uk-icon-link) { - text-decoration: underline !important; -} - -.portal-link.uk-icon-link:hover, .portal-link.uk-icon-link:active, .portal-link.uk-icon-link:focus { - color: var(--portal-dark-color) !important;; -} - -/* Icon */ -.portal-icon svg > * { - fill: var(--portal-main-color); -} - -.graph-color { - color: #EE2540 !important; -} - -.graph-color:hover, .graph-color:active { - text-decoration: underline; -} - -.provide-color { - color: var(--provide-portal-color); -} diff --git a/library-css/search.css b/library-css/search.css deleted file mode 100644 index fcf1a9e..0000000 --- a/library-css/search.css +++ /dev/null @@ -1,261 +0,0 @@ -:root { - --search-form-background: var(--secondary-color); - --search-form-background-image: none; -} - -.search-form { - background-color: var(--search-form-background); - background-image: var(--search-form-background-image); -} -.blur-background { - background-color: var(--default-color); -} -.blur-background { - background: rgba(var(--default-color-rgb), 0.80); -} - -/* OLD */ -/*ul.recentyears { - padding-left: 0 !important; - display: inline-flex; - vertical-align: middle; - flex-wrap: nowrap; -} - -.recentyears.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before { - margin-right: 10px !important; - border-left: 1px solid var(--portal-main-color) !important; -} - -.recentyears.uk-subnav > * { - padding-left: 10px; - flex: inherit; -} - -.recentyears.uk-subnav > *:nth-child(1) { - padding-left: 0 !important; -} - -search-bar .entitiesSelection { - max-width: 115px; - border: solid 1px var(--portal-main-color) !important; - background: white !important; - color: var(--portal-main-color); -} - -search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-bar .entitiesSelection .mat-select-arrow, search-bar .entitiesSelection .mat-select-value { - color: var(--portal-main-color) !important; -} - -.searchFormMinHeight { - min-height: 400px; -} - -.search-results { - min-height: 600px; -} - -.search-results li { - padding-top: 15px !important; -} - -.search-results li .uk-card { - padding: 15px 30px; -} - -.search-results li .type { - color: var(--portal-main-color); - opacity: 0.8; -} - -.other-results { - min-height: 300px; -} - -.searchPaging { - min-height: 46px; - font-size: 14px; -} - -.uk-pagination > * > * { - font-family: "Open Sans", sans-serif; -} - -.quickSelectionsBox { - border: 1px solid #E6E6E6; - border-top: 0; - background-color: white; -} - -.selectedFilterLabel { - background-color: #E5E5E5; - border-color: #E5E5E5; - border-radius: 5px; - color: inherit; - line-height: 15px; - padding: 6px 10px; -} - -.selectedFilterLabel.customFilterLabel { - color: var(--portal-main-color); -} - -.searchFilterItem { - margin-bottom: 5px; -} - -.entitiesSelection { - width: 150px; - padding: 10px; - display: inline-block -} - -.text-input-box { - border: 1px solid #DFE1E5 !important; -} - -.searchFilterTitle { - !* text-decoration-color: var(--portal-main-color); - text-decoration: underline; *! - border-bottom: 1px solid var(--portal-main-color) !important; - padding: 5px 0; - color: var(--portal-main-color); -} - -.offcanvas-white { - background: white !important; - color: inherit !important; -} - -.offcanvas-white .uk-close, .offcanvas-white .uk-close:hover, -.offcanvas-white a:not([class*="portal-link"]) { - color: inherit !important; -} - -.offcanvas-white a:not([class*="portal-link"]):hover { - color: #222080 !important; -} - -.offcanvas-white h4, .offcanvas-white .uk-h4, .offcanvas-white h6, .offcanvas-white .uk-h6 { - color: #1a1a1a !important; -} - -.offcanvas-white h5 { - font-size: 18px !important; - line-height: 1.4 !important; - color: #1a1a1a !important; - font-family: 'Open Sans', sans-serif !important; -} - -.offcanvas-white .uk-text-muted { - color: #bfbfbf !important; -} - -.offcanvas-white .uk-input:not(.text-input-box) { - background: #fff !important; - color: #666 !important; -} - -.offcanvas-white .text-input-box { - border: 1px solid #ededed !important; - background: #fff !important; - color: #666 !important; -} - -.offcanvas-white .uk-input::placeholder { - color: #bfbfbf !important; -} - -.offcanvas-white .uk-select:not([multiple]):not([size]) { - background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important; - background-repeat: no-repeat !important; - background-position: 100% 50% !important; - border-bottom: 1px solid !important;; - border-color: #ededed !important; - color: #666 !important; -} - -.offcanvas-white .uk-input:focus, .offcanvas-white .uk-select:not([multiple]):not([size]):focus { - background-color: #fff !important; - color: #666 !important; - border-color: #222080 !important; -} - -.offcanvas-white .uk-radio:checked:not(:disabled), .offcanvas-white input[type="radio"]:checked:not(:disabled) { - background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important; -} - -offcanvas-white .uk-radio:disabled:checked, offcanvas-white input[type="radio"]:disabled:checked { - background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23bfbfbf%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important; -} - -.offcanvas-white .uk-checkbox:checked:not(:disabled), .offcanvas-white input[type="checkbox"]:checked:not(:disabled) { - background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important; -} - -.offcanvas-white .uk-checkbox:disabled:checked, .offcanvas-white input[type="checkbox"]:disabled:checked { - background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23bfbfbf%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important; -} - -.offcanvas-white input[type="radio"]:checked:not(:disabled), -.offcanvas-white input[type="checkbox"]:checked:not(:disabled) { - background-color: #222080 !important;; - border-color: transparent !important;; -} - -.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"], -.offcanvas-white .uk-checkbox, .offcanvas-white input[type="checkbox"] { - border: 1px solid #d4d4d4 !important;; -} - -.offcanvas-white .uk-radio:disabled, .offcanvas-white .uk-checkbox:disabled { - background-color: #f9f9f9 !important; - border-color: #ededed !important; -} - -.offcanvas-white .uk-button-default:not(:disabled) { - background-color: #fff !important; - color: #222080 !important; - border: 1px solid #222080 !important; -} - -.offcanvas-white .uk-button-default:hover:not(:disabled) { - background-color: #222080 !important; - color: #fff !important; - border-color: #222080 !important; -} - -.offcanvas-white .uk-button-default:disabled { - color: #bfbfbf !important; - border: 1px solid #ededed !important; -} - -!* Advanced Search Form*! -.advancedSearchFormBackground { - background-repeat: no-repeat !important; - background-size: 100% 320px; - height: auto !important; -} - -.advancedSearchForm { - !*box-shadow: 0 1px 10px #444444;*! - background-color: white; - border: 1px solid #ccc; -} - -.advancedSearchForm .uk-icon-button { - fill: #296EE9 !important; -} - -!* Autocomplete *! -.custom-autocomplete .uk-nav-autocomplete > li > a:hover { - background: #00a8e6 none repeat scroll 0 0; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset; - color: #FFF; - outline: medium none; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); -} - -.custom-autocomplete .uk-nav-navbar > li > a { - color: #444; -}*/ diff --git a/library-css/tabs.css b/library-css/tabs.css deleted file mode 100644 index d686427..0000000 --- a/library-css/tabs.css +++ /dev/null @@ -1,97 +0,0 @@ -.main-tabs .tab-header { - font-size: 12px; - text-transform: uppercase; - transition: color .1s ease-in-out; - line-height: 20px; - user-select: none; -} - -.main-tabs > li { - background-color: #F2F2F2; - border: 1px solid #DEDEDE; - z-index: 2; - max-width: 150px; -} - -.main-tabs > li.uk-active:not(.fake-tab) { - background-color: white !important; - border-bottom: 1px solid white; - border-top: 3px solid var(--portal-main-color); -} - -.main-tabs > li > a { - text-transform: capitalize; - text-align: left; - color: #7A7A7A; - border: none; -} - -.main-tabs > li:not(.uk-active):not(:hover) > a > .number { - color: #666666; -} - -.main-tabs > li > a > .number { - font-size: 18px; - line-height: 1.4; - font-family: Heebo; - font-weight: 800; -} - -.main-tabs.uk-tab > .uk-active > a, .main-tabs.uk-tab > li:hover:not(.statistics) > a { - /*border: none !important;*/ - color: var(--portal-main-color) !important; -} -.main-tabs > li.portalTab > a, .main-tabs > .uk-active.portalTab > a, -.main-tabs > li.statistics > a, .main-tabs > .uk-active.statistics > a, -.main-tabs > li.statistics svg #statistics-bars, .main-tabs > .uk-active.statistics svg #statistics-bars { - fill: #FE4A49 !important; - color: #FE4A49 !important; -} - -.main-tabs.uk-tab > li:hover.portalTab:not(.uk-active) > a, -.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) > a, -.main-tabs.uk-tab > li:hover.statistics:not(.uk-active) svg #statistics-bars { - fill: #FF052B !important; - color: #FF052B !important; -} - -.main-tabs.uk-tab > .uk-active.statistics > a,.main-tabs.uk-tab > .uk-active.portalTab > a { - background-color: #FFE6E6 !important; -} - -.main-tabs > li.uk-active.statistics, .main-tabs > li.uk-active.portalTab { - border-top: 3px solid #FE4A49 !important; - border-bottom: 1px solid #FFE6E6; -} - -.main-tabs-content { - border: 1px solid #DEDEDE; - margin-top: -1px; - z-index: 1; - background-color: white; -} - -.main-tabs-content .content-overflow.uk-overflow-auto { - max-height: 700px; -} - -@media (min-width:960px) { - .main-tabs-content .right-column { - border-left: 1px solid #DEDEDE; - } -} - -.main-tabs-content .tab-header { - font-size: 20px; - text-transform: capitalize; - color: #707070; -} - -.white-box-with-border { - border: 1px solid #DEDEDE; - background-color: white; -} - -.white-box-with-border.uk-grid > div:not(.uk-first-column) { - border-left: 1px solid #DEDEDE; -} diff --git a/library-css/text.css b/library-css/text.css deleted file mode 100644 index 50f5c88..0000000 --- a/library-css/text.css +++ /dev/null @@ -1,24 +0,0 @@ -.number { - font-size: 36px; - line-height: 1.25; -} - -.number.uk-text-small { - font-size: 22px; -} - -.number.uk-text-large { - font-size: 64px; -} - -.text-graph { - color: var(--graph-color) !important; -} - -.text-orcid { - color: var(--orcid-color) !important; -} - -.text-argos { - color: var(--argos-color) !important; -} diff --git a/library-css/utils.css b/library-css/utils.css deleted file mode 100644 index bc22709..0000000 --- a/library-css/utils.css +++ /dev/null @@ -1,206 +0,0 @@ -/*@media (min-width: 960px) {*/ -/* .float-children-right-at-medium > * {*/ -/* float: right;*/ -/* }*/ -/*}*/ - -/*@media (max-width: 959px) {*/ -/* .margin-small-top-at-small {*/ -/* margin-top: 10px !important;*/ -/* }*/ -/*}*/ - -/*.space {*/ -/* margin-left: 4px !important;*/ -/*}*/ - -/*.custom-icon {*/ -/* display: inline-block;*/ -/* width: 18px;*/ -/* height: 18px;*/ -/* vertical-align: text-top;*/ -/*}*/ - -/*.custom-icon.large {*/ -/* width: 22px;*/ -/* height: 22px;*/ -/*}*/ - -.custom-external::after { - vertical-align: super; - color: var(--placeholder-color); - font-weight: 300; - font-size: 70%; - font-family: "Material Icons"; - content: "\e895"; /* launch */ - margin-left: 1px; - margin-top: -5px; - display: inline-block; -} - -.uk-light .custom-external::after { - color: var(--light-color); -} - -.custom-external:hover::after, .custom-external::after:hover{ - text-decoration: none !important; -} - -.view-more-less-link::after { - font-family: "Material Icons"; - content: "\e5cc"; /* chevron_right */ - margin-left: 1px; - display: inline-block; - vertical-align: middle; -} - -.view-more-less-link:hover::after, .view-more-less-link::after:hover{ - text-decoration: none !important; -} - -/*.custom-icon-button {*/ -/* border-radius: 50%;*/ -/* padding: 9px 10px;*/ -/* line-height: unset;*/ -/*}*/ - -/*.custom-external-white {*/ -/* background: url("~src/assets/common-assets/icons/external.svg") no-repeat;*/ -/* background-size: contain;*/ -/*}*/ - -/*.custom-copy-white {*/ -/* background: url("~src/assets/common-assets/icons/copy.svg") no-repeat;*/ -/* background-size: contain;*/ -/*}*/ - -/*h2 .custom-external {*/ -/* min-height: 20px;*/ -/* background-size: 20px 20px;*/ -/* padding-left: 21px;*/ -/* background: rgba(0, 0, 0, 0) url("~src/assets/common-assets/external-link.svg") no-repeat scroll left center;*/ -/*}*/ - -.multi-line-ellipsis > * { - display: -webkit-box !important; - autoprefixer: ignore next; - -webkit-box-orient: vertical; - overflow: hidden; - text-overflow: ellipsis; - white-space: initial; -} - -/* all tags with display: block */ -.multi-line-ellipsis > * p, .multi-line-ellipsis > * div, .multi-line-ellipsis > * pre, -.multi-line-ellipsis > * address, .multi-line-ellipsis > * article, .multi-line-ellipsis > * aside, -.multi-line-ellipsis > * blockquote, .multi-line-ellipsis > * canvas, -.multi-line-ellipsis > * dl, .multi-line-ellipsis > * dd, .multi-line-ellipsis > * dt, -.multi-line-ellipsis > * fieldset, .multi-line-ellipsis > * figcaption, .multi-line-ellipsis > * figure, -.multi-line-ellipsis > * footer, .multi-line-ellipsis > * form, -.multi-line-ellipsis > * h1, .multi-line-ellipsis > * h2, .multi-line-ellipsis > * h3, .multi-line-ellipsis > * h4, .multi-line-ellipsis > * h5, .multi-line-ellipsis > * h6, -.multi-line-ellipsis > * header, .multi-line-ellipsis > * hr, .multi-line-ellipsis > * li, .multi-line-ellipsis > * main, -.multi-line-ellipsis > * nav, .multi-line-ellipsis > * noscript, .multi-line-ellipsis > * ol, .multi-line-ellipsis > * section, -.multi-line-ellipsis > * table, .multi-line-ellipsis > * tfoot, .multi-line-ellipsis > * ul, .multi-line-ellipsis > * video { - display: contents; -} - -.multi-line-ellipsis > * p:after, .multi-line-ellipsis > * div:after, .multi-line-ellipsis > * pre:after, -.multi-line-ellipsis > * address:after, .multi-line-ellipsis > * article:after, .multi-line-ellipsis > * aside:after, -.multi-line-ellipsis > * blockquote:after, .multi-line-ellipsis > * canvas:after, -.multi-line-ellipsis > * dl:after, .multi-line-ellipsis > * dd:after, .multi-line-ellipsis > * dt:after, -.multi-line-ellipsis > * fieldset:after, .multi-line-ellipsis > * figcaption:after, .multi-line-ellipsis > * figure:after, -.multi-line-ellipsis > * footer:after, .multi-line-ellipsis > * form:after, -.multi-line-ellipsis > * h1:after, .multi-line-ellipsis > * h2:after, .multi-line-ellipsis > * h3:after, -.multi-line-ellipsis > * h4:after, .multi-line-ellipsis > * h5:after, .multi-line-ellipsis > * h6:after, -.multi-line-ellipsis > * header:after, .multi-line-ellipsis > * hr:after, .multi-line-ellipsis > * li:after, -.multi-line-ellipsis > * main:after, .multi-line-ellipsis > * nav:after, .multi-line-ellipsis > * noscript:after, -.multi-line-ellipsis > * ol:after, .multi-line-ellipsis > * section:after, .multi-line-ellipsis > * table:after, -.multi-line-ellipsis > * tfoot:after, .multi-line-ellipsis > * ul:after, .multi-line-ellipsis > * video:after { - content: "\A"; - white-space:pre; -} - -.multi-line-ellipsis.line-1 > * { - -webkit-line-clamp: 1; -} - -.multi-line-ellipsis.lines-2 > * { - -webkit-line-clamp: 2; -} - -.multi-line-ellipsis.lines-3 > * { - -webkit-line-clamp: 3; -} - -.multi-line-ellipsis.lines-10 > * { - -webkit-line-clamp: 10; -} - -.iframeContainer { - overflow: hidden; -} - -.iframeContainer iframe { - width: 100%; - height: 100%; - border: 0; -} - -.clipboard-wrapper { - background: var(--light-color); - border: 0.5px solid var(--muted-color); - border-radius: 4px; -} - -/*.orcid-clipboard-wrapper > input[name="code"] {*/ -/* font-size: inherit;*/ -/* border: none;*/ -/*}*/ - -/*.uk-link-text a:hover, .uk-link-toggle:focus .uk-link-text, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover{*/ -/* color:var(--portal-main-color) !important;*/ -/*}*/ - -/*ul > li > .circle {*/ -/* border-radius: 50%;*/ -/* padding: 1px;*/ -/*}*/ - -/*ul > li > .circle.uk-light svg > * {*/ -/* stroke: #ffffff;*/ -/*}*/ - -/*div:not(.uk-logo) > img {*/ -/* align-self: start;*/ -/*}*/ - -/*.number-width {*/ -/* width: 270px;*/ -/*}*/ - -/*.hide-element {*/ -/* padding: 0 !important;*/ -/* height: 0 !important;*/ -/* overflow: hidden !important;*/ -/*}*/ - -/*.cursor-default {*/ -/* cursor: default !important;*/ -/*}*/ - -/*.custom-break {*/ -/* overflow-wrap: break-word;*/ -/* word-wrap: break-word;*/ -/* -ms-word-break: break-all;*/ -/* word-break: break-all;*/ -/* -ms-hyphens: auto;*/ -/* -moz-hyphens: auto;*/ -/* -webkit-hyphens: auto;*/ -/* hyphens: auto;*/ - -/*}*/ - -.orcid-dropdown input { - border: none !important; - outline: 0 !important; -} diff --git a/library-css/variables.css b/library-css/variables.css deleted file mode 100644 index 26f8e83..0000000 --- a/library-css/variables.css +++ /dev/null @@ -1,18 +0,0 @@ -:root { - --contrast-color: white; - --theme-primary-color: #222080; - --theme-secondary-color: #4686e5; - --theme-primary-color-rgb: 34,31,128; - --theme-secondary-color-rgb: 70,134,229; - --openaire-main-color: #313179; - --explore-portal-color: #D95F2D; - --provide-portal-color: #37C7E9; - --monitor-portal-color: #8DCA26; - --connect-portal-color: #EBB13E; - --develop-portal-color: #DA65AB; - --explore-portal-lower-tone: #a0462c; - --provide-portal-lower-tone: #3A8FA3; - --monitor-portal-lower-tone: #7c9144; - --connect-portal-lower-tone: #b48536; - --develop-portal-lower-tone: #9f4e7e; -} diff --git a/library.css b/library.css deleted file mode 100644 index 536577e..0000000 --- a/library.css +++ /dev/null @@ -1,1106 +0,0 @@ -@import "library-css/import.css"; - -main { - min-height: calc(100vh - var(--header-height)); -} - -/*.custom-footer {*/ -/* position: relative;*/ -/* bottom: 0;*/ -/* width: 100%;*/ -/*}*/ - -/*#tm-main {*/ -/* min-height: 80vh;*/ -/*}*/ - -/*.pseudo-external {*/ -/* padding-left: 16px;*/ -/* !*margin-bottom: 5px;*!*/ -/*}*/ - -/*.custom-navbar-toggle-icon, .custom-user-mini-panel {*/ -/* color: #444 !important*/ -/*}*/ - -/*.custom-user-mini-panel a {*/ -/* color: rgb(36, 91, 204);*/ -/*}*/ - -/*.custom-main-content { - min-height: 550px; -}*/ - -/*.custom-description-list-horizontal {*/ -/* line-height: 200%*/ -/*}*/ - -/*.custom-hidden-dropdown-menu {*/ -/* position: static !important;*/ -/*}*/ - -/*.searchFilterBoxValues {*/ -/* overflow: auto;*/ -/* max-height: 200px;*/ -/*}*/ - -/*.selected-filters-box {*/ -/* margin: 5px;*/ -/* background-color: #F8F8F8;*/ -/*}*/ - -/*.search-form {*/ -/* margin: 5px;*/ -/*}*/ - -.clickable { - cursor: pointer; - user-select: none; -} - -/*.helper-left-right {*/ -/* !* margin-top: 75px; *!*/ -/* max-width: 20%;*/ -/*}*/ - -/*.errors-in-searchTableView {*/ -/* margin-top: 75px;*/ -/*}*/ - -/*.sc39 {*/ -/* background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center;*/ -/* padding-right: 24px;*/ -/*}*/ - -/*.projectIcon {*/ -/* display: inline-table;*/ -/*}*/ - -/*.tooltip-custom-font-size {*/ -/* font-size: 120%;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-tooltip {*/ -/* background: #666;*/ -/*}*/ - -/*.custom-select-mini {*/ -/* max-width: 170px !important;*/ -/*}*/ - -/*!*.custom-tab-content-large{*/ -/* min-height: 800px;*/ -/*}*/ -/* *!*/ -/*.custom-tab-content {*/ -/* min-height: 250px;*/ -/*}*/ - -/*.custom-dataTable-content {*/ -/* min-height: 600px;*/ -/*}*/ - -/*.custom-html-table-height {*/ -/* height: 500px;*/ -/*}*/ - -/*.browseFilters {*/ -/* overflow-y: auto;*/ -/* overflow-x: hidden;*/ -/* max-height: 265px;*/ -/*}*/ - - -/*.custom-offcanvas-close {*/ -/* position: relative;*/ -/* right: 0;*/ -/* top: 0;*/ -/*}*/ - -/*.entityTitleIcon {*/ -/* background-repeat: no-repeat;*/ -/* content: '';*/ -/* display: inline-block;*/ -/* height: 36px;*/ -/* width: 42px;*/ -/* vertical-align: middle;*/ -/*}*/ - -/*.entityIcon {*/ -/* height: 15px;*/ -/* width: 20px;*/ - -/*}*/ - -/*!* theme *!*/ -/*.uk-tab {*/ -/* display: -ms-flexbox;*/ -/* display: -webkit-flex;*/ -/* display: flex;*/ -/* -ms-flex-wrap: wrap;*/ -/* -webkit-flex-wrap: wrap;*/ -/* flex-wrap: wrap;*/ -/* margin-left: -20px;*/ -/* padding: 0;*/ -/* list-style: none;*/ -/* position: relative;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-tab::before {*/ -/* content: "";*/ -/* position: absolute;*/ -/* bottom: 0;*/ -/* left: 20px;*/ -/* right: 0;*/ -/* border-bottom: 1px solid #e5e5e5;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-tab-left::before {*/ -/* border-bottom: none !important;*/ -/*}*/ - - -/*.searchForm, .generalSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.publicationsSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.projectsSearchForm, .projectsTableSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.organizationsSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.datasetsSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.softwareSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.orpsSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.journalsSearchForm, .journalsTableSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {*/ -/* box-sizing: border-box;*/ -/* height: 320px;*/ -/*}*/ - -/*.divider-table tbody td, .uk-table th {*/ -/* border-bottom: 1px solid #E5E5E5;*/ -/*}*/ - -/*.descriptionText {*/ -/* !* Padding-left: 25px !important;*/ -/* Border-left: 10px solid #fafafa; *!*/ -/* display: inline-block;*/ -/* position: relative;*/ -/* top: calc(-0.1 * 1em);*/ -/* vertical-align: middle;*/ -/* margin-right: 10px;*/ -/* !* border-left: 8px solid #e5e5e5; *!*/ -/* margin-top: 8px;*/ -/* color: #666666 !important;*/ -/* line-height: 22px !important;*/ - -/*}*/ - - -/*.custom-offcanvas-bar {*/ -/* background: grey !important;*/ -/* width: 100% !important;*/ - -/*}*/ - -/*.custom-offcanvas-bar .filtersModal {*/ -/* color: grey !important;*/ - -/*}*/ - -/*.list-horizontal {*/ -/* display: flex;*/ -/*}*/ - -/*.list-horizontal span {*/ -/* margin-right: 5px;*/ -/* padding-left: 0px !important;*/ - -/*}*/ - -/*.list-horizontal-line span {*/ -/* margin-right: 5px;*/ -/* border-right: 1px solid #f1f1f1;*/ -/* padding-right: 5px;*/ - -/*}*/ - -/*.list-horizontal-line > span:last-child {*/ -/* border-right: none;*/ -/*}*/ - -/*h2, h4 {*/ -/* text-transform: none !important;*/ -/*}*/ - -/*.linkdropdown {*/ -/* min-width: 250px;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-button-action {*/ -/* background-color: #D6352B;*/ -/* color: #fff*/ -/*}*/ - -/*!* h2, .uk-h2{*/ -/* font-size:28px !important;*/ -/*} *!*/ -/*.app-box {*/ -/* border: #DFDFF0 solid 1px;*/ -/* background-color: #FAFBFF;*/ -/*}*/ - -/*ul.user-actions > li{*/ -/* margin-bottom: 10px;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-subnav-line li:hover .home-icon svg #home {*/ -/* fill: #05007A !important;*/ - -/*}*/ - -/*svg #home {*/ -/* fill: white !important;*/ - -/*}*/ - -/*.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a {*/ -/* display: block;*/ -/* color: #d4d4d4 !important;*/ -/*}*/ - -/*.tm-toolbar .uk-subnav-line li:hover {*/ -/* display: block;*/ -/*}*/ - -/*!* remove the others*!*/ - -/*.helper-grid > * {*/ -/* padding-left: 25px !important;*/ -/*}*/ - -/*.cite-this-button {*/ -/* font-size: 14px;*/ -/* padding: 3px;*/ -/*}*/ - -/*.link-to-button {*/ -/* font-size: 12px;*/ -/* padding: 3px;*/ -/*}*/ - -/*.dropBasket {*/ -/* border-top: 1px solid #ccc;*/ -/* border-bottom: 1px solid #ccc;*/ -/*}*/ - -/*.basket-title {*/ - -/* padding-top: 20px;*/ -/* padding-bottom: 20px;*/ -/* cursor: pointer;*/ - -/*}*/ - -/*.basket-title::after {*/ -/* background-image: none !important;*/ -/*}*/ - -/*.basket-badge {*/ -/* position: relative;*/ -/* right: 16px;*/ -/* top: -16px;*/ -/* text-align: center;*/ -/* border-radius: 90%;*/ -/* border-radius: 90%;*/ - -/*}*/ - - -/*dd {*/ -/* margin-top: 10px;*/ -/* border-bottom: 1px solid #e8e8e8;*/ -/* padding-bottom: 5px;*/ -/*}*/ - -/*dd:last-child {*/ -/* border-bottom: none;*/ -/*}*/ - -/*.cursor-not-allowed {*/ -/* cursor: not-allowed !important;*/ -/*}*/ - -/*.uk-badge, .badge, a.badge {*/ -/* border-radius: 2px;*/ -/*}*/ - -/*.loading-gif, .loading-gif:before, .loading-gif:after {*/ -/* background: url("./loading.gif") no-repeat;*/ -/* height: 65px;*/ -/* margin-left: auto;*/ -/* margin-right: auto;*/ -/* width: 65px;*/ - -/*}*/ - -/*!* h2, .uk-h2 {*/ -/* font-size: 28px !important;*/ -/*} *!*/ -/*!*body{*!*/ -/*!* !* line-height: 1.4; *!*!*/ -/*!* Font-size:14px;*!*/ -/*!* Color: #333;*!*/ -/*!*}*!*/ - -/*#footer\#8 .el-link {*/ - -/* color: #fff;*/ -/* font-weigth: 300;*/ - -/*}*/ - -/*.custom-article-title {*/ -/* font-size: 32px;*/ -/* Margin-bottom: 10px;*/ -/* font-family: 'Open Sans', sans-serif;*/ -/* color: #1F257B !important;*/ -/*}*/ - -/*.custom-tab-content .uk-pagination > * > * {*/ -/* min-width: 20px;*/ -/* line-height: 1.4;*/ -/* font-size: 14px;*/ - -/*}*/ - -/*.box-content {*/ -/* border: 1px dashed #666666;*/ -/* margin-top: 4px;*/ -/* background: #EFEFEF;*/ -/*}*/ - -/*.citation-accordion .uk-accordion-title {*/ -/* font-family: Raleway;*/ -/*}*/ - -/*.uk-notification.uk-notification-top-center {*/ -/* top: 45% !important;*/ -/*}*/ - -/*.no-selected-message {*/ -/* background: white;*/ -/*}*/ - -/*.textOverflowEllipsis {*/ -/* overflow: hidden;*/ -/* text-overflow: ellipsis;*/ -/* white-space: nowrap;*/ -/*}*/ - -/*.custom-accordion .uk-accordion-title {*/ -/* text-align: left;*/ -/* !* background: #f8f8fe; *!*/ -/* padding: 4px;*/ -/* !* color: #3055ba !important; *!*/ -/* font-size: 14px;*/ -/* text-transform: initial !important;*/ -/* font-weight: inherit !important;*/ -/* !*border-top: gray solid 1px;*!*/ -/* border-bottom: var(--portal-main-color) solid 1px;*/ - - -/*}*/ - -/*.custom-accordion .uk-accordion-title::after {*/ -/* float: none;;*/ -/* padding: 12px;*/ -/*}*/ - -/*.custom-accordion {*/ -/* !*border: gray solid 1px;*!*/ -/* border-top: 0px;*/ -/*}*/ - -/*.custom-accordion .uk-accordion-content {*/ -/* margin: 0px;*/ -/* border: #eee 1px solid;*/ -/* border-top: none;*/ -/* padding: 12px;*/ -/*}*/ - -/*.darkBackground {*/ -/* background-color: rgba(0, 0, 0, 0.5);*/ -/* z-index: 0;*/ -/* color: white !important;*/ -/* font-family: Roboto !important;*/ -/*}*/ - -/*.whiteText {*/ -/* color: white !important;*/ -/* font-family: Roboto !important;*/ -/*}*/ - -/*.shadowBox {*/ -/* box-shadow: 0 1px 3px #444444;*/ -/* !*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*!*/ -/*}*/ - -/*.icon-button-small {*/ -/* width: 22px !important;*/ -/* height: 22px !important;*/ -/* !*color: #666 !important;*!*/ -/* !*background: #f7f7fa !important;*!*/ -/*}*/ - -/*.icon-button-small:focus:not(.portal-icon-button), .icon-button-small:hover:not(.portal-icon-button) {*/ - -/* border-color: #666 !important;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-navbar-container {*/ -/* padding-top: 0px !important;*/ -/* padding-bottom: 0px !important;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-input {*/ -/* background-color: rgba(255, 255, 255, 1.0) !important;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-accordion > :nth-child(n+2) {*/ -/* border-top: 0px solid #ededed !important;*/ -/* margin-top: 0px !important;*/ -/*}*/ - -/*.widget-box {*/ -/* background: white;*/ -/*}*/ - -/*.developlink {*/ -/* text-transform: none !important;*/ -/* color: #fff !important;*/ -/* background: var(--develop-portal-color) !important;*/ -/* font-weight: 600;*/ -/* border: 2px solid var(--develop-portal-color) !important;*/ -/* background-image: none !important;*/ -/*}*/ - -/*.providelink {*/ -/* text-transform: none !important;*/ -/* color: #fff !important;*/ -/* background: var(--provide-portal-color) !important;*/ -/* font-weight: 600;*/ -/* border: 2px solid var(--provide-portal-color) !important;*/ -/* background-image: none !important;*/ -/*}*/ - -/*.connectlink {*/ -/* background-color: var(--connect-portal-color) !important;*/ -/* font-weight: 600;*/ -/* color: #fff !important;*/ -/* border: 2px solid var(--connect-portal-color) !important;*/ -/* background-image: none !important;*/ -/*}*/ - -/*.monitorlink {*/ -/* background-color: var(--monitor-portal-color) !important;*/ -/* font-weight: 600;*/ -/* color: #fff !important;*/ -/* border: 2px solid var(--monitor-portal-color) !important;*/ -/* background-image: none !important;*/ -/*}*/ - -/*.explorelink {*/ -/* background-color: var(--explore-portal-color) !important;*/ -/* font-weight: 600;*/ -/* color: #fff !important;*/ -/* border: 2px solid var(--explore-portal-color) !important;*/ -/* background-image: none !important;*/ -/*}*/ - -/*!* toCheck: *!*/ -/*!* embargo end date *!*/ -/*.highlight, mark {*/ -/* background: rgba(34, 32, 128, .5);*/ -/* color: #222080;*/ -/*}*/ - -/*!* advanced autocomplete *!*/ -/*.custom-autocomplete .uk-dropdown {*/ -/* background: white;*/ -/* !* color: rgba(255,255,255,.7); *!*/ -/*}*/ - -/*.explore-heading-bullet::before {*/ -/* border-left-color: var(--explore-portal-color) !important;*/ -/*}*/ - -/*.provide-heading-bullet::before {*/ -/* border-left-color: var(--provide-portal-color) !important;*/ -/*}*/ - -/*.connect-heading-bullet::before {*/ -/* border-left-color: var(--connect-portal-color) !important;*/ -/*}*/ - -/*.develop-heading-bullet::before {*/ -/* border-left-color: var(--develop-portal-color) !important;*/ -/*}*/ - -/*.monitor-heading-bullet::before {*/ -/* border-left-color: var(--monitor-portal-color) !important;*/ -/*}*/ - - -/*.explore .uk-h4 {*/ -/* color: var(--explore-portal-color);*/ -/* font-weight: bold;*/ -/*}*/ - -/*.explore .el-content {*/ -/* font-size: 18px;*/ -/*}*/ - -/*.explore a {*/ -/* background-color: var(--explore-portal-color) !important;*/ -/* color: #fff !important;*/ -/* font-weight: bold !important;*/ -/* border-color: var(--explore-portal-color) !important;*/ -/*}*/ - -/*.explore a:hover, .explore a:active, .explore a:focus {*/ -/* background-color: var(--explore-portal-lower-tone) !important;*/ -/* border-color: var(--explore-portal-lower-tone) !important;*/ -/*}*/ - -/*.provide .uk-h4 {*/ -/* color: var(--provide-portal-color);*/ -/* font-weight: bold;*/ -/*}*/ - -/*.provide .el-content {*/ -/* font-size: 18px;*/ -/*}*/ - -/*.provide a {*/ -/* background-color: var(--provide-portal-color) !important;*/ -/* color: #fff !important;*/ -/* font-weight: bold !important;*/ -/* border-color: var(--provide-portal-color) !important;*/ -/*}*/ - -/*.provide a:hover, .provide a:active, .provide a:focus {*/ -/* background-color: var(--provide-portal-lower-tone) !important;*/ -/* border-color: var(--provide-portal-lower-tone) !important;*/ -/*}*/ - -/*.monitor .uk-h4 {*/ -/* color: var(--monitor-portal-color);*/ -/* font-weight: bold;*/ -/*}*/ - -/*.monitor .el-content {*/ -/* font-size: 18px;*/ -/*}*/ - -/*.monitor a {*/ -/* background-color: var(--monitor-portal-color) !important;*/ -/* color: #fff !important;*/ -/* font-weight: bold !important;*/ -/* border-color: var(--monitor-portal-color) !important;*/ -/*}*/ - -/*.monitor a:hover, .monitor a:active, .monitor a:focus {*/ -/* background-color: var(--monitor-portal-lower-tone) !important;*/ -/* border-color: var(--monitor-portal-lower-tone) !important;*/ -/*}*/ - -/*.connect-default-button {*/ -/* background-color: var(--connect-portal-color) !important;*/ -/* color: var(--portal-main-contrast) !important;*/ -/* border: 2px solid var(--connect-portal-color) !important;*/ -/* background-image: none !important;*/ -/*}*/ - -/*.connect .uk-h4 {*/ -/* color: var(--connect-portal-color);*/ -/* font-weight: bold;*/ -/*}*/ - -/*.connect .el-content {*/ -/* font-size: 18px;*/ -/*}*/ - -/*.connect a {*/ -/* background-color: var(--connect-portal-color) !important;*/ -/* color: #fff !important;*/ -/* font-weight: bold !important;*/ -/* border-color: var(--connect-portal-color) !important;*/ -/*}*/ - - -/*.connect a:hover, .connect a:active, .connect a:focus {*/ -/* background-color: var(--connect-portal-lower-tone) !important;*/ -/* border-color: var(--connect-portal-lower-tone) !important;*/ - -/*}*/ - -/*.develop .uk-h4 {*/ -/* color: var(--develop-portal-color);*/ -/* font-weight: bold;*/ -/*}*/ - -/*.develop .el-content {*/ -/* font-size: 18px;*/ -/*}*/ - -/*.develop a {*/ -/* background-color: var(--develop-portal-color) !important;*/ -/* color: #fff !important;*/ -/* font-weight: bold !important;*/ -/* border-color: var(--develop-portal-color) !important;*/ -/*}*/ - -/*.develop a:hover, .develop a:active, .develop a:focus {*/ -/* background-color: var(--develop-portal-lower-tone) !important;*/ -/* border-color: var(--develop-portal-lower-tone) !important;*/ -/*}*/ - -/*.portal-hr {*/ -/* border-bottom: 1px solid var(--portal-main-color) !important;*/ -/* padding: 5px 0;*/ -/*}*/ - -/*.tm-toolbar .uk-subnav-line li:hover, .tm-toolbar .uk-subnav li:hover {*/ -/* background: var(--portal-main-color) !important;*/ -/*}*/ - -/*.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav li a:hover, .tm-toolbar .uk-subnav-line li:hover a, .tm-toolbar .uk-subnav li:hover a {*/ -/* background: var(--portal-main-color) !important;*/ -/* color: white !important;*/ -/*}*/ - -/*.loginLink {*/ -/* text-transform: uppercase !important;*/ -/*}*/ - -/*#footer\#9 a, #footer\#11 a, #footer\#13 a {*/ -/* color: #dedede;*/ -/* line-height: 22px;*/ -/* padding: 2px 0;*/ -/*}*/ - -/*#footer\#9 a:hover, #footer\#11 a:hover, #footer\#13 a:hover {*/ -/* color: rgba(255, 255, 255, 0.5);*/ -/*}*/ - -/*@media all and (min-width: 640px) {*/ - -/* #footer\#3 {*/ -/* margin-right: 280px;*/ -/* }*/ - -/*}*/ - -/*.portal-card {*/ -/* background-color: var(--portal-main-color);*/ -/* color: #fff !important;*/ -/*}*/ - -/*.portal-card a {*/ -/* color: #fff !important;*/ -/* !*text-decoration: underline;*!*/ -/*}*/ - -/*.portal-card a:hover {*/ -/* color: rgba(255, 255, 255, 0.8) !important;*/ -/*}*/ - -/*.portalSearchCard {*/ -/* box-shadow: 0 1px 3px #00000029;*/ -/* border-radius: 2px;*/ -/* padding: 35px 20px 20px;*/ -/* position: relative;*/ -/* background-color: white;*/ -/*}*/ - -/*.badges { - position: absolute; - top: 0; - left: 0; - padding-left: 0 !important; -} - -.badges .portal-card-badge { - !*background-color: #F8FFFF;*! - !*color: #2680EB !important;*! - !*font-size: 14px;*! - !*border: 1px solid #2680EB;*! - border-radius: 6px 0 0 0; - padding: 8px 20px; - !*margin-bottom: 5px;*! -}*/ - -/*.badges .private-card-badge {*/ -/* background-color: #A4A4A4;*/ -/* color: #1a1a1a !important;*/ -/* font-size: 10px;*/ -/* border-radius: 3px;*/ -/* padding: 2px 3px;*/ -/*}*/ - -/*.inherit-color {*/ -/* color: inherit;*/ -/*}*/ - -/*a:hover, .uk-link:hover, a.uk-link-text:hover {*/ -/* color: var(--portal-main-color);*/ -/*}*/ - -/*!*linksBasket*!*/ - -/*.linksbasket {*/ -/* !* background-color:#F5F5F5; *!*/ -/* border: 1px solid #DEDEDE;*/ -/* font-size: 12px !important;*/ -/* line-height: 18px;*/ -/* !* height:512px; *!*/ -/*}*/ - -/*.linksbaskettitles {*/ -/* !* height:75px; *!*/ -/* cursor: pointer;*/ -/* background-color: #F5F5F5;*/ -/* border: 1px solid #DEDEDE;*/ -/*}*/ - -/*.linksBasketSubtitles {*/ -/* font-size: 12px !important;*/ -/*}*/ - -/*.linkInlineEntity {*/ -/* !* height:75px; *!*/ -/* background-color: #A4A4A4;*/ -/* color: white !important;*/ -/* !*border: 1px solid #DEDEDE;*!*/ -/*}*/ - -/*.linksbaskettitlesPortalColor, .linksbaskettitlesPortalColor div {*/ -/* background: var(--portal-main-color) !important;*/ -/* color: var(--portal-main-contrast) !important;*/ -/* border: 0 solid var(--portal-main-color) !important;*/ -/*}*/ - -/*.contextlabelSelected, .contextlabelSelected:hover, .contextlabelSelected a, .contextlabelSelected:hover a {*/ -/* background-color: var(--portal-main-color) !important;*/ -/* color: var(--portal-main-contrast) !important;*/ -/* border: 0 solid var(--portal-main-color) !important;*/ - -/*}*/ - -/*.contextlabelNotSelected, .contextlabelNotSelected:hover {*/ -/* color: var(--portal-main-color) !important;*/ -/* border: 1px solid var(--portal-main-color) !important;*/ -/*}*/ - -/*.contextlabelNotSelected a, .contextlabelNotSelected:hover a {*/ -/* color: var(--portal-main-color) !important;*/ -/*}*/ - -/*.researchResultTypeSelected, .researchResultTypeNotSelected:hover {*/ -/* color: #fff !important;*/ -/* background-color: #222080 !important;*/ -/* border: 1px solid #222080 !important;*/ -/*}*/ - -/*.researchResultTypeNotSelected {*/ -/* color: #222080 !important;*/ -/* background-color: #fff !important;*/ -/* border: 1px solid #222080 !important;*/ -/*}*/ - -/*.fadeOut {*/ -/* opacity: 0.3;*/ -/* !* background-color: rgba(red(var(--portal-main-color)), green(var(--portal-main-color)), blue(var(--portal-main-color)), 0.3); *!*/ -/*}*/ - -/*.warningBorder {*/ -/* border-color: #f70;*/ -/*}*/ - -/*.dangerBorder {*/ -/* border-color: #ff4000;*/ -/*}*/ - -/*.linkingToolbar {*/ -/* background-color: #EDEDED;*/ -/*}*/ - -/*.linkingToolbar .back {*/ -/* color: #999999 !important;*/ -/* cursor: pointer;*/ -/* -webkit-transition: color 0.3s;*/ -/* transition: color 0.3s;*/ -/*}*/ - -/*.linkingToolbar .back:hover {*/ -/* color: #444444 !important;*/ -/*}*/ - - -/*.linkInlineEntityLabel {*/ -/* color: #EAEAEA;*/ -/* background-color: #B5B5B5;*/ -/* border-color: #EAEAEA;*/ -/*}*/ - -/*textarea {*/ -/* resize: none;*/ -/*}*/ - -.default-dropdown { - max-width: 500px; -} - -/*[class*="uk-animation-"] {*/ -/* animation-fill-mode: none !important;*/ -/*}*/ - -/*.cursor-default {*/ -/* cursor: default;*/ -/*}*/ -/*.curator-photo {*/ -/* border: #eee 4px solid;*/ -/* object-fit: cover;*/ -/* width: 80px;*/ -/* height: 80px;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-navbar {*/ -/* z-index: 980;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-modal {*/ -/* z-index: 10000;*/ -/*}*/ - -/*@media only screen and (min-width: 992px) {*/ -/* .image-front-topbar {*/ -/* margin-top: -130px;*/ -/* padding-top: 130px;*/ -/* }*/ -/*}*/ - -/*!* theme *!*/ -/*!*Adding shadow to the main menu dropdowns*!*/ -/*.uk-navbar-dropdown {*/ -/* box-shadow: 0 5px 12px rgba(0, 0, 0, .15);*/ -/*}*/ - -/*.small-beta-indication {*/ -/* height: 60px;*/ -/*}*/ - -/*.large-beta-indication {*/ -/* height: 104px;*/ -/* position: absolute;*/ -/* top: 0;*/ -/* left: 0;*/ -/* z-index: 10000;*/ -/*}*/ - -/*.uk-navbar-sticky .beta-indication-sticky {*/ -/* position: fixed !important;*/ -/* display: block;*/ - -/*}*/ - -/*.beta-indication-sticky {*/ -/* height: 102px;*/ -/* position: fixed;*/ -/* top: 0;*/ -/* left: 0;*/ -/* display: none;*/ -/* z-index: 10000;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-modal .uk-modal-dialog {*/ -/* border-radius: 4px;*/ -/*}*/ - -/*ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover {*/ -/* color: var(--portal-main-color) !important;*/ -/* border-color: var(--portal-main-color) !important;*/ -/* !*font-family: Roboto, sans-serif !important;*!*/ -/*}*/ - -/*ul.portalTabs.uk-tab > .uk-active > a {*/ -/* font-weight: bold;*/ -/*}*/ - -/*ul.portalTabs.uk-tab::before {*/ -/* !*border-bottom: 1px solid var(--portal-main-color);*!*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-input:not(.uk-form-danger), .uk-textarea:not(.uk-form-danger), .uk-select:not(.uk-form-danger) {*/ -/* border: 1px solid rgba(0, 0, 0, 0.40) !important;*/ -/*}*/ - -/*.uk-input.uk-form-danger, .uk-textarea.uk-form-danger {*/ -/* border: 1px solid #ff4000 !important;*/ -/*}*/ - -/*.uk-select {*/ -/* border-bottom: 1px solid rgba(0, 0, 0, 0.40) !important;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-text-muted {*/ -/* color: #666 !important;*/ -/*}*/ - -/*!* theme *!*/ -/*.uk-card-default {*/ -/* color: #333 !important;*/ -/*}*/ - -/*!* theme *!*/ -/*html {*/ -/* color: #1d1d1d !important;*/ -/*}*/ - -/*.footer-light-background, .footer-light-background .uk-totop{*/ -/* color:black;*/ -/* background-color: white;*/ -/*}*/ -/*.footer-light-background a, .footer-light-background a:not(.uk-button):hover, .footer-light-background a:not(.uk-button){*/ -/* color:black;*/ -/*}*/ - -/*.footer-light-background .uk-icon-button:hover,.footer-light-background a:not(.license):hover {*/ -/* color:black;*/ -/* border-color:black;*/ -/* text-decoration: underline;*/ -/*}*/ - -/*.!*zenodoButton, .zenodoButton:hover{*/ -/* background-image:linear-gradient(to right, #0F4DA1, #0078E1) ;*/ -/* color: white !important;*/ -/* border-color: transparent !important;*/ -/* border-style: solid !important;*/ -/* border-width: 1px !important;*/ -/* box-shadow: 0px 4px 10px #00000029;*/ -/* border-radius: 2px;*/ -/* opacity: 1;*/ -/*}*!*/ - -/*.uk-text-normal{*/ -/* font-weight: 400;*/ -/*}*/ - -/*!**/ -/*Impact Factor - ATHENA CODE *!*/ -/*.popularity-A svg .a, .influence-A svg .a{*/ -/* fill:#d51717;*/ -/*}*/ -/*.popularity-B svg .a, .influence-B svg .a {*/ -/* fill: #e1920a;*/ -/*}*/ -/*.popularity-C svg .a, .influence-C svg .a {*/ -/* fill: #444;*/ -/*}*/ - -/*!*mat-select-panel*!*/ - -/*a.filterLabel {*/ -/* color: #1d1d1d !important;*/ -/*}*/ -/*.filterLoading, .half-opacity{*/ -/* opacity: 0.5;*/ -/*}*/ - -/*.result-preview-bottom a:not(:hover) {*/ -/* !* same as uk-text-muted *!*/ -/* color: #666 !important;*/ -/*}*/ - -.visually-hidden { - border: 0 !important; - clip: rect(1px, 1px, 1px, 1px) !important; - -webkit-clip-path: inset(50%) !important; - clip-path: inset(50%) !important; - height: 1px !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - width: 1px !important; - white-space: nowrap !important; -} - -/*!* temp custom styles for gateway links on resultLanding *!*/ -/*.custom-list {*/ -/* list-style: none;*/ -/* padding-left: 15px;*/ -/* margin: 10px 0;*/ -/*}*/ - -/*.custom-list li {*/ -/* -webkit-column-break-inside: avoid;*/ -/* page-break-inside: avoid;*/ -/* break-inside: avoid;*/ -/* margin-bottom: 4px;*/ -/*}*/ - -/*.connect-image {*/ -/* max-height:100%;*/ -/* border-radius: 0 4px 4px 0;*/ -/*}*/ - -/*.border-top {*/ -/* border-top: 1px solid rgba(0,0,0,0.09);*/ -/*}*/ diff --git a/logo-large-connect.png b/logo-large-connect.png deleted file mode 100644 index e3d95b8..0000000 Binary files a/logo-large-connect.png and /dev/null differ diff --git a/logo-large-explore.png b/logo-large-explore.png deleted file mode 100644 index d225e6f..0000000 Binary files a/logo-large-explore.png and /dev/null differ diff --git a/logo-small-connect.png b/logo-small-connect.png deleted file mode 100644 index bf2d87d..0000000 Binary files a/logo-small-connect.png and /dev/null differ diff --git a/logo-small-explore.png b/logo-small-explore.png deleted file mode 100644 index e97564a..0000000 Binary files a/logo-small-explore.png and /dev/null differ