[Library | Trunk]: Create new css files for every functionality. Import them to library.css
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59059 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
80ca782981
commit
aa57b07d06
|
@ -0,0 +1,23 @@
|
|||
.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);
|
||||
}
|
|
@ -0,0 +1,110 @@
|
|||
.uk-label {
|
||||
border-radius: 15px;
|
||||
line-height: 15px;
|
||||
padding: 3px 10px;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.label-community, .label-compatibility, .label-country,
|
||||
.label-dataprovider, .label-dataset, .label-funder, .label-grey,
|
||||
.label-language, .label-orange, .label-organization, .label-orp,
|
||||
.label-other, .label-project, .label-publication, .label-sc39,
|
||||
.label-software, .label-success, .label-type, .label-underCuration, .label-unknown {
|
||||
background: #fff!important;
|
||||
color: #666!important;
|
||||
border: 1px solid #666!important;
|
||||
}
|
||||
|
||||
.label-green, .label-open {
|
||||
background: #8ad15e;
|
||||
border-color: #8ad15e;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.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-yellow, .label-underCuration {
|
||||
background: #fef5d2;
|
||||
color: #cca607
|
||||
}
|
||||
|
||||
.label-red, .label-funder {
|
||||
background: #fef0ef;
|
||||
color: #f54f43
|
||||
}
|
||||
|
||||
.label-grey, .label-language {
|
||||
background: #f8f8f8;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.label-country {
|
||||
background: #d4f3ff;
|
||||
color: #00a0de;
|
||||
}
|
||||
|
||||
.label-publication {
|
||||
background: #4687E6;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-dataset {
|
||||
background: #1e906c;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-software {
|
||||
background: #b737ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-orp, .label-other {
|
||||
background: #f54f43;
|
||||
color: #414141 !important;
|
||||
}
|
||||
|
||||
.label-project {
|
||||
background: #d0307f;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-dataprovider {
|
||||
background: #00a0de;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-organization {
|
||||
background: #fbcd0d;
|
||||
color: #414141
|
||||
}
|
||||
|
||||
.label-closed {
|
||||
background: #EBEBEB !important;
|
||||
color: #6B6B6B !important;
|
||||
border: 1px solid #DEDEDE !important;
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
color: #ff4000 !important;
|
||||
border: 1px solid #666666 !important;
|
||||
}
|
||||
|
||||
.li-disabled .label-compatibility, .li-disabled .label-dataprovider {
|
||||
background: white !important;
|
||||
color: #A9A9A9 !important;
|
||||
border: 1px solid #A9A9A9 !important;
|
||||
}
|
|
@ -0,0 +1,320 @@
|
|||
/* Landing title section*/
|
||||
.title-section h1 {
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.title-section .under-curation {
|
||||
color: #DE8366;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.uk-modal .title-section h1, .feedback-page .title-section h1 {
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* Landing Main content*/
|
||||
|
||||
input[name="code"] {
|
||||
font-family: Consolas, monaco, monospace;
|
||||
font-size: .875rem;
|
||||
color: #222080;
|
||||
white-space: nowrap;
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #ededed;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
.landing ul.basic-info li {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
/* Landing Related Organizations*/
|
||||
.landing ul.organizations > li {
|
||||
border: 1px solid #E8E8E8;
|
||||
border-radius: 2px;
|
||||
color: #A4A4A4;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.landing ul.organizations > li > a {
|
||||
color: #000000;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.landing ul.organizations > li > a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Landing Download from section*/
|
||||
.landing .download-from > 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;
|
||||
}
|
||||
|
||||
.landing .sideInfoTitle {
|
||||
font-weight: normal !important;
|
||||
border-radius: 4px;
|
||||
background-color: #F0F0F0;
|
||||
color: #666;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
/* Progress */
|
||||
.portal-progress.uk-progress, .green-progress.uk-progress {
|
||||
background-color: #F0F0F0;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
/*firefox*/
|
||||
.portal-progress.uk-progress::-moz-progress-bar {
|
||||
background-color: var(--portal-main-color);
|
||||
}
|
||||
|
||||
.green-progress.uk-progress::-moz-progress-bar {
|
||||
background-color: #9ADC83 !important;
|
||||
}
|
||||
|
||||
/*chrome*/
|
||||
.portal-progress.uk-progress::-webkit-progress-value {
|
||||
background-color: var(--portal-main-color);
|
||||
}
|
||||
|
||||
.green-progress.uk-progress::-webkit-progress-value {
|
||||
background-color: #9ADC83 !important;
|
||||
}
|
||||
|
||||
/*internet explore & edge*/
|
||||
.portal-progress.uk-progress::-ms-fill {
|
||||
background-color: var(--portal-main-color);
|
||||
}
|
||||
|
||||
.green-progress.uk-progress::-ms-fill {
|
||||
background-color: #9ADC83 !important;
|
||||
}
|
||||
|
||||
/* Bioentities */
|
||||
.bioentities-buttons > div > * {
|
||||
border-radius: 4px;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
border: 1px solid #DEDEDE;
|
||||
padding: 40px 0;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.bioentities-buttons > div > a:hover {
|
||||
background-color: #F0F0F0;
|
||||
color: black;
|
||||
box-shadow: 0 1px 6px #00000033;
|
||||
}
|
||||
|
||||
/* Feedback page*/
|
||||
.feedback-page .title-section {
|
||||
background-image: linear-gradient(to right, var(--portal-main-color), var(--portal-dark-color));
|
||||
padding: 15px 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.feedback-page .uk-text-muted {
|
||||
color: rgba(255, 255, 255, 0.7) !important;
|
||||
}
|
||||
|
||||
.feedback-page .form {
|
||||
margin-top: 5px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
padding: 25px 25px 15px;
|
||||
}
|
||||
|
||||
.feedback-sent {
|
||||
border-radius: 4px;
|
||||
background-color: var(--portal-main-color);
|
||||
color: white;
|
||||
padding: 50px 100px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.feedback-sent * {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* B2note*/
|
||||
.b2note ul {
|
||||
color: #1D3454;
|
||||
}
|
||||
|
||||
.b2note button {
|
||||
border-radius: 500px;
|
||||
border: 1px solid #DEDEDE;
|
||||
line-height: 17px;
|
||||
background-color: #DEDEDE;
|
||||
color: #515151;
|
||||
padding: 5px 15px;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.b2note button:not(.disabled):hover {
|
||||
box-shadow: 0 1px 6px #00000033;
|
||||
}
|
||||
|
||||
.b2note button.disabled {
|
||||
cursor: unset;
|
||||
}
|
||||
|
||||
.b2note button:focus {
|
||||
outline-color: transparent;
|
||||
}
|
||||
|
||||
.b2note ul > li {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.b2note ul > li > .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;
|
||||
}
|
||||
|
||||
svg #statistics-bars {
|
||||
fill: var(--portal-main-color);
|
||||
}
|
||||
|
||||
.landing-modal-header {
|
||||
background: transparent linear-gradient(35deg, #FFFFFF 0%, #F0F0F0 100%) no-repeat padding-box;
|
||||
padding: 20px 40px;
|
||||
}
|
||||
|
||||
.landing-modal .modal-title {
|
||||
font-weight: bold;
|
||||
font-size: 22px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.square-button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.title-grey-background {
|
||||
background: transparent linear-gradient(17deg, #FFFFFF 0%, #F0F0F0 100%) no-repeat padding-box;
|
||||
padding: 15px 0;
|
||||
border-radius: 4px;
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
@import "portal";
|
||||
@import "pagination";
|
||||
@import "labels";
|
||||
@import "utils";
|
||||
@import "search-utils";
|
||||
@import "landing-utils";
|
||||
@import "tabs";
|
||||
@import "breadcrumbs";
|
||||
@import "material";
|
|
@ -0,0 +1,16 @@
|
|||
.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;
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
.uk-pagination > .uk-active > * , .uk-pagination > .uk-active > *:hover {
|
||||
background-color: var(--portal-main-color) !important;
|
||||
color: var(--portal-main-contrast) !important;
|
||||
border-color: var(--portal-main-color) !important;
|
||||
border-radius: 500px;
|
||||
line-height: 12px !important;
|
||||
}
|
||||
|
||||
.uk-pagination .uk-icon {
|
||||
color: var(--portal-main-color) !important;
|
||||
}
|
||||
|
||||
.paging-hr {
|
||||
border-bottom: 1px solid #E5E5E5 !important;
|
||||
}
|
|
@ -0,0 +1,63 @@
|
|||
.portal-color {
|
||||
color: var(--portal-main-color) !important;
|
||||
}
|
||||
|
||||
.portal-secondary-color {
|
||||
color: var(--portal-dark-color) !important;
|
||||
}
|
||||
|
||||
.portal-background-color {
|
||||
background-color: var(--portal-main-color) !important;
|
||||
}
|
||||
|
||||
.portal-background-color * {
|
||||
color: var(--portal-main-contrast) !important;
|
||||
}
|
||||
|
||||
.portal-box {
|
||||
background-color: var(--portal-main-color) !important;
|
||||
color: var(--portal-main-contrast) !important;
|
||||
border: 1px solid var(--portal-main-color);
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.portal-box .mat-select-value, .portal-box .mat-select-arrow {
|
||||
color: var(--portal-main-contrast) !important;
|
||||
}
|
||||
|
||||
/* Button */
|
||||
.portal-icon-button, .portal-icon-button:hover {
|
||||
background: var(--portal-main-color) !important;
|
||||
color: var(--portal-main-contrast) !important;
|
||||
border: 1px solid var(--portal-main-color) !important;
|
||||
}
|
||||
|
||||
.portal-button, .portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
|
||||
background-color: var(--portal-main-color);
|
||||
color: var(--portal-main-contrast) !important;
|
||||
border: 1px solid var(--portal-main-color);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.portal-button:hover, .portal-button:active, .portal-button:focus {
|
||||
background-color: var(--portal-dark-color);
|
||||
color: var(--portal-main-contrast) !important;;
|
||||
border: 1px solid var(--portal-dark-color);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.portal-button-reverse {
|
||||
background-color: var(--portal-main-contrast);;
|
||||
color: var(--portal-main-color) !important;;
|
||||
border: 1px solid var(--portal-main-color);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* Link */
|
||||
.portal-link {
|
||||
color: var(--portal-main-color) !important;
|
||||
}
|
||||
|
||||
.portal-link:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
|
@ -0,0 +1,200 @@
|
|||
ul.recentyears {
|
||||
padding-left: 0 !important;
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.recentyears.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
|
||||
margin-right: 10px !important;
|
||||
border-left: 1px solid var(--portal-main-color) !important;
|
||||
}
|
||||
.recentyears.uk-subnav>* {
|
||||
padding-left: 10px;
|
||||
flex: inherit;
|
||||
}
|
||||
|
||||
.recentyears.uk-subnav>*:nth-child(1) {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
search-bar .entitiesSelection{
|
||||
max-width:115px;
|
||||
border: solid 1px var(--portal-main-color) !important;
|
||||
background: white !important;
|
||||
color: var(--portal-main-color);
|
||||
}
|
||||
search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-bar .entitiesSelection .mat-select-arrow, search-bar .entitiesSelection .mat-select-value{
|
||||
color: var(--portal-main-color) !important;
|
||||
}
|
||||
|
||||
.searchFormMinHeight {
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
.search-results {
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.search-results li {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
|
||||
.other-results {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.searchPaging {
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.entitiesSelection {
|
||||
width: 150px;
|
||||
padding: 10px;
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
.text-input-box{
|
||||
border: 1px solid #DFE1E5 !important;
|
||||
}
|
||||
|
||||
.searchFilterTitle {
|
||||
/* text-decoration-color: var(--portal-main-color);
|
||||
text-decoration: underline; */
|
||||
border-bottom: 1px solid var(--portal-main-color) !important;
|
||||
padding: 5px 0;
|
||||
color: var(--portal-main-color);
|
||||
}
|
||||
|
||||
.offcanvas-white {
|
||||
background: white !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.offcanvas-white .uk-close, offcanvas-white .uk-close:hover,
|
||||
.offcanvas-white a:not([class*="portal-link"]) {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.offcanvas-white a:not([class*="portal-link"]):hover {
|
||||
color: #222080 !important;;
|
||||
}
|
||||
|
||||
.offcanvas-white 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;
|
||||
}
|
||||
|
||||
/* Advanced Search Form*/
|
||||
.advancedSearchFormBackground {
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: 100% 320px;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.advancedSearchForm {
|
||||
/*box-shadow: 0 1px 10px #444444;*/
|
||||
background-color: white;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.advancedSearchForm .uk-icon-button {
|
||||
fill: #296EE9 !important;
|
||||
}
|
||||
|
||||
/* Autocomplete */
|
||||
.custom-autocomplete .uk-nav-autocomplete > li > a:hover {
|
||||
background: #00a8e6 none repeat scroll 0 0;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;
|
||||
color: #FFF;
|
||||
outline: medium none;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.custom-autocomplete .uk-nav-navbar > li > a {
|
||||
color: #444;
|
||||
}
|
|
@ -0,0 +1,96 @@
|
|||
.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;
|
||||
}
|
|
@ -0,0 +1,60 @@
|
|||
@media (min-width: 960px) {
|
||||
.float-children-right-at-medium > * {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 959px) {
|
||||
.margin-small-top-at-small {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.space {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.custom-icon {
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
.custom-external {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/common-assets/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("/assets/common-assets/external-link.svg") no-repeat scroll left center;
|
||||
}
|
||||
|
||||
.multi-line-ellipsis p {
|
||||
display: -webkit-box;
|
||||
/* autoprefixer: ignore next */
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.multi-line-ellipsis.lines-3 p {
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
|
||||
.multi-line-ellipsis.lines-10 p {
|
||||
-webkit-line-clamp: 10;
|
||||
}
|
||||
|
||||
.iframeContainer {
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.iframeContainer iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
}
|
1082
library.css
1082
library.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue