2213 lines
44 KiB
CSS
2213 lines
44 KiB
CSS
/* theme */
|
||
body {
|
||
overflow: unset !important;
|
||
}
|
||
|
||
.custom-footer {
|
||
position: relative;
|
||
bottom: 0;
|
||
width: 100%;
|
||
}
|
||
|
||
#tm-main {
|
||
min-height: 80vh;
|
||
}
|
||
|
||
.custom-external {
|
||
background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left 10%;
|
||
min-height: 15px;
|
||
background-size: 15px 15px;
|
||
padding-left: 16px;
|
||
}
|
||
|
||
h2 .custom-external {
|
||
min-height: 20px;
|
||
background-size: 20px 20px;
|
||
padding-left: 21px;
|
||
background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left center;
|
||
|
||
}
|
||
|
||
.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-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;
|
||
}
|
||
|
||
.custom-description-list-horizontal {
|
||
line-height: 200%
|
||
}
|
||
|
||
/* theme */
|
||
.uk-alert-default {
|
||
background: #fff none repeat scroll 0 0;
|
||
border: 1px solid #ddd;
|
||
border-radius: 4px;
|
||
color: #444;
|
||
min-height: 30px;
|
||
max-width: 100%;
|
||
padding: 4px 6px;
|
||
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.search-filters .uk-accordion-title {
|
||
font-size: 14px;
|
||
line-height: 18px;
|
||
}
|
||
|
||
.search-results {
|
||
min-height: 600px;
|
||
}
|
||
|
||
.searchPaging {
|
||
min-height: 46px;
|
||
}
|
||
|
||
.searchFormMinHeight {
|
||
min-height: 400px;
|
||
}
|
||
|
||
.helper-left-right {
|
||
/* margin-top: 75px; */
|
||
max-width: 20%;
|
||
}
|
||
|
||
.errors-in-searchTableView {
|
||
margin-top: 75px;
|
||
}
|
||
|
||
@media (min-width: 960px) {
|
||
.float-children-right-at-medium > * {
|
||
float: right;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 959px) {
|
||
.margin-small-top-at-small {
|
||
margin-top: 10px !important;
|
||
}
|
||
}
|
||
|
||
.other-results {
|
||
min-height: 300px;
|
||
}
|
||
|
||
/* "OPEN SOURCE" INCLUDED */
|
||
.OPEN, .OPENSOURCE {
|
||
background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top;
|
||
padding-right: 25px;
|
||
min-height: 20px;
|
||
background-size: 20px 20px;
|
||
font-weight: 400;
|
||
text-transform: none;
|
||
}
|
||
|
||
|
||
.EMBARGO, .CLOSED, .RESTRICTED {
|
||
background: rgba(0, 0, 0, 0) url("./lock.svg") no-repeat scroll right top;
|
||
padding-right: 25px;
|
||
min-height: 20px;
|
||
background-size: 20px 20px;
|
||
font-weight: 400;
|
||
text-transform: none;
|
||
}
|
||
|
||
.UNKNOWN {
|
||
|
||
background: rgba(0, 0, 0, 0) url("./question.svg") no-repeat scroll right top;
|
||
padding-right: 25px;
|
||
min-height: 20px;
|
||
background-size: 20px 20px;
|
||
font-weight: 400;
|
||
text-transform: none;
|
||
|
||
}
|
||
|
||
.sc39 {
|
||
background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center;
|
||
padding-right: 24px;
|
||
}
|
||
|
||
.projectIcon {
|
||
display: inline-table;
|
||
}
|
||
|
||
.dateFilter .mydp {
|
||
margin-top: 5px;
|
||
}
|
||
|
||
|
||
/*.tooltip {
|
||
max-width: none;
|
||
background: rgba(100, 100, 100, 1);
|
||
}*/
|
||
.tooltip-custom-font-size {
|
||
font-size: 120%;
|
||
}
|
||
|
||
/* theme */
|
||
.uk-tooltip {
|
||
background: #666;
|
||
}
|
||
|
||
.custom-select-mini {
|
||
max-width: 170px !important;
|
||
}
|
||
|
||
.custom-icon {
|
||
line-height: unset;
|
||
}
|
||
|
||
/*.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;
|
||
}
|
||
|
||
|
||
/*.filterItem span {*/
|
||
/*display: inline-flex;*/
|
||
/*}*/
|
||
/*.filterItem .filterName {*/
|
||
/*max-width: 71%;*/
|
||
|
||
/*}*/
|
||
/*.browseFilters .filterItem .filterName {*/
|
||
/*max-width: 68%;*/
|
||
/*}*/
|
||
|
||
/*.filterItem .filterNumber {*/
|
||
/*width: 20%;*/
|
||
/*}*/
|
||
/*.filterItem span {*/
|
||
|
||
/*white-space: nowrap;*/
|
||
/*}*/
|
||
/*.browseFilters .filterItem span div {*/
|
||
/* !*min-width: 45px;*!*/
|
||
/*}*/
|
||
/*.filterItem span div {*/
|
||
/*overflow: hidden;*/
|
||
/*text-overflow: ellipsis;*/
|
||
/*!*min-width: 81px;*!*/
|
||
/*}*/
|
||
/*.filterItem{*/
|
||
/* margin-bottom: 5px !important;*/
|
||
/*}*/
|
||
|
||
.browseFilters {
|
||
overflow-y: auto;
|
||
overflow-x: hidden;
|
||
max-height: 265px;
|
||
}
|
||
|
||
|
||
.custom-offcanvas-close {
|
||
position: relative;
|
||
right: 0;
|
||
top: 0;
|
||
}
|
||
|
||
/* .uk-link{
|
||
color: #292C3D !important;
|
||
} */
|
||
/*.uk-breadcrumb > :last-child > * {*/
|
||
/* color:#cbcbcb !important;*/
|
||
/*}*/
|
||
/*.uk-breadcrumb .uk-active a{*/
|
||
/* color: #767779 !important;*/
|
||
/*}*/
|
||
|
||
|
||
.entityTitleIcon {
|
||
background-repeat: no-repeat;
|
||
content: '';
|
||
display: inline-block;
|
||
height: 36px;
|
||
width: 42px;
|
||
vertical-align: middle;
|
||
}
|
||
|
||
.entityIcon {
|
||
height: 15px;
|
||
width: 20px;
|
||
|
||
}
|
||
|
||
/*.uk-tab{
|
||
border-bottom: 1px #cbcbcb solid;
|
||
}*/
|
||
.label-classified {
|
||
border-radius: 4px;
|
||
padding: 1px 8px;
|
||
background-color: #ABABAB;
|
||
color: white;
|
||
text-transform: uppercase;
|
||
margin-bottom: 5px;
|
||
margin-right: 5px;
|
||
}
|
||
|
||
.label-blue, .label-compatibility {
|
||
background: #d4f3ff;
|
||
color: #00a0de
|
||
}
|
||
|
||
.label-green, .label-open {
|
||
background: #8AD15E;
|
||
border-color: #8AD15E;
|
||
color: white;
|
||
}
|
||
|
||
.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-unknown, .label-funder,
|
||
.label-compatibility,
|
||
.label-underCuration,
|
||
.label-funder,
|
||
.label-language,
|
||
.label-country,
|
||
.label-type,
|
||
.label-orange, .label-sc39,
|
||
.label-language, .label-publication,
|
||
.label-publication,
|
||
.label-dataset,
|
||
.label-software,
|
||
.label-orp, .label-other, .label-project, .label-dataprovider, .label-organization,
|
||
.label-grey, .label-success, .label-community {
|
||
background: white !important;
|
||
color: #666666 !important;
|
||
border: 1px solid #666666 !important;
|
||
}
|
||
|
||
/*.label-open {
|
||
background: var(--portal-main-color) !important;
|
||
color: #ffffff !important;
|
||
border: 1px solid var(--portal-main-color) !important;
|
||
}*/
|
||
|
||
.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;
|
||
}
|
||
|
||
/* 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 {
|
||
background: url('./search_general.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.publicationsSearchForm {
|
||
background: url('./search_pubs_1.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.projectsSearchForm, .projectsTableSearchForm {
|
||
background: url('./projects_search.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.organizationsSearchForm {
|
||
background: url('./search_organizations.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.datasetsSearchForm {
|
||
background: url('./search_data.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.softwareSearchForm {
|
||
background: url('./search_software.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.orpsSearchForm {
|
||
background: url('./search_other.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm {
|
||
background: url('./providers_search.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.journalsSearchForm, .journalsTableSearchForm {
|
||
background: url('./search_journals.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
|
||
background: url('./search_registries.jpg');
|
||
box-sizing: border-box;
|
||
height: 320px;
|
||
}
|
||
|
||
.divider-table tbody td, .uk-table th {
|
||
border-bottom: 1px solid #E5E5E5;
|
||
}
|
||
|
||
#feedback {
|
||
float: left;
|
||
position: fixed;
|
||
top: calc(50% - 47px);
|
||
right: 0;
|
||
z-index: 100;
|
||
display: block;
|
||
|
||
}
|
||
|
||
#feedback a {
|
||
background: #666 !important;
|
||
border-radius: 5px 0 0 5px;
|
||
box-shadow: none;
|
||
border: none !important;
|
||
display: block;
|
||
padding: 20px 12px;
|
||
transition: all .2s ease-in-out;
|
||
opacity: 0.5;
|
||
|
||
}
|
||
|
||
#feedback a:hover {
|
||
padding-right: 20px;
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.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;
|
||
|
||
}
|
||
|
||
.search-results li {
|
||
padding-top: 15px !important;
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.multi-line-ellipsis p {
|
||
display: -webkit-box;
|
||
-webkit-box-orient: vertical;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
-webkit-box-orient: vertical;
|
||
}
|
||
|
||
.multi-line-ellipsis.lines-3 p {
|
||
-webkit-line-clamp: 3;
|
||
}
|
||
|
||
.multi-line-ellipsis.lines-10 p {
|
||
-webkit-line-clamp: 10;
|
||
}
|
||
|
||
.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, .icon-button-small:hover {
|
||
|
||
border-color: #666 !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);
|
||
}
|
||
|
||
.sideInfoTitle {
|
||
font-weight: normal !important;
|
||
border-radius: 4px;
|
||
background-color: #F0F0F0;
|
||
color: #666;
|
||
padding: 12px;
|
||
}
|
||
|
||
/* 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;
|
||
}
|
||
|
||
/* theme */
|
||
.uk-pagination > .uk-active > * {
|
||
background-color: var(--portal-main-color) !important;
|
||
color: var(--portal-main-contrast) !important;
|
||
border-color: var(--portal-main-color) !important;
|
||
border-bottom-color: var(--portal-main-color) !important;
|
||
border-radius: 500px;
|
||
line-height: 12px !important;
|
||
}
|
||
|
||
.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-button, .portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
|
||
|
||
background-color: var(--portal-main-color);
|
||
color: var(--portal-main-contrast);
|
||
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);
|
||
border: 1px solid var(--portal-dark-color);
|
||
background-image: none;
|
||
|
||
}
|
||
|
||
.portal-button-reverse {
|
||
background-color: var(--portal-main-contrast);;
|
||
color: var(--portal-main-color);
|
||
border: 1px solid var(--portal-main-color);
|
||
background-image: none;
|
||
}
|
||
|
||
.portal-link {
|
||
color: var(--portal-main-color) !important;
|
||
/*text-decoration: underline !important;*/
|
||
/*font-weight: bold;*/
|
||
}
|
||
|
||
.portal-link:hover {
|
||
text-decoration: underline !important;
|
||
/*color:var(--portal-dark-color) !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;
|
||
}
|
||
|
||
.uk-pagination .uk-icon {
|
||
color: var(--portal-main-color) !important;
|
||
}
|
||
|
||
.paging-hr {
|
||
border-bottom: 1px solid #E5E5E5 !important;
|
||
/*padding-bottom: 5px !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;
|
||
}
|
||
|
||
showTitle h2 {
|
||
text-transform: unset !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: 20px;
|
||
position: relative;
|
||
background-color: white;
|
||
}
|
||
|
||
.badges {
|
||
position: absolute;
|
||
top: 0;
|
||
left: -3px;
|
||
padding-left: 0 !important;
|
||
width: 70px;
|
||
}
|
||
|
||
.badges .portal-card-badge {
|
||
background-color: var(--portal-main-color);
|
||
color: #fff !important;
|
||
font-size: 10px;
|
||
border-radius: 3px;
|
||
padding: 2px 3px;
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
|
||
.badges .private-card-badge {
|
||
background-color: #A4A4A4;
|
||
color: #fff !important;
|
||
font-size: 10px;
|
||
border-radius: 3px;
|
||
padding: 2px 3px;
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.inherit-color {
|
||
color: inherit;
|
||
}
|
||
|
||
/* theme */
|
||
.uk-label {
|
||
border-radius: 15px;
|
||
line-height: 15px;
|
||
padding: 3px 10px;
|
||
text-transform: uppercase;
|
||
}
|
||
|
||
a:hover, .uk-link:hover, .uk-link:hover, a:hover {
|
||
color: var(--portal-main-color);
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
|
||
/*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: 1px 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: 1px 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 {
|
||
background: white;
|
||
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: -136px;
|
||
}
|
||
}
|
||
|
||
@media only screen and (min-width: 1200px) {
|
||
.image-front-topbar {
|
||
margin-top: -136px;
|
||
}
|
||
}
|
||
|
||
/* 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;
|
||
}
|
||
|
||
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;
|
||
}
|
||
|
||
/* Natalia's suggestion for recentyears (range buttons) */
|
||
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;
|
||
}
|
||
/* End of Natalia's suggestion */
|
||
|
||
|
||
|
||
/* Landing gradient title section*/
|
||
.title-section h1 {
|
||
font-size: 28px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
.title-section .under-curation {
|
||
color: #DE8366;
|
||
}
|
||
|
||
/* theme */
|
||
.uk-modal .title-section h1, .feedback-page .title-section h1 {
|
||
font-size: 18px;
|
||
font-weight: 400;
|
||
}
|
||
|
||
.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 > div {
|
||
padding: 10px;
|
||
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
|
||
}
|
||
|
||
.landing .download-from > div:last-child {
|
||
border-bottom: none;
|
||
}
|
||
|
||
.landing .download-from > div:hover {
|
||
background-color: #F0F0F0;
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.landing .download-from > div .title {
|
||
color: black;
|
||
word-wrap: break-word;
|
||
font-weight: 700;
|
||
}
|
||
|
||
.landing .download-from > div a.title:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.landing .download-from .provider > a {
|
||
color: #666;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
/* 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;
|
||
}
|
||
|
||
.matSelection .mat-select-value, .matSelection .mat-select-arrow {
|
||
color: inherit !important;
|
||
}
|
||
|
||
.matSelection.mat-select {
|
||
padding-bottom: 4px;
|
||
border-bottom: 1px solid rgba(0, 0, 0, 0.42);
|
||
}
|
||
|
||
.matSelection.mat-select:focus {
|
||
border-color: #222080;
|
||
}
|
||
|
||
.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple {
|
||
height: 0 !important;
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
svg #statistics-bars {
|
||
fill: var(--portal-main-color);
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.space {
|
||
margin-left: 4px;
|
||
}
|
||
|
||
/* theme */
|
||
.uk-modal .uk-modal-dialog {
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.uk-tooltip.under-curation-tooltip {
|
||
background-color: white;
|
||
display: block;
|
||
border-radius: 4px;
|
||
padding: 15px 15px 0;
|
||
border: 1px solid #DEDEDE;
|
||
color: #6c6c6c;
|
||
z-index: 10000;
|
||
}
|
||
|
||
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);
|
||
}
|
||
|
||
.quickSelectionsBox {
|
||
border: 1px solid #E6E6E6;
|
||
border-top: 0;
|
||
background-color: white;
|
||
}
|
||
|
||
.selectedFilterLabel {
|
||
background-color: #E5E5E5;
|
||
border-color: #E5E5E5;
|
||
border-radius: 2px;
|
||
color: inherit;
|
||
line-height: 15px;
|
||
padding: 6px 10px;
|
||
}
|
||
|
||
.searchFilterItem {
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
.portal-box .mat-select-value, .portal-box .mat-select-arrow {
|
||
color: var(--portal-main-contrast) !important;
|
||
|
||
}
|
||
|
||
.entitiesSelection {
|
||
width: 150px;
|
||
padding: 10px;
|
||
display: inline-block
|
||
}
|
||
|
||
.text-input-box{
|
||
border: 1px solid #DFE1E5 !important;
|
||
}
|
||
|
||
/* theme */
|
||
.uk-input, .uk-textarea {
|
||
border: 1px solid rgba(0, 0, 0, 0.40) !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;
|
||
}
|
||
|
||
.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 > .semantic {
|
||
background-color: #22356E;
|
||
border-radius: 4px;
|
||
color: white;
|
||
font-size: 12px;
|
||
padding: 1px 9px;
|
||
text-transform: uppercase;
|
||
}
|
||
|
||
.b2note ul > li > .keyword {
|
||
background-color: #596FB5;
|
||
border-radius: 4px;
|
||
color: white;
|
||
font-size: 12px;
|
||
padding: 1px 9px;
|
||
text-transform: uppercase;
|
||
}
|
||
|
||
.b2note ul > li > .comment {
|
||
background-color: #AFB3D4;
|
||
border-radius: 4px;
|
||
color: white;
|
||
font-size: 12px;
|
||
padding: 1px 9px;
|
||
text-transform: uppercase;
|
||
}
|
||
|
||
|
||
.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 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) {
|
||
border-bottom: 1px solid #ededed !important;
|
||
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, .offcanvas-white input[type="radio"]:not([class*="uk-"]):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%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;;
|
||
}
|
||
|
||
.offcanvas-white input[type="radio"]:not([class*="uk-"]):checked {
|
||
background-color: #222080 !important;;
|
||
border-color: transparent !important;;
|
||
}
|
||
|
||
.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"]:not([class*="uk-"]) {
|
||
border: 1px solid #d4d4d4 !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;
|
||
}
|
||
|
||
/*CONNECT REDESIGN*/
|
||
|
||
/*.main-small-tabs > li {*/
|
||
/* padding: 10px 0 !important;*/
|
||
/* margin: 0 !important;*/
|
||
/*}*/
|
||
|
||
/*.main-small-tabs > li.uk-active {*/
|
||
/* background-color: white;*/
|
||
/*}*/
|
||
|
||
/*.main-small-tabs > li > a {*/
|
||
/* color: #7A7A7A;*/
|
||
/*}*/
|
||
|
||
/*.main-small-tabs > .uk-active > a, .main-small-tabs > li:hover > a {*/
|
||
/* color: var(--portal-main-color) !important;*/
|
||
/*}*/
|
||
|
||
/*.main-small-tabs > li > a {*/
|
||
/* display: block;*/
|
||
/*}*/
|
||
|
||
.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.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.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 {
|
||
background-color: #FFE6E6 !important;
|
||
}
|
||
|
||
.main-tabs > li.uk-active.statistics {
|
||
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;
|
||
}
|
||
|
||
/*END OF CONNECT REDESIGN*/
|
||
|
||
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;
|
||
}
|
||
|
||
.footer-light-background{
|
||
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;
|
||
}
|
||
|
||
.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);
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
/*login*/
|
||
.login {
|
||
color: white;
|
||
font-weight: 400 !important;
|
||
}
|
||
|
||
.login circle, .login svg,
|
||
.login svg svg *, .login svg * {
|
||
fill: var(--portal-main-color);
|
||
}
|
||
|
||
.login:hover circle {
|
||
fill: var(--portal-dark-color);
|
||
}
|
||
|
||
.login text {
|
||
stroke: white;
|
||
fill: white;
|
||
}
|
||
|
||
.connect-admin-menu .login {
|
||
color: var(--portal-main-color);
|
||
font-weight: 400 !important;
|
||
}
|
||
|
||
.connect-admin-menu .login circle, .connect-admin-menu .login svg,
|
||
.connect-admin-menu .login svg svg *,.connect-admin-menu .login svg * {
|
||
fill: white;
|
||
}
|
||
|
||
.connect-admin-menu .login text {
|
||
stroke: var(--portal-main-color);
|
||
fill: var(--portal-main-color);
|
||
}
|
||
|
||
/*mat-select-panel*/
|
||
div.cdk-overlay-container {
|
||
z-index: 4 !important;
|
||
}
|
||
|
||
div.cdk-overlay-container.modal-select {
|
||
z-index: 10001 !important;
|
||
}
|
||
|
||
@keyframes opacity {
|
||
from {opacity: 0;}
|
||
to {opacity: 1;}
|
||
}
|
||
|
||
/* Set an animation for 750ms to avoid flickering on z-index change*/
|
||
.cdk-overlay-pane {
|
||
animation: linear 750ms opacity;
|
||
}
|
||
|
||
.landing-modal-header {
|
||
background: transparent linear-gradient(35deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% 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;
|
||
}
|