2020-07-10 10:36:09 +02:00
|
|
|
@import "library-css/library.scss";
|
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2020-03-16 14:08:36 +01:00
|
|
|
body {
|
|
|
|
overflow: unset !important;
|
|
|
|
}
|
2018-10-01 16:52:38 +02:00
|
|
|
|
2018-05-23 14:23:57 +02:00
|
|
|
.custom-footer {
|
2020-02-04 16:45:09 +01:00
|
|
|
position: relative;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
2018-05-23 14:23:57 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-05-23 14:23:57 +02:00
|
|
|
#tm-main {
|
|
|
|
min-height: 80vh;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.pseudo-external {
|
|
|
|
padding-left: 16px;
|
|
|
|
/*margin-bottom: 5px;*/
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.custom-navbar-toggle-icon, .custom-user-mini-panel {
|
|
|
|
color: #444 !important
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.custom-user-mini-panel a {
|
|
|
|
color: rgb(36, 91, 204);
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.custom-main-content {
|
|
|
|
min-height: 550px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.custom-description-list-horizontal {
|
|
|
|
line-height: 200%
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-hidden-dropdown-menu {
|
|
|
|
position: static !important;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.searchFilterBoxValues {
|
|
|
|
overflow: auto;
|
|
|
|
max-height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selected-filters-box {
|
|
|
|
margin: 5px;
|
|
|
|
background-color: #F8F8F8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-form {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clickable {
|
|
|
|
cursor: pointer;
|
2020-03-16 14:08:36 +01:00
|
|
|
user-select: none;
|
2020-02-04 16:45:09 +01:00
|
|
|
}
|
|
|
|
|
2018-05-11 10:05:20 +02:00
|
|
|
.helper-left-right {
|
2020-02-04 16:45:09 +01:00
|
|
|
/* margin-top: 75px; */
|
|
|
|
max-width: 20%;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.errors-in-searchTableView {
|
|
|
|
margin-top: 75px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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%;
|
|
|
|
}
|
2020-03-30 17:13:22 +02:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2019-10-09 15:19:36 +02:00
|
|
|
.uk-tooltip {
|
|
|
|
background: #666;
|
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.custom-select-mini {
|
|
|
|
max-width: 170px !important;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-05-11 10:05:20 +02:00
|
|
|
/*.custom-tab-content-large{
|
|
|
|
min-height: 800px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
.custom-tab-content {
|
|
|
|
min-height: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-dataTable-content {
|
|
|
|
min-height: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-html-table-height {
|
2020-02-04 16:45:09 +01:00
|
|
|
height: 500px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.browseFilters {
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
max-height: 265px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.custom-offcanvas-close {
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.entityTitleIcon {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
height: 36px;
|
|
|
|
width: 42px;
|
|
|
|
vertical-align: middle;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.entityIcon {
|
|
|
|
height: 15px;
|
|
|
|
width: 20px;
|
2018-05-11 10:05:20 +02:00
|
|
|
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2018-05-11 10:05:20 +02:00
|
|
|
.uk-tab {
|
2020-02-04 16:45:09 +01:00
|
|
|
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;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2018-05-11 10:05:20 +02:00
|
|
|
.uk-tab::before {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 20px;
|
|
|
|
right: 0;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2018-05-11 10:05:20 +02:00
|
|
|
.uk-tab-left::before {
|
|
|
|
border-bottom: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.searchForm, .generalSearchForm {
|
|
|
|
background: url('./search_general.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.publicationsSearchForm {
|
|
|
|
background: url('./search_pubs_1.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.projectsSearchForm, .projectsTableSearchForm {
|
|
|
|
background: url('./projects_search.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.organizationsSearchForm {
|
|
|
|
background: url('./search_organizations.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.datasetsSearchForm {
|
|
|
|
background: url('./search_data.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.softwareSearchForm {
|
|
|
|
background: url('./search_software.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.orpsSearchForm {
|
|
|
|
background: url('./search_other.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-07-25 15:35:48 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm {
|
|
|
|
background: url('./providers_search.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.journalsSearchForm, .journalsTableSearchForm {
|
|
|
|
background: url('./search_journals.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-05-11 10:05:20 +02:00
|
|
|
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
|
2020-02-04 16:45:09 +01:00
|
|
|
background: url('./search_registries.jpg');
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 320px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.divider-table tbody td, .uk-table th {
|
|
|
|
border-bottom: 1px solid #E5E5E5;
|
2020-02-04 16:45:09 +01:00
|
|
|
}
|
2018-05-11 10:05:20 +02:00
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.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;
|
2018-05-11 10:05:20 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.custom-offcanvas-bar {
|
|
|
|
background: grey !important;
|
|
|
|
width: 100% !important;
|
2018-05-11 10:05:20 +02:00
|
|
|
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.custom-offcanvas-bar .filtersModal {
|
|
|
|
color: grey !important;
|
2018-05-11 10:05:20 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.list-horizontal {
|
|
|
|
display: flex;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.list-horizontal span {
|
|
|
|
margin-right: 5px;
|
|
|
|
padding-left: 0px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2018-05-11 10:05:20 +02:00
|
|
|
.list-horizontal-line span {
|
2020-02-04 16:45:09 +01:00
|
|
|
margin-right: 5px;
|
|
|
|
border-right: 1px solid #f1f1f1;
|
|
|
|
padding-right: 5px;
|
2018-05-11 10:05:20 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-horizontal-line > span:last-child {
|
2020-02-04 16:45:09 +01:00
|
|
|
border-right: none;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
h2, h4 {
|
2018-10-03 16:11:45 +02:00
|
|
|
text-transform: none !important;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.linkdropdown {
|
|
|
|
min-width: 250px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2020-02-04 16:45:09 +01:00
|
|
|
.uk-button-action {
|
|
|
|
background-color: #D6352B;
|
|
|
|
color: #fff
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
/* h2, .uk-h2{
|
2018-05-11 10:05:20 +02:00
|
|
|
font-size:28px !important;
|
2018-10-03 16:11:45 +02:00
|
|
|
} */
|
2018-05-11 10:05:20 +02:00
|
|
|
.app-box {
|
2019-12-10 15:45:13 +01:00
|
|
|
border: #DFDFF0 solid 1px;
|
|
|
|
background-color: #FAFBFF;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
2020-05-19 17:30:30 +02:00
|
|
|
ul.user-actions > li{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2020-02-04 16:45:09 +01:00
|
|
|
.uk-subnav-line li:hover .home-icon svg #home {
|
|
|
|
fill: #05007A !important;
|
2018-05-11 10:05:20 +02:00
|
|
|
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
svg #home {
|
|
|
|
fill: white !important;
|
2018-05-11 10:05:20 +02:00
|
|
|
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.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;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
/* remove the others*/
|
2018-05-11 10:05:20 +02:00
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.helper-grid > * {
|
2018-05-11 10:05:20 +02:00
|
|
|
padding-left: 25px !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.cite-this-button {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 3px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.link-to-button {
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 3px;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.dropBasket {
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
border-bottom: 1px solid #ccc;
|
2018-05-11 10:05:20 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-05-11 10:05:20 +02:00
|
|
|
.basket-title {
|
|
|
|
|
2018-06-11 10:24:33 +02:00
|
|
|
padding-top: 20px;
|
2018-07-25 16:01:44 +02:00
|
|
|
padding-bottom: 20px;
|
|
|
|
cursor: pointer;
|
2018-05-11 10:05:20 +02:00
|
|
|
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-07-25 16:01:44 +02:00
|
|
|
.basket-title::after {
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-05-11 10:05:20 +02:00
|
|
|
.basket-badge {
|
2020-02-04 16:45:09 +01:00
|
|
|
position: relative;
|
|
|
|
right: 16px;
|
|
|
|
top: -16px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 90%;
|
2018-05-11 10:05:20 +02:00
|
|
|
border-radius: 90%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
dd {
|
2018-05-11 10:05:20 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-09-24 11:12:51 +02:00
|
|
|
.cursor-not-allowed {
|
2018-10-15 11:47:06 +02:00
|
|
|
cursor: not-allowed !important;
|
2018-09-24 11:12:51 +02:00
|
|
|
}
|
|
|
|
|
2018-05-11 10:05:20 +02:00
|
|
|
.uk-badge, .badge, a.badge {
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-05-11 13:31:23 +02:00
|
|
|
.loading-gif, .loading-gif:before, .loading-gif:after {
|
2020-02-04 16:45:09 +01:00
|
|
|
background: url("./loading.gif") no-repeat;
|
|
|
|
height: 65px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 65px;
|
2018-05-17 14:07:12 +02:00
|
|
|
|
2018-05-11 13:31:23 +02:00
|
|
|
}
|
2018-06-01 14:30:25 +02:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
/* h2, .uk-h2 {
|
2018-06-01 14:30:25 +02:00
|
|
|
font-size: 28px !important;
|
2018-10-03 16:11:45 +02:00
|
|
|
} */
|
2019-07-22 16:03:13 +02:00
|
|
|
/*body{*/
|
|
|
|
/* !* line-height: 1.4; *!*/
|
|
|
|
/* Font-size:14px;*/
|
|
|
|
/* Color: #333;*/
|
|
|
|
/*}*/
|
2018-06-01 14:30:25 +02:00
|
|
|
|
|
|
|
#footer\#8 .el-link {
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
font-weigth: 300;
|
|
|
|
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-06-01 14:30:25 +02:00
|
|
|
.custom-article-title {
|
2020-02-04 16:45:09 +01:00
|
|
|
font-size: 32px;
|
|
|
|
Margin-bottom: 10px;
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
color: #1F257B !important;
|
2018-06-01 14:30:25 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.custom-tab-content .uk-pagination > * > * {
|
|
|
|
min-width: 20px;
|
|
|
|
line-height: 1.4;
|
|
|
|
font-size: 14px;
|
2018-06-01 14:30:25 +02:00
|
|
|
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.box-content {
|
|
|
|
border: 1px dashed #666666;
|
|
|
|
margin-top: 4px;
|
|
|
|
background: #EFEFEF;
|
2018-06-01 14:30:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.citation-accordion .uk-accordion-title {
|
2020-02-04 16:45:09 +01:00
|
|
|
font-family: Raleway;
|
2018-06-01 14:30:25 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.uk-notification.uk-notification-top-center {
|
2018-06-11 10:24:33 +02:00
|
|
|
top: 45% !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.no-selected-message {
|
|
|
|
background: white;
|
2018-06-11 10:24:33 +02:00
|
|
|
}
|
2018-06-06 12:09:56 +02:00
|
|
|
|
|
|
|
.textOverflowEllipsis {
|
2020-02-04 16:45:09 +01:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-accordion .uk-accordion-title {
|
2018-06-06 12:09:56 +02:00
|
|
|
text-align: left;
|
2018-10-01 16:52:38 +02:00
|
|
|
/* background: #f8f8fe; */
|
2018-06-06 12:09:56 +02:00
|
|
|
padding: 4px;
|
2018-10-01 16:52:38 +02:00
|
|
|
/* color: #3055ba !important; */
|
2018-06-06 12:09:56 +02:00
|
|
|
font-size: 14px;
|
|
|
|
text-transform: initial !important;
|
|
|
|
font-weight: inherit !important;
|
|
|
|
/*border-top: gray solid 1px;*/
|
2018-10-01 16:52:38 +02:00
|
|
|
border-bottom: var(--portal-main-color) solid 1px;
|
|
|
|
|
2018-06-06 12:09:56 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.custom-accordion .uk-accordion-title::after {
|
2018-06-06 12:09:56 +02:00
|
|
|
float: none;;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.custom-accordion {
|
|
|
|
/*border: gray solid 1px;*/
|
|
|
|
border-top: 0px;
|
2018-06-06 12:09:56 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.custom-accordion .uk-accordion-content {
|
2018-07-19 12:53:21 +02:00
|
|
|
margin: 0px;
|
|
|
|
border: #eee 1px solid;
|
|
|
|
border-top: none;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.darkBackground {
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
z-index: 0;
|
|
|
|
color: white !important;
|
2018-07-19 12:53:21 +02:00
|
|
|
font-family: Roboto !important;
|
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.whiteText {
|
|
|
|
color: white !important;
|
2018-07-19 12:53:21 +02:00
|
|
|
font-family: Roboto !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.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;*/
|
2018-10-01 16:52:38 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-10-26 14:35:05 +01:00
|
|
|
.icon-button-small:focus:not(.portal-icon-button), .icon-button-small:hover:not(.portal-icon-button) {
|
2018-10-01 16:52:38 +02:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
border-color: #666 !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2018-10-01 16:52:38 +02:00
|
|
|
.uk-navbar-container {
|
|
|
|
padding-top: 0px !important;
|
|
|
|
padding-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2020-02-04 16:45:09 +01:00
|
|
|
.uk-input {
|
|
|
|
background-color: rgba(255, 255, 255, 1.0) !important;
|
2018-10-01 16:52:38 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2018-10-01 16:52:38 +02:00
|
|
|
.uk-accordion > :nth-child(n+2) {
|
|
|
|
border-top: 0px solid #ededed !important;
|
|
|
|
margin-top: 0px !important;
|
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.widget-box {
|
|
|
|
background: white;
|
2018-10-18 14:20:11 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.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;
|
2018-10-01 16:52:38 +02:00
|
|
|
}
|
2018-10-03 16:11:45 +02:00
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
/* toCheck: */
|
|
|
|
/* embargo end date */
|
|
|
|
.highlight, mark {
|
2020-02-04 16:45:09 +01:00
|
|
|
background: rgba(34, 32, 128, .5);
|
2018-10-03 16:11:45 +02:00
|
|
|
color: #222080;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
/* advanced autocomplete */
|
|
|
|
.custom-autocomplete .uk-dropdown {
|
|
|
|
background: white;
|
|
|
|
/* color: rgba(255,255,255,.7); */
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
.explore-heading-bullet::before {
|
|
|
|
border-left-color: var(--explore-portal-color) !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
.provide-heading-bullet::before {
|
|
|
|
border-left-color: var(--provide-portal-color) !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
.connect-heading-bullet::before {
|
|
|
|
border-left-color: var(--connect-portal-color) !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
.develop-heading-bullet::before {
|
|
|
|
border-left-color: var(--develop-portal-color) !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-03 16:11:45 +02:00
|
|
|
.monitor-heading-bullet::before {
|
|
|
|
border-left-color: var(--monitor-portal-color) !important;
|
|
|
|
}
|
2018-10-04 12:13:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
.explore .uk-h4 {
|
2020-02-04 16:45:09 +01:00
|
|
|
color: var(--explore-portal-color);
|
|
|
|
font-weight: bold;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.explore .el-content {
|
2020-02-04 16:45:09 +01:00
|
|
|
font-size: 18px;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.explore a {
|
|
|
|
background-color: var(--explore-portal-color) !important;
|
|
|
|
color: #fff !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
border-color: var(--explore-portal-color) !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2018-12-19 15:07:02 +01:00
|
|
|
.explore a:hover, .explore a:active, .explore a:focus {
|
2020-02-04 16:45:09 +01:00
|
|
|
background-color: var(--explore-portal-lower-tone) !important;
|
|
|
|
border-color: var(--explore-portal-lower-tone) !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-04 12:13:18 +02:00
|
|
|
.provide .uk-h4 {
|
2020-02-04 16:45:09 +01:00
|
|
|
color: var(--provide-portal-color);
|
|
|
|
font-weight: bold;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.provide .el-content {
|
2020-02-04 16:45:09 +01:00
|
|
|
font-size: 18px;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.provide a {
|
|
|
|
background-color: var(--provide-portal-color) !important;
|
|
|
|
color: #fff !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
border-color: var(--provide-portal-color) !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2018-12-19 15:07:02 +01:00
|
|
|
.provide a:hover, .provide a:active, .provide a:focus {
|
2020-02-04 16:45:09 +01:00
|
|
|
background-color: var(--provide-portal-lower-tone) !important;
|
|
|
|
border-color: var(--provide-portal-lower-tone) !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.monitor .uk-h4 {
|
2020-02-04 16:45:09 +01:00
|
|
|
color: var(--monitor-portal-color);
|
|
|
|
font-weight: bold;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.monitor .el-content {
|
2020-02-04 16:45:09 +01:00
|
|
|
font-size: 18px;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.monitor a {
|
|
|
|
background-color: var(--monitor-portal-color) !important;
|
|
|
|
color: #fff !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
border-color: var(--monitor-portal-color) !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2018-12-19 15:07:02 +01:00
|
|
|
.monitor a:hover, .monitor a:active, .monitor a:focus {
|
2020-02-04 16:45:09 +01:00
|
|
|
background-color: var(--monitor-portal-lower-tone) !important;
|
|
|
|
border-color: var(--monitor-portal-lower-tone) !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2019-03-18 12:03:53 +01:00
|
|
|
.connect-default-button {
|
2019-03-18 13:56:17 +01:00
|
|
|
background-color: var(--connect-portal-color) !important;
|
2020-02-04 16:45:09 +01:00
|
|
|
color: var(--portal-main-contrast) !important;
|
2019-03-18 13:56:17 +01:00
|
|
|
border: 2px solid var(--connect-portal-color) !important;
|
2020-02-04 16:45:09 +01:00
|
|
|
background-image: none !important;
|
2019-03-18 12:03:53 +01:00
|
|
|
}
|
|
|
|
|
2018-10-04 12:13:18 +02:00
|
|
|
.connect .uk-h4 {
|
2020-02-04 16:45:09 +01:00
|
|
|
color: var(--connect-portal-color);
|
|
|
|
font-weight: bold;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.connect .el-content {
|
2020-02-04 16:45:09 +01:00
|
|
|
font-size: 18px;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2018-12-19 15:07:02 +01:00
|
|
|
.connect a {
|
2020-02-04 16:45:09 +01:00
|
|
|
background-color: var(--connect-portal-color) !important;
|
|
|
|
color: #fff !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
border-color: var(--connect-portal-color) !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2018-12-19 15:07:02 +01:00
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.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;
|
2018-10-04 12:13:18 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.develop .uk-h4 {
|
2020-02-04 16:45:09 +01:00
|
|
|
color: var(--develop-portal-color);
|
|
|
|
font-weight: bold;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.develop .el-content {
|
2020-02-04 16:45:09 +01:00
|
|
|
font-size: 18px;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.develop a {
|
|
|
|
background-color: var(--develop-portal-color) !important;
|
|
|
|
color: #fff !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
border-color: var(--develop-portal-color) !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
|
|
|
|
2018-12-19 15:07:02 +01:00
|
|
|
.develop a:hover, .develop a:active, .develop a:focus {
|
2020-02-04 16:45:09 +01:00
|
|
|
background-color: var(--develop-portal-lower-tone) !important;
|
|
|
|
border-color: var(--develop-portal-lower-tone) !important;
|
2018-10-04 17:46:23 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.portal-hr {
|
|
|
|
border-bottom: 1px solid var(--portal-main-color) !important;
|
2020-03-16 14:08:36 +01:00
|
|
|
padding: 5px 0;
|
2018-10-04 17:46:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tm-toolbar .uk-subnav-line li:hover, .tm-toolbar .uk-subnav li:hover {
|
2020-02-04 16:45:09 +01:00
|
|
|
background: var(--portal-main-color) !important;
|
2018-10-04 17:46:23 +02:00
|
|
|
}
|
2018-10-04 12:13:18 +02:00
|
|
|
|
2018-10-04 17:46:23 +02:00
|
|
|
.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 {
|
2020-02-04 16:45:09 +01:00
|
|
|
background: var(--portal-main-color) !important;
|
|
|
|
color: white !important;
|
2018-10-04 12:13:18 +02:00
|
|
|
}
|
2018-10-17 14:08:48 +02:00
|
|
|
|
|
|
|
.loginLink {
|
|
|
|
text-transform: uppercase !important;
|
|
|
|
}
|
2018-10-24 11:17:19 +02:00
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
#footer\#9 a, #footer\#11 a, #footer\#13 a {
|
|
|
|
color: #dedede;
|
|
|
|
line-height: 22px;
|
|
|
|
padding: 2px 0;
|
2018-10-24 11:17:19 +02:00
|
|
|
}
|
2018-10-24 11:48:39 +02:00
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
#footer\#9 a:hover, #footer\#11 a:hover, #footer\#13 a:hover {
|
2018-10-24 11:48:39 +02:00
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
|
2018-10-24 11:17:19 +02:00
|
|
|
@media all and (min-width: 640px) {
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
#footer\#3 {
|
|
|
|
margin-right: 280px;
|
|
|
|
}
|
2018-10-24 11:17:19 +02:00
|
|
|
|
|
|
|
}
|
2018-10-25 16:30:59 +02:00
|
|
|
|
|
|
|
.portal-card {
|
|
|
|
background-color: var(--portal-main-color);
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2018-10-25 16:30:59 +02:00
|
|
|
.portal-card a {
|
|
|
|
color: #fff !important;
|
2019-07-22 16:03:13 +02:00
|
|
|
/*text-decoration: underline;*/
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2019-07-22 16:03:13 +02:00
|
|
|
.portal-card a:hover {
|
2020-02-04 16:45:09 +01:00
|
|
|
color: rgba(255, 255, 255, 0.8) !important;
|
2018-10-25 16:30:59 +02:00
|
|
|
}
|
2018-11-01 18:21:10 +01:00
|
|
|
|
2020-06-04 13:39:37 +02:00
|
|
|
.portalSearchCard {
|
|
|
|
box-shadow: 0 1px 3px #00000029;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 20px;
|
|
|
|
position: relative;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2020-04-24 18:30:56 +02:00
|
|
|
.badges {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: -3px;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
width: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badges .portal-card-badge {
|
2019-04-05 19:09:36 +02:00
|
|
|
background-color: var(--portal-main-color);
|
|
|
|
color: #fff !important;
|
2020-04-24 18:30:56 +02:00
|
|
|
font-size: 10px;
|
2019-04-12 10:49:46 +02:00
|
|
|
border-radius: 3px;
|
2020-04-24 18:30:56 +02:00
|
|
|
padding: 2px 3px;
|
|
|
|
margin-bottom: 5px;
|
2019-04-05 19:09:36 +02:00
|
|
|
}
|
|
|
|
|
2019-04-12 10:49:46 +02:00
|
|
|
|
2020-04-24 18:30:56 +02:00
|
|
|
.badges .private-card-badge {
|
|
|
|
background-color: #A4A4A4;
|
2019-04-10 00:02:57 +02:00
|
|
|
color: #fff !important;
|
2020-04-24 18:30:56 +02:00
|
|
|
font-size: 10px;
|
2019-04-12 10:49:46 +02:00
|
|
|
border-radius: 3px;
|
2020-04-24 18:30:56 +02:00
|
|
|
padding: 2px 3px;
|
2019-04-10 00:02:57 +02:00
|
|
|
}
|
|
|
|
|
2018-11-01 18:21:10 +01:00
|
|
|
.inherit-color {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2019-02-08 13:22:18 +01:00
|
|
|
|
2020-10-12 14:36:27 +02:00
|
|
|
a:hover, .uk-link:hover, a.uk-link-text:hover {
|
2019-02-08 13:22:18 +01:00
|
|
|
color: var(--portal-main-color);
|
|
|
|
}
|
2019-04-15 16:32:44 +02:00
|
|
|
|
2019-07-23 14:22:41 +02:00
|
|
|
/*linksBasket*/
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.linksbasket {
|
|
|
|
/* background-color:#F5F5F5; */
|
|
|
|
border: 1px solid #DEDEDE;
|
|
|
|
font-size: 12px !important;
|
|
|
|
line-height: 18px;
|
|
|
|
/* height:512px; */
|
2019-07-23 14:22:41 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.linksbaskettitles {
|
|
|
|
/* height:75px; */
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
border: 1px solid #DEDEDE;
|
2019-07-23 14:22:41 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.linksBasketSubtitles {
|
2019-07-23 14:22:41 +02:00
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2019-07-23 14:22:41 +02:00
|
|
|
.linkInlineEntity {
|
|
|
|
/* height:75px; */
|
2020-02-04 16:45:09 +01:00
|
|
|
background-color: #A4A4A4;
|
|
|
|
color: white !important;
|
2019-07-23 14:22:41 +02:00
|
|
|
/*border: 1px solid #DEDEDE;*/
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.linksbaskettitlesPortalColor, .linksbaskettitlesPortalColor div {
|
2019-07-23 14:22:41 +02:00
|
|
|
background: var(--portal-main-color) !important;
|
|
|
|
color: var(--portal-main-contrast) !important;
|
2020-08-13 09:33:46 +02:00
|
|
|
border: 0 solid var(--portal-main-color) !important;
|
2019-07-23 14:22:41 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.contextlabelSelected, .contextlabelSelected:hover, .contextlabelSelected a, .contextlabelSelected:hover a {
|
|
|
|
background-color: var(--portal-main-color) !important;
|
|
|
|
color: var(--portal-main-contrast) !important;
|
2020-08-13 09:33:46 +02:00
|
|
|
border: 0 solid var(--portal-main-color) !important;
|
2019-07-23 14:22:41 +02:00
|
|
|
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.contextlabelNotSelected, .contextlabelNotSelected:hover {
|
|
|
|
color: var(--portal-main-color) !important;
|
|
|
|
border: 1px solid var(--portal-main-color) !important;
|
2019-07-23 14:22:41 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.contextlabelNotSelected a, .contextlabelNotSelected:hover a {
|
|
|
|
color: var(--portal-main-color) !important;
|
2019-07-23 14:22:41 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.researchResultTypeSelected, .researchResultTypeNotSelected:hover {
|
2019-12-10 15:45:13 +01:00
|
|
|
color: #fff !important;
|
|
|
|
background-color: #222080 !important;
|
|
|
|
border: 1px solid #222080 !important;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.researchResultTypeNotSelected {
|
2020-01-14 09:41:25 +01:00
|
|
|
color: #222080 !important;
|
|
|
|
background-color: #fff !important;
|
2019-12-10 15:45:13 +01:00
|
|
|
border: 1px solid #222080 !important;
|
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.fadeOut {
|
|
|
|
opacity: 0.3;
|
|
|
|
/* background-color: rgba(red(var(--portal-main-color)), green(var(--portal-main-color)), blue(var(--portal-main-color)), 0.3); */
|
2019-07-23 14:22:41 +02:00
|
|
|
}
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.warningBorder {
|
2019-07-23 14:22:41 +02:00
|
|
|
border-color: #f70;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.dangerBorder {
|
2019-07-23 14:22:41 +02:00
|
|
|
border-color: #ff4000;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.linkingToolbar {
|
2019-07-23 14:22:41 +02:00
|
|
|
background-color: #EDEDED;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.linkingToolbar .back {
|
2019-07-23 14:22:41 +02:00
|
|
|
color: #999999 !important;
|
|
|
|
cursor: pointer;
|
2020-02-04 16:45:09 +01:00
|
|
|
-webkit-transition: color 0.3s;
|
2019-07-23 14:22:41 +02:00
|
|
|
transition: color 0.3s;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
|
|
|
.linkingToolbar .back:hover {
|
2019-07-23 14:22:41 +02:00
|
|
|
color: #444444 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-02-04 16:45:09 +01:00
|
|
|
.linkInlineEntityLabel {
|
|
|
|
color: #EAEAEA;
|
2019-07-23 14:22:41 +02:00
|
|
|
background-color: #B5B5B5;
|
|
|
|
border-color: #EAEAEA;
|
|
|
|
}
|
|
|
|
|
2019-04-15 16:32:44 +02:00
|
|
|
textarea {
|
|
|
|
resize: none;
|
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2019-05-29 14:00:26 +02:00
|
|
|
.default-dropdown {
|
|
|
|
background: white;
|
2020-03-16 14:08:36 +01:00
|
|
|
max-width: 500px;
|
2019-05-29 14:00:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
[class*="uk-animation-"] {
|
|
|
|
animation-fill-mode: none !important;
|
2019-07-04 15:09:05 +02:00
|
|
|
}
|
2019-07-12 15:08:05 +02:00
|
|
|
|
|
|
|
.cursor-default {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2019-07-22 16:03:13 +02:00
|
|
|
.curator-photo {
|
2020-05-07 17:55:37 +02:00
|
|
|
border: #eee 4px solid;
|
2019-07-22 16:03:13 +02:00
|
|
|
object-fit: cover;
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2020-02-04 16:45:09 +01:00
|
|
|
.uk-navbar {
|
2020-04-23 08:42:32 +02:00
|
|
|
z-index: 980;
|
2019-07-22 16:03:13 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2020-02-04 16:45:09 +01:00
|
|
|
.uk-modal {
|
2019-07-23 14:22:41 +02:00
|
|
|
z-index: 10000;
|
|
|
|
}
|
2019-07-22 16:03:13 +02:00
|
|
|
|
|
|
|
@media only screen and (min-width: 992px) {
|
2020-02-04 16:45:09 +01:00
|
|
|
.image-front-topbar {
|
2020-10-23 20:04:10 +02:00
|
|
|
margin-top: -130px;
|
|
|
|
padding-top: 130px;
|
2020-02-04 16:45:09 +01:00
|
|
|
}
|
2019-07-22 16:03:13 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2019-07-22 16:03:13 +02:00
|
|
|
/*Adding shadow to the main menu dropdowns*/
|
2020-02-04 16:45:09 +01:00
|
|
|
.uk-navbar-dropdown {
|
|
|
|
box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
|
2019-07-22 16:03:13 +02:00
|
|
|
}
|
2019-10-02 16:03:54 +02:00
|
|
|
|
|
|
|
.small-beta-indication {
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.large-beta-indication {
|
2019-10-03 16:35:06 +02:00
|
|
|
height: 104px;
|
2019-10-18 15:42:16 +02:00
|
|
|
position: absolute;
|
2019-10-02 16:03:54 +02:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2020-04-01 14:37:13 +02:00
|
|
|
z-index: 10000;
|
2019-10-02 16:03:54 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2019-10-18 15:42:16 +02:00
|
|
|
.uk-navbar-sticky .beta-indication-sticky {
|
|
|
|
position: fixed !important;
|
|
|
|
display: block;
|
2019-10-17 13:48:06 +02:00
|
|
|
|
2019-10-18 15:42:16 +02:00
|
|
|
}
|
2020-02-04 16:45:09 +01:00
|
|
|
|
2019-10-17 13:48:06 +02:00
|
|
|
.beta-indication-sticky {
|
2019-10-18 15:42:16 +02:00
|
|
|
height: 102px;
|
2019-10-17 13:48:06 +02:00
|
|
|
position: fixed;
|
2019-10-18 15:42:16 +02:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
display: none;
|
2020-04-23 08:42:32 +02:00
|
|
|
z-index: 10000;
|
2019-10-17 13:48:06 +02:00
|
|
|
}
|
2020-01-28 17:18:09 +01:00
|
|
|
|
2020-07-10 10:36:09 +02:00
|
|
|
/* theme */
|
|
|
|
.uk-modal .uk-modal-dialog {
|
|
|
|
border-radius: 4px;
|
2020-05-05 19:14:19 +02:00
|
|
|
}
|
|
|
|
|
2020-07-10 10:36:09 +02:00
|
|
|
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;*/
|
2020-05-05 19:14:19 +02:00
|
|
|
}
|
2020-05-07 11:31:58 +02:00
|
|
|
|
2020-07-10 10:36:09 +02:00
|
|
|
ul.portalTabs.uk-tab > .uk-active > a {
|
|
|
|
font-weight: bold;
|
2020-03-16 14:08:36 +01:00
|
|
|
}
|
|
|
|
|
2020-07-10 10:36:09 +02:00
|
|
|
ul.portalTabs.uk-tab::before {
|
2020-07-15 15:59:09 +02:00
|
|
|
/*border-bottom: 1px solid var(--portal-main-color);*/
|
2020-03-16 14:08:36 +01:00
|
|
|
}
|
|
|
|
|
2020-03-23 16:02:40 +01:00
|
|
|
/* theme */
|
2020-10-19 11:05:39 +02:00
|
|
|
.uk-input:not(.uk-form-danger), .uk-textarea:not(.uk-form-danger) {
|
2020-07-10 10:36:09 +02:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.40) !important;
|
2020-03-16 14:08:36 +01:00
|
|
|
}
|
|
|
|
|
2020-11-06 00:19:44 +01:00
|
|
|
.uk-input.uk-form-danger, .uk-textarea.uk-form-danger {
|
|
|
|
border: 1px solid #ff4000 !important;
|
|
|
|
}
|
|
|
|
|
2020-07-10 10:36:09 +02:00
|
|
|
.uk-select {
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.40) !important;
|
2020-05-22 16:50:33 +02:00
|
|
|
}
|
|
|
|
|
2020-07-10 10:36:09 +02:00
|
|
|
/* theme */
|
|
|
|
.uk-text-muted {
|
|
|
|
color: #666 !important;
|
2020-05-22 16:50:33 +02:00
|
|
|
}
|
2020-03-23 14:45:19 +01:00
|
|
|
|
2020-07-10 10:36:09 +02:00
|
|
|
/* theme */
|
|
|
|
.uk-card-default {
|
|
|
|
color: #333 !important;
|
2020-05-27 16:34:11 +02:00
|
|
|
}
|
|
|
|
|
2020-07-10 10:36:09 +02:00
|
|
|
/* theme */
|
|
|
|
html {
|
|
|
|
color: #1d1d1d !important;
|
2020-04-23 08:42:32 +02:00
|
|
|
}
|
2020-04-23 15:13:48 +02:00
|
|
|
|
2020-10-12 14:36:27 +02:00
|
|
|
.footer-light-background, .footer-light-background .uk-totop{
|
2020-04-23 15:13:48 +02:00
|
|
|
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;
|
|
|
|
}
|
2020-04-23 17:56:38 +02:00
|
|
|
|
2020-11-12 10:51:34 +01:00
|
|
|
./*zenodoButton, .zenodoButton:hover{
|
2020-04-27 14:56:47 +02:00
|
|
|
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;
|
2020-11-12 10:51:34 +01:00
|
|
|
}*/
|
2020-04-27 14:56:47 +02:00
|
|
|
|
|
|
|
.uk-text-normal{
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2020-05-04 16:11:50 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
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;
|
|
|
|
}
|
2020-05-06 18:31:38 +02:00
|
|
|
|
2020-05-19 01:44:39 +02:00
|
|
|
/*mat-select-panel*/
|
|
|
|
div.cdk-overlay-container {
|
|
|
|
z-index: 10001 !important;
|
2020-05-20 14:54:55 +02:00
|
|
|
}
|
2020-11-12 10:51:34 +01:00
|
|
|
a.filterLabel {
|
|
|
|
color: #1d1d1d !important;
|
|
|
|
}
|
|
|
|
.filterLoading{
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
/*Chnages for Sicky Search form*/
|
|
|
|
/*
|
|
|
|
|
|
|
|
#searchFormPanel.uk-sticky {
|
|
|
|
z-index: 3 !important;
|
|
|
|
}
|
|
|
|
#searchFormPanel.uk-sticky .searchFormMinHeight{
|
|
|
|
min-height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#searchFormPanel.uk-sticky.uk-active .publicationsSearchForm{
|
|
|
|
height:220px;
|
|
|
|
!* height transition*!
|
|
|
|
transition: 0.40s;
|
|
|
|
-webkit-transition: 0.40s;
|
|
|
|
-moz-transition: 0.40s;
|
|
|
|
-ms-transition: 0.40s;
|
|
|
|
-o-transition: 0.40s;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#searchFormPanel.uk-sticky .publicationsSearchForm{
|
|
|
|
transition: 0.40s;
|
|
|
|
-webkit-transition: 0.40s;
|
|
|
|
-moz-transition: 0.40s;
|
|
|
|
-ms-transition: 0.40s;
|
|
|
|
-o-transition: 0.40s;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*menu transparent*/
|
|
|
|
/*
|
|
|
|
|
|
|
|
#stickyNavbar.uk-active.uk-navbar-container {
|
|
|
|
background: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*smaller menu bar*/
|
|
|
|
/*
|
|
|
|
|
|
|
|
.navbar .brand, .navbar .nav > li > a, .navbar-search, .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
|
|
|
|
min-height: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.beta-indication-sticky {
|
|
|
|
height: 72px;q
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|