[Library|Trunk]

common - assets:
	Update with new css 


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@56675 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2019-07-22 14:03:13 +00:00
parent 5bc8320fc4
commit 919528ef98
3 changed files with 693 additions and 585 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -181,35 +181,35 @@ h2 .custom-external {
.filterItem span {
display: inline-flex;
}
.filterItem .filterName {
max-width: 71%;
/*.filterItem span {*/
/*display: inline-flex;*/
/*}*/
/*.filterItem .filterName {*/
/*max-width: 71%;*/
}
.browseFilters .filterItem .filterName {
max-width: 68%;
}
/*}*/
/*.browseFilters .filterItem .filterName {*/
/*max-width: 68%;*/
/*}*/
.filterItem .filterNumber {
width: 20%;
}
.filterItem span {
/*.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;
}
/*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;
@ -493,9 +493,9 @@ color: #414141}
/* body {
font-family: Raleway, Arial, sans-serif !important;
} */
html {
color: #444 !important;
}
/*html {*/
/* color: #444 !important;*/
/*}*/
h2, h4{
text-transform: none !important;
@ -617,11 +617,11 @@ dd:last-child {
/* h2, .uk-h2 {
font-size: 28px !important;
} */
body{
/* line-height: 1.4; */
Font-size:14px;
Color: #333;
}
/*body{*/
/* !* line-height: 1.4; *!*/
/* Font-size:14px;*/
/* Color: #333;*/
/*}*/
#footer\#8 .el-link {
@ -768,29 +768,36 @@ box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
.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;
color:var(--portal-main-contrast) !important;
}
.portal-button {
background-color: var(--portal-main-color) !important;
color:var(--portal-main-contrast) !important;
border: 1px solid var(--portal-main-color) !important;
background-image: none !important;
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: transparent !important;
color:var(--portal-main-color) !important;
border: 1px solid var(--portal-main-color) !important;
background-image: none !important;
background-color: var(--portal-dark-color) ;
color:var(--portal-main-contrast) ;
border: 1px solid var(--portal-dark-color) ;
background-image: none ;
}
.portal-link {
color:var(--portal-main-color) !important;
text-decoration: underline !important;
font-weight: bold;
/*text-decoration: underline !important;*/
/*font-weight: bold;*/
}
.portal-link:hover {
color:var(--portal-dark-color) !important;
}
.portal-box{
background-color: var(--portal-main-color) !important;
@ -1039,7 +1046,10 @@ showTitle h2{
}
.portal-card a {
color: #fff !important;
text-decoration: underline;
/*text-decoration: underline;*/
}
.portal-card a:hover {
color:rgba(255,255,255,0.8) !important;
}
.portal-card-badge {
@ -1093,3 +1103,25 @@ textarea {
.cursor-default {
cursor: default;
}
.curator-photo {
border: gray 1px solid;
object-fit: cover;
width: 80px;
height: 80px;
}
.uk-navbar{
z-index: 9999;
}
@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;}
}
/*Adding shadow to the main menu dropdowns*/
.uk-navbar-dropdown{
box-shadow: 0 5px 12px rgba(0,0,0,.15);
}