[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:
parent
5bc8320fc4
commit
919528ef98
1140
common/custom.css
1140
common/custom.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
122
library.css
122
library.css
|
@ -181,35 +181,35 @@ h2 .custom-external {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.filterItem span {
|
/*.filterItem span {*/
|
||||||
display: inline-flex;
|
/*display: inline-flex;*/
|
||||||
}
|
/*}*/
|
||||||
.filterItem .filterName {
|
/*.filterItem .filterName {*/
|
||||||
max-width: 71%;
|
/*max-width: 71%;*/
|
||||||
|
|
||||||
}
|
/*}*/
|
||||||
.browseFilters .filterItem .filterName {
|
/*.browseFilters .filterItem .filterName {*/
|
||||||
max-width: 68%;
|
/*max-width: 68%;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
.filterItem .filterNumber {
|
/*.filterItem .filterNumber {*/
|
||||||
width: 20%;
|
/*width: 20%;*/
|
||||||
}
|
/*}*/
|
||||||
.filterItem span {
|
/*.filterItem span {*/
|
||||||
|
|
||||||
white-space: nowrap;
|
/*white-space: nowrap;*/
|
||||||
}
|
/*}*/
|
||||||
.browseFilters .filterItem span div {
|
/*.browseFilters .filterItem span div {*/
|
||||||
/*min-width: 45px;*/
|
/* !*min-width: 45px;*!*/
|
||||||
}
|
/*}*/
|
||||||
.filterItem span div {
|
/*.filterItem span div {*/
|
||||||
overflow: hidden;
|
/*overflow: hidden;*/
|
||||||
text-overflow: ellipsis;
|
/*text-overflow: ellipsis;*/
|
||||||
/*min-width: 81px;*/
|
/*!*min-width: 81px;*!*/
|
||||||
}
|
/*}*/
|
||||||
.filterItem{
|
/*.filterItem{*/
|
||||||
margin-bottom: 5px !important;
|
/* margin-bottom: 5px !important;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
.browseFilters{
|
.browseFilters{
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@ -493,9 +493,9 @@ color: #414141}
|
||||||
/* body {
|
/* body {
|
||||||
font-family: Raleway, Arial, sans-serif !important;
|
font-family: Raleway, Arial, sans-serif !important;
|
||||||
} */
|
} */
|
||||||
html {
|
/*html {*/
|
||||||
color: #444 !important;
|
/* color: #444 !important;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
h2, h4{
|
h2, h4{
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
|
@ -617,11 +617,11 @@ dd:last-child {
|
||||||
/* h2, .uk-h2 {
|
/* h2, .uk-h2 {
|
||||||
font-size: 28px !important;
|
font-size: 28px !important;
|
||||||
} */
|
} */
|
||||||
body{
|
/*body{*/
|
||||||
/* line-height: 1.4; */
|
/* !* line-height: 1.4; *!*/
|
||||||
Font-size:14px;
|
/* Font-size:14px;*/
|
||||||
Color: #333;
|
/* Color: #333;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
#footer\#8 .el-link {
|
#footer\#8 .el-link {
|
||||||
|
|
||||||
|
@ -768,29 +768,36 @@ box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
|
||||||
.portal-color{
|
.portal-color{
|
||||||
color: var(--portal-main-color) !important;
|
color: var(--portal-main-color) !important;
|
||||||
}
|
}
|
||||||
|
.portal-secondary-color{
|
||||||
|
color: var(--portal-dark-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.portal-background-color{
|
.portal-background-color{
|
||||||
background-color: var(--portal-main-color) !important;
|
background-color: var(--portal-main-color) !important;
|
||||||
color:var(--portal-main-contrast) !important;
|
color:var(--portal-main-contrast) !important;
|
||||||
}
|
}
|
||||||
.portal-button {
|
.portal-button {
|
||||||
|
|
||||||
background-color: var(--portal-main-color) !important;
|
background-color: var(--portal-main-color);
|
||||||
color:var(--portal-main-contrast) !important;
|
color:var(--portal-main-contrast) ;
|
||||||
border: 1px solid var(--portal-main-color) !important;
|
border: 1px solid var(--portal-main-color) ;
|
||||||
background-image: none !important;
|
background-image: none ;
|
||||||
|
|
||||||
}
|
}
|
||||||
.portal-button:hover, .portal-button:active, .portal-button:focus {
|
.portal-button:hover, .portal-button:active, .portal-button:focus {
|
||||||
background-color: transparent !important;
|
background-color: var(--portal-dark-color) ;
|
||||||
color:var(--portal-main-color) !important;
|
color:var(--portal-main-contrast) ;
|
||||||
border: 1px solid var(--portal-main-color) !important;
|
border: 1px solid var(--portal-dark-color) ;
|
||||||
background-image: none !important;
|
background-image: none ;
|
||||||
|
|
||||||
}
|
}
|
||||||
.portal-link {
|
.portal-link {
|
||||||
color:var(--portal-main-color) !important;
|
color:var(--portal-main-color) !important;
|
||||||
text-decoration: underline !important;
|
/*text-decoration: underline !important;*/
|
||||||
font-weight: bold;
|
/*font-weight: bold;*/
|
||||||
|
}
|
||||||
|
.portal-link:hover {
|
||||||
|
color:var(--portal-dark-color) !important;
|
||||||
}
|
}
|
||||||
.portal-box{
|
.portal-box{
|
||||||
background-color: var(--portal-main-color) !important;
|
background-color: var(--portal-main-color) !important;
|
||||||
|
@ -1039,7 +1046,10 @@ showTitle h2{
|
||||||
}
|
}
|
||||||
.portal-card a {
|
.portal-card a {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
text-decoration: underline;
|
/*text-decoration: underline;*/
|
||||||
|
}
|
||||||
|
.portal-card a:hover {
|
||||||
|
color:rgba(255,255,255,0.8) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal-card-badge {
|
.portal-card-badge {
|
||||||
|
@ -1093,3 +1103,25 @@ textarea {
|
||||||
.cursor-default {
|
.cursor-default {
|
||||||
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);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue