Updating to lattest css changes

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@53352 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2018-10-01 14:52:38 +00:00
parent 452309559b
commit c5e46f7d52
3 changed files with 540 additions and 293 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,17 @@
:root {
--portal-main-color: #yellow;
--portal-main-contrast: white;
--portal-dark-color: #black;
--openaire-main-color: #26257F;
--explore-portal-color: #f25f30;
--provide-portal-color: #28beff;
--monitor-portal-color: #8bcc00;
--connect-portal-color: #ffc800;
--develop-portal-color: #d13f96;
}
.custom-footer {
position: relative;
bottom: 0;
@ -218,9 +232,9 @@ max-height:265px;
right: 0;
top: 0;
}
.uk-link{
/* .uk-link{
color: #292C3D !important;
}
} */
.uk-breadcrumb > :last-child > * {
color:#cbcbcb !important;
}
@ -356,34 +370,34 @@ color: #414141}
.searchForm, .generalSearchForm{
background-image: url('./search_general.jpg'); box-sizing: border-box; height: 250px;
background: url('./search_general.jpg'); box-sizing: border-box; height: 320px;
}
.publicationsSearchForm{
background-image: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 250px;
background: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 320px;
}
.projectsSearchForm, .projectsTableSearchForm{
background-image: url('./projects_search.jpg'); box-sizing: border-box; height: 250px;
background: url('./projects_search.jpg'); box-sizing: border-box; height: 320px;
}
.organizationsSearchForm{
background-image: url('./search_organizations.jpg'); box-sizing: border-box; height: 250px;
background: url('./search_organizations.jpg'); box-sizing: border-box; height: 320px;
}
.datasetsSearchForm{
background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
background: url('./search_data.jpg'); box-sizing: border-box; height: 320px;
}
.softwareSearchForm{
background-image: url('./search_software.jpg'); box-sizing: border-box; height: 250px;
background: url('./search_software.jpg'); box-sizing: border-box; height: 320px;
}
.orpsSearchForm{
background-image: url('./search_other.jpg'); box-sizing: border-box; height: 250px;
background: url('./search_other.jpg'); box-sizing: border-box; height: 320px;
}
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm{
background-image: url('./providers_search.jpg'); box-sizing: border-box; height: 250px;
background: url('./providers_search.jpg'); box-sizing: border-box; height: 320px;
}
.journalsSearchForm, .journalsTableSearchForm{
background-image: url('./search_journals.jpg'); box-sizing: border-box; height: 250px;
background: url('./search_journals.jpg'); box-sizing: border-box; height: 320px;
}
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
background-image: url('./search_registries.jpg'); box-sizing: border-box; height: 250px;
background: url('./search_registries.jpg'); box-sizing: border-box; height: 320px;
}
.divider-table tbody td, .uk-table th {
@ -417,14 +431,14 @@ color: #414141}
}
.descriptionText{
Padding-left: 25px !important;
Border-left: 10px solid #fafafa;
/* 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;
/* border-left: 8px solid #e5e5e5; */
margin-top: 8px;
}
@ -567,9 +581,14 @@ dd{
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 {
@ -630,8 +649,9 @@ body{
}
.box-content{
border: 1px dashed #ddd;
border: 1px dashed #666666;
margin-top: 4px;
background: #EFEFEF;
}
.citation-accordion .uk-accordion-title {
@ -652,13 +672,15 @@ white-space: nowrap;
.custom-accordion .uk-accordion-title{
text-align: left;
background: #f8f8fe;
/* background: #f8f8fe; */
padding: 4px;
color: #3055ba !important;
/* 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;
}
@ -697,12 +719,25 @@ white-space: nowrap;
width:22px !important;
height:22px !important;
color: #666 !important;
background: #f7f7fa !important;
}
.searchFilterTitle{
font-weight: 500;
/* border-bottom: 6px solid #9ba5b5; */
background-color: var(--portal-main-color);
color:var(--portal-main-contrast) !important;
padding-top: 5px;
padding-left: 3px;
}
.sideInfoTitle{
font-weight: 500;
border-bottom: 6px solid #9ba5b5;
background-color: #f8f8fe;
border-bottom: 1px solid var(--portal-main-color);
/* background-color: var(--portal-main-color); */
/* color:var(--portal-main-contrast) !important; */
padding-top: 5px;
padding-left: 3px;
@ -711,3 +746,62 @@ white-space: nowrap;
background: white !important;
box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
}*/
.uk-navbar-container {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.uk-input{
background-color: rgba(255, 255, 255, 1.0) !important;
}
.uk-accordion > :nth-child(n+2) {
border-top: 0px solid #ededed !important;
margin-top: 0px !important;
}
.uk-pagination > .uk-active > * {
background-color: var(--portal-main-color) !important;
border-bottom-color: var(--portal-main-color) !important;
}
.portal-color{
color: var(--portal-main-color) !important;
}
.portal-background-color{
background-color: var(--portal-main-color) !important;
color:var(--portal-main-contrast) !important;
}
.portal-button {
background-color: var(--portal-main-color) !important;
color:var(--portal-main-contrast) !important;
border: 2px solid var(--portal-main-color) !important;
background-image: none !important;
}
.portal-reverse-button {
background-color: white !important;
color:var(--portal-main-color) !important;
border: 1px solid var(--portal-main-color) !important;
background-image: none !important;
padding: 5px 10px;
}
.uk-pagination .uk-icon{
color: var(--portal-main-color) !important;
}
.search-results > li:nth-child(1) {
border-top: 0px solid !important;
}
.uk-button-default{
color:white !important;
}
.widget-box {
background: white;
}