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:
parent
452309559b
commit
c5e46f7d52
|
@ -7,45 +7,79 @@
|
||||||
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
|
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
|
||||||
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
|
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
|
||||||
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic-ext,greek-ext,latin-ext');
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic-ext,greek-ext,latin-ext');
|
||||||
|
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');
|
||||||
|
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900');
|
||||||
|
|
||||||
|
|
||||||
body {
|
/* yard */
|
||||||
font-family: 'Open Sans', sans-serif!important;
|
.tm-page {
|
||||||
font-family: Raleway, sans-serif!important;
|
border-width:0px!important;
|
||||||
/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;*/
|
border:0px!important;
|
||||||
font-size: 16px;
|
|
||||||
font-weight:normal!important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
h1, .uk-h1, .wk-h1, h2, .uk-h2, .wk-h2, h3, .uk-h3, .wk-h2 {
|
h1, .uk-h1, .wk-h1, h2, .uk-h2, .wk-h2, h3, .uk-h3, .wk-h2 {
|
||||||
font-family: 'Open Sans', sans-serif !important;
|
font-family: 'Heebo', sans-serif !important;
|
||||||
text-transform:none!important;
|
text-transform:none!important;
|
||||||
font-weight:300!important;
|
font-weight:900;
|
||||||
}
|
letter-spacing: 0.1px;
|
||||||
h4, .uk-h4, .wk-h4, h5, .uk-h5, .wk-h5 {
|
|
||||||
font-family: 'Open Sans', sans-serif !important;
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
}
|
||||||
|
h4, .uk-h4, .wk-h4, h5, .uk-h5, .wk-h5, .uk-h6, .wk-h6 {
|
||||||
|
font-family: 'Heebo', sans-serif !important;
|
||||||
|
|
||||||
h6, .uk-h6, .wk-h6 {
|
|
||||||
font-family: 'Open Sans', sans-serif !important;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
h2, .uk-h2, .wk-h2 {
|
h2, .uk-h2, .wk-h2 {
|
||||||
font-size:36px;
|
font-size:24px;
|
||||||
|
line-height:30px;
|
||||||
|
text-transform: uppercase!important;
|
||||||
}
|
}
|
||||||
h3, .uk-h3, .wk-h3 {
|
h3, .uk-h3, .wk-h3 {
|
||||||
font-size:26px;
|
font-size:20px;
|
||||||
}
|
}
|
||||||
|
h4, .uk-h4, .wk-h4 {
|
||||||
|
font-size:18px;
|
||||||
|
}
|
||||||
|
h5, .uk-h5, .wk-h5 {
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
h6, .uk-h6, .wk-h6 {
|
||||||
|
font-size:14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.infocus h3, .infocus .uk-h3, .infocus .wk-h3 {
|
||||||
|
font-size:18px!important;
|
||||||
|
}
|
||||||
|
.news h3, .news .wk-h3 {
|
||||||
|
color: #223CAA!important;
|
||||||
|
font-weight: 400!important;
|
||||||
|
|
||||||
|
}
|
||||||
|
.news .wk-panel-box, .news .wk-panel-header {
|
||||||
|
padding :20px 0px 30px 0px;
|
||||||
|
margin-bottom:40px;
|
||||||
|
}
|
||||||
|
|
||||||
@media(min-width:640px){.uk-heading-hero{font-size:4rem;line-height:1}}
|
@media(min-width:640px){.uk-heading-hero{font-size:4rem;line-height:1}}
|
||||||
@media(min-width:960px){.uk-heading-hero{font-size:6rem;line-height:1}}
|
@media(min-width:960px){.uk-heading-hero{font-size:6rem;line-height:1}}
|
||||||
|
|
||||||
/* support plain widgetkits */
|
/* support plain widgetkits */
|
||||||
|
/*
|
||||||
.wk-h1{font-size:54px;line-height:1.2}
|
.wk-h1{font-size:54px;line-height:1.2}
|
||||||
.wk-h3{font-size:22px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase}
|
.wk-h3{font-size:22px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase}
|
||||||
.wk-h4{font-size:16px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase!important}
|
.wk-h4{font-size:16px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase!important}
|
||||||
.wk-h5{font-size:14px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase}
|
.wk-h5{font-size:14px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase}
|
||||||
.wk-h6{font-size:13px;line-height:1.4;font-family:'Open Sans';font-weight:300;text-transform:uppercase}
|
.wk-h6{font-size:13px;line-height:1.4;font-family:'Open Sans';font-weight:300;text-transform:uppercase}
|
||||||
|
|
||||||
|
*/
|
||||||
|
.wk-twitter-single {
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wk-nav-side > li > a {
|
||||||
|
font-family: Roboto;
|
||||||
|
font-weight:300;
|
||||||
|
}
|
||||||
.img-fulltext-none {
|
.img-fulltext-none {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -61,31 +95,41 @@ h3, .uk-h3, .wk-h3 {
|
||||||
|
|
||||||
.nav-tabs>li>a, .uk-tab>*>a {
|
.nav-tabs>li>a, .uk-tab>*>a {
|
||||||
color:#646464!important;
|
color:#646464!important;
|
||||||
font-family: 'Roboto', sans-serif!important;
|
font-family: 'Work Sans', sans-serif!important;
|
||||||
}
|
}
|
||||||
.nav-tabs>.active>a, .uk-tab>.uk-active>a, .uk-tab>*>a:focus, .uk-tab>*>a:hover {
|
.nav-tabs>.active>a, .uk-tab>.uk-active>a, .uk-tab>*>a:focus, .uk-tab>*>a:hover {
|
||||||
color: #3055ba!important;
|
color: #3055ba!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wk-tab>li {font-family: 'Roboto', sans-serif!important;}
|
.wk-tab>li {font-family: 'Work Sans', sans-serif!important;}
|
||||||
.wk-panel { }
|
.wk-panel { }
|
||||||
|
|
||||||
.dark_overlay .wk-overlay-active :not(.wk-active)>.wk-overlay-panel:not(.wk-ignore),
|
.dark_overlay .wk-overlay-active :not(.wk-active)>.wk-overlay-panel:not(.wk-ignore),
|
||||||
.dark_overlay .wk-overlay-active :not(.wk-active)>.wk-overlay-panel:not(.wk-ignore),
|
.dark_overlay .wk-overlay-active :not(.wk-active)>.wk-overlay-panel:not(.wk-ignore),
|
||||||
.dark_overlay .wk-overlay-hover:not(:hover):not(.wk-hover) .wk-overlay-panel:not(.wk-ignore),
|
.dark_overlay .wk-overlay-hover:not(:hover):not(.wk-hover) .wk-overlay-panel:not(.wk-ignore),
|
||||||
.dark_overlay .wk-overlay-background{background:rgba(100,100,100,.6);}
|
.dark_overlay .wk-overlay-background{background:rgba(5,0,93,.6);}
|
||||||
|
|
||||||
|
/*guide pages*/
|
||||||
|
.guides .wk-nav-side {border: 1px solid #ccc}
|
||||||
|
.guides .wk-nav-side > li.wk-active >a {background-color:#4687E6;}
|
||||||
|
.guides h2, .guides .wk-h2 {color: #040067;}
|
||||||
|
|
||||||
/* service pages */
|
/* service pages */
|
||||||
.service-button .wk-dotnav>li>a,
|
.service-button .wk-dotnav>li>a,
|
||||||
.service-button .wk-icon-button, .service-button .wk-list>li>a, .service-button .wk-nav ul>li>a, .service-button .wk-nav>li>a,
|
.service-button .wk-icon-button, .service-button .wk-list>li>a, .service-button .wk-nav ul>li>a, .service-button .wk-nav>li>a,
|
||||||
.service-button .wk-overlay, .service-button .wk-slidenav {}
|
.service-button .wk-overlay, .service-button .wk-slidenav {}
|
||||||
|
|
||||||
.service-button > .wk-subnav>li>a{
|
.service-button > .wk-subnav>li>a,
|
||||||
|
.boxedpills > .uk-subnav>li>a {
|
||||||
border: 1px solid #9c9c9c!important;
|
border: 1px solid #9c9c9c!important;
|
||||||
border-radius: 0px!important;
|
border-radius: 0px!important;
|
||||||
|
color: #9c9c9c!important;
|
||||||
|
|
||||||
}
|
}
|
||||||
.service-button .wk-subnav-pill>*>:hover {
|
|
||||||
|
.service-button .wk-subnav-pill>*>:hover,
|
||||||
|
.boxedpills .uk-subnav-pill>*>:hover
|
||||||
|
{
|
||||||
border: 1px solid #213BAA!important;
|
border: 1px solid #213BAA!important;
|
||||||
color:#213BAA!important;
|
color:#213BAA!important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -94,18 +138,26 @@ h3, .uk-h3, .wk-h3 {
|
||||||
background:none;
|
background:none;
|
||||||
}
|
}
|
||||||
.service-button .wk-subnav-pill>*>:focus,
|
.service-button .wk-subnav-pill>*>:focus,
|
||||||
|
.boxedpills .uk-subnav-pill>*>:focus,
|
||||||
{
|
{
|
||||||
color: #fff!important;
|
color: #fff!important;
|
||||||
}
|
}
|
||||||
.service-button .wk-subnav-pill>.wk-active>*
|
.service-button .wk-subnav-pill>.wk-active>*,
|
||||||
|
.boxedpills .uk-subnav-pill>.uk-active>*
|
||||||
|
|
||||||
{
|
{
|
||||||
background: #213BAA;
|
background: #213BAA;
|
||||||
border: 1px solid #213BAA!important;
|
border: 1px solid #213BAA!important;
|
||||||
color: #fff!important;
|
color: #fff!important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.service-button .wk-panel-box-primary {background:none!important;}
|
.service-button .wk-panel-box-primary,
|
||||||
.service-button .wk-panel-box {
|
.boxedpills .uk-panel-box-primary
|
||||||
|
{background:none!important;}
|
||||||
|
|
||||||
|
.service-button .wk-panel-box,
|
||||||
|
.boxedpills .uk-panel-box
|
||||||
|
{
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
/* border: 1px solid #e5e5e5; */
|
/* border: 1px solid #e5e5e5; */
|
||||||
|
@ -118,21 +170,27 @@ h3, .uk-h3, .wk-h3 {
|
||||||
background: rgb(255, 255, 255)!important;
|
background: rgb(255, 255, 255)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.yoo-zoo ul.zoo-alphaindex.uk-subnav>*>a {color:#2D72D6;}
|
||||||
|
.yoo-zoo ul.zoo-alphaindex.uk-subnav>*>a:focus, .yoo-zoo ul.zoo-alphaindex.uk-subnav>*>a:hover { color: #D53B23;}
|
||||||
|
.yoo-zoo ul.zoo-alphaindex.uk-subnav>.uk-disabled>a{color: #cbcbcb!important;}
|
||||||
|
|
||||||
.uk-button-default:focus, .uk-button-default:hover {color:#fff;}
|
.uk-button-default:focus, .uk-button-default:hover {color:#fff;}
|
||||||
.btn-info, .btn-primary, .uk-button-primary {
|
.btn, .btn-info, .btn-primary{
|
||||||
|
/*
|
||||||
/*explore */
|
text-shadow:none!important;
|
||||||
background: #3870DF!important;
|
background: #3870DF!important;
|
||||||
color:#fff!important;
|
color:#fff!important;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn:focus, .btn:hover,
|
||||||
.btn-info:focus, .btn-info:hover, .btn-primary:focus, .btn-primary:hover,
|
.btn-info:focus, .btn-info:hover, .btn-primary:focus, .btn-primary:hover,
|
||||||
.uk-button-primary:focus, .uk-button-primary:hover {
|
.uk-button-primary:focus, .uk-button-primary:hover {
|
||||||
|
/*
|
||||||
/*explore */
|
background: #223CAA!important;
|
||||||
background-color:#223CAA!important;
|
|
||||||
color:#fff!important;
|
color:#fff!important;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
a, .uk-link {
|
a, .uk-link {
|
||||||
|
@ -145,26 +203,20 @@ color: #D53B23;
|
||||||
/*.uk-badge, .badge, a.badge { border-radius: 2px;}*/
|
/*.uk-badge, .badge, a.badge { border-radius: 2px;}*/
|
||||||
.uk-button-secondary {
|
.uk-button-secondary {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius:0px;
|
color: #192699;
|
||||||
/*explore */
|
border: 1px solid #192699!important;
|
||||||
border:1px solid #192699!important;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.uk-button-secondary:hover {
|
|
||||||
/*explore */
|
|
||||||
border:1px solid #f25f30!important;
|
|
||||||
background-color:#192699!important;
|
|
||||||
|
|
||||||
|
.uk-button-secondary:hover {
|
||||||
|
color: #fff!important;
|
||||||
|
border: 1px solid #192699!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
|
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
|
||||||
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover {
|
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover {
|
||||||
/*explore */
|
border:1px solid #192699!important;
|
||||||
border:1px solid #f25f30!important;
|
|
||||||
background-color:#f9f9f9!important;
|
background-color:#f9f9f9!important;
|
||||||
color:#f25f30!important;
|
color:#192699!important;
|
||||||
|
|
||||||
}
|
}
|
||||||
ol.big-numbers-list{
|
ol.big-numbers-list{
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -192,14 +244,11 @@ ol.big-numbers-list li::before {
|
||||||
-moz-border-radius:50%;
|
-moz-border-radius:50%;
|
||||||
-webkit-border-radius:50%;
|
-webkit-border-radius:50%;
|
||||||
border: 1px solid #192699;
|
border: 1px solid #192699;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
border: 1px solid #192699;
|
border: 1px solid #192699;
|
||||||
color: #192699;
|
color: #192699;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 2px 8px 4px 8px;
|
padding: 2px 8px 4px 8px;
|
||||||
}
|
}
|
||||||
|
@ -207,10 +256,25 @@ ol.big-numbers-list li::before {
|
||||||
padding: 2px 5px!important;
|
padding: 2px 5px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero_to_top {
|
@media only screen and (max-width: 600px) {
|
||||||
|
.image-front-topbar {margin-top:-0px;}
|
||||||
}
|
}
|
||||||
.image-front-topbar {
|
@media only screen and (min-width: 600px) {
|
||||||
margin-top:-40px;
|
.image-front-topbar {margin-top:-0px;}
|
||||||
|
}
|
||||||
|
@media only screen and (min-width: 768px) {
|
||||||
|
.image-front-topbar {margin-top:-0px;}
|
||||||
|
}
|
||||||
|
@media only screen and (min-width: 992px) {
|
||||||
|
.image-front-topbar {margin-top:-40px;}
|
||||||
|
}
|
||||||
|
@media only screen and (min-width: 1200px) {
|
||||||
|
.image-front-topbar {margin-top:-40px;}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
.tm-toolbar {display:block;
|
||||||
|
background-color:red;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -222,28 +286,24 @@ padding-bottom:0px;
|
||||||
background:rgba(255,255,255, 0.0);
|
background:rgba(255,255,255, 0.0);
|
||||||
z-index:10000;
|
z-index:10000;
|
||||||
/*background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), url(/images/toolbar_bg.png);*/
|
/*background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), url(/images/toolbar_bg.png);*/
|
||||||
|
|
||||||
/*explore */
|
|
||||||
border-top: 5px solid #05007A;
|
border-top: 5px solid #05007A;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tm-toolbar .forimage {
|
.tm-toolbar .forimage {
|
||||||
background:rgba(255,255,255, 0.4);
|
background:rgba(255,255,255, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tm-header .uk-navbar-left {position:relative;z-index:9999!important;}
|
.tm-header .uk-navbar-left {position:relative;z-index:9999!important;}
|
||||||
.tm-header .uk-logo {padding: 5px 10px 10px 10px; position:relative;z-index:1000!important;}
|
.tm-header .uk-logo { position:relative;z-index:1000!important;}
|
||||||
|
|
||||||
.tm-header .uk-navbar-transparent{
|
.tm-header .uk-navbar-transparent{
|
||||||
padding-top:4px;
|
padding-top:4px;
|
||||||
}
|
}
|
||||||
|
.uk-logo > img {max-height:60px;}
|
||||||
.inner {
|
.inner {
|
||||||
left:0px;
|
left:0px;
|
||||||
margin-top:-5px;
|
margin-top:-5px;
|
||||||
|
|
||||||
/*explore*/
|
|
||||||
background-color: #05007A;
|
background-color: #05007A;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.tm-toolbar .uk-container {
|
.tm-toolbar .uk-container {
|
||||||
padding-right:0px;
|
padding-right:0px;
|
||||||
|
@ -257,9 +317,8 @@ padding-right:0px;
|
||||||
-webkit-transform: skew(25deg);
|
-webkit-transform: skew(25deg);
|
||||||
transform: skew(25deg);
|
transform: skew(25deg);
|
||||||
margin-right:10px;
|
margin-right:10px;
|
||||||
/*explore*/
|
|
||||||
background-color: #05007A;
|
|
||||||
|
|
||||||
|
background-color: #05007A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tm-toolbar .uk-subnav-line li,
|
.tm-toolbar .uk-subnav-line li,
|
||||||
|
@ -311,21 +370,14 @@ padding-right:0px;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
color: #efefef!important;
|
color: #efefef!important;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
/*explore*/
|
|
||||||
background:#2C57D7!important;
|
background:#2C57D7!important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.tm-toolbar .uk-subnav-line .uk-active .home-hover li:hover,
|
.tm-toolbar .uk-subnav-line .uk-active .home-hover li:hover,
|
||||||
.tm-toolbar .uk-subnav .uk-active .home-hover li:hover,
|
.tm-toolbar .uk-subnav .uk-active .home-hover li:hover,
|
||||||
li.uk-active.home-hover
|
li.uk-active.home-hover
|
||||||
{
|
{
|
||||||
/*explore*/
|
|
||||||
background:#2C57D7!important;
|
background:#2C57D7!important;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tm-toolbar .uk-dotnav, .tm-toolbar .uk-subnav {
|
.tm-toolbar .uk-dotnav, .tm-toolbar .uk-subnav {
|
||||||
|
@ -337,23 +389,26 @@ li.uk-active.home-hover
|
||||||
.tm-toolbar .uk-subnav-line li:hover a,
|
.tm-toolbar .uk-subnav-line li:hover a,
|
||||||
.tm-toolbar .uk-subnav li:hover a {
|
.tm-toolbar .uk-subnav li:hover a {
|
||||||
display: block;
|
display: block;
|
||||||
color:#05007A!important;
|
|
||||||
color: #efefef!important;
|
color: #efefef!important;
|
||||||
|
|
||||||
/*explore*/
|
|
||||||
background:#2C57D7!important;
|
background:#2C57D7!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*tooltip over toolbar */
|
||||||
|
|
||||||
|
|
||||||
|
.tm-toolbar .uk-subnav a[title]:hover{
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tm-toolbar .uk-subnav a[title]:hover:after {
|
.tm-toolbar .uk-subnav a[title]:hover:after {
|
||||||
content:attr(title);
|
content:attr(title);
|
||||||
background: #333;
|
background: #333;
|
||||||
background: #2C57D7;
|
background: #2C57D7;
|
||||||
border-radius: 5px;
|
border-radius: 2px;
|
||||||
bottom: -50px;
|
bottom: -70px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
left: 20%;
|
left: 20%;
|
||||||
padding: 10px 15px 5px 15px;
|
padding: 20px 25px 15px 25px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 98;
|
z-index: 98;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -372,14 +427,22 @@ background: #333;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* remove for yard theme */
|
||||||
|
/*
|
||||||
|
.uk-navbar-dropdown-nav .uk-nav-divider {
|
||||||
|
border-top: 1px solid #eee;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-toggle {color:#4F5260!important;}
|
||||||
|
|
||||||
.uk-navbar-container:not(.uk-navbar-transparent) {
|
.uk-navbar-container:not(.uk-navbar-transparent) {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1);
|
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1);
|
||||||
}
|
}
|
||||||
/*.uk-light .uk-navbar-nav>li>a,
|
|
||||||
.uk-offcanvas-bar .uk-navbar-nav>li>a,*/
|
|
||||||
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a {
|
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a {
|
||||||
color: #4F5260;
|
color: #4F5260;
|
||||||
}
|
}
|
||||||
|
@ -387,8 +450,11 @@ background: #333;
|
||||||
.uk-navbar-sticky {
|
.uk-navbar-sticky {
|
||||||
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1);
|
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.navbar .nav>li>.dropdown-menu, .uk-navbar-dropdown{
|
.navbar .nav>li>.dropdown-menu, .uk-navbar-dropdown{
|
||||||
|
/* remove for yard theme */
|
||||||
|
/*
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1020;
|
z-index: 1020;
|
||||||
|
@ -396,73 +462,83 @@ box-sizing: border-box;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #4F5260;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1)
|
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1)
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
.uk-navbar-dropdown-nav>li>a:focus, .uk-navbar-dropdown-nav>li>a:hover {
|
.uk-navbar-dropdown-nav>li>a:focus, .uk-navbar-dropdown-nav>li>a:hover {
|
||||||
color:#299CDD;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-nav>li>a,
|
.uk-nav>li>a,
|
||||||
.uk-navbar-dropdown-nav>li>a,
|
.uk-navbar-dropdown-nav>li>a,
|
||||||
.uk-navbar-dropdown-nav .uk-nav-sub a {
|
.uk-navbar-dropdown-nav .uk-nav-sub a {
|
||||||
color:#292C3D;
|
/* yard
|
||||||
|
color: rgba(255,255,255, 0.7);
|
||||||
font-weight:300;
|
font-weight:300;
|
||||||
padding:4px 0;
|
padding:4px 0;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
.uk-nav li.emphasized_menu a,
|
.uk-nav li.emphasized_menu a,
|
||||||
.uk-navbar-dropdown-nav li.emphasized_menu a,
|
.uk-navbar-dropdown-nav li.emphasized_menu a,
|
||||||
.uk-navbar-dropdown-nav li>a.emphasized_menu
|
.uk-navbar-dropdown-nav li>a.emphasized_menu {
|
||||||
|
color:rgba(255,255,255, 0.8);
|
||||||
{
|
|
||||||
color:#1E36B2!important;
|
|
||||||
font-weight: 500!important;
|
font-weight: 500!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-nav li.emphasized_menu a:hover,
|
.uk-nav li.emphasized_menu a:hover,
|
||||||
.uk-navbar-dropdown-nav li.emphasized_menu a:hover,
|
.uk-navbar-dropdown-nav li.emphasized_menu a:hover,
|
||||||
.uk-navbar-dropdown-nav li>a.emphasized_menu:hover{
|
.uk-navbar-dropdown-nav li>a.emphasized_menu:hover{
|
||||||
color:#299CDD!important;
|
color:#fff!important;
|
||||||
font-weight: 500!important;
|
font-weight: 500!important;
|
||||||
}
|
}
|
||||||
|
/* remove for yard theme
|
||||||
.uk-navbar-dropdown-nav {
|
.uk-navbar-dropdown-nav {
|
||||||
font-size:14px;
|
font-size:15px;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.uk-navbar-nav>li>a, .uk-navbar-item, .uk-navbar-toggle, .navbar .brand, .navbar-search, .navbar .nav>li>a {
|
.uk-navbar-nav>li>a, .uk-navbar-item, .uk-navbar-toggle, .navbar .brand, .navbar-search, .navbar .nav>li>a {
|
||||||
font-size: 14px;
|
|
||||||
font-family: Roboto;
|
|
||||||
font-family: 'Merriweather Sans', sans-serif;
|
|
||||||
font-family: 'Roboto Slab', serif;
|
font-family: 'Roboto Slab', serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 23px;
|
line-height: 22px;
|
||||||
text-transform:none;
|
text-transform:none;
|
||||||
color: rgba(0, 0, 0, 0.8) !important;
|
color: #222080;
|
||||||
color:4F5260;
|
font-weight: 400 !important;
|
||||||
font-weight: 500 !important;
|
|
||||||
}
|
}
|
||||||
.uk-navbar-nav>li.uk-active>a {
|
.uk-navbar-nav>li.uk-active>a {
|
||||||
color: #17106E!important;
|
color: #4687E6!important;
|
||||||
|
color: #299CDD!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
|
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
|
||||||
color: #3773DB!important;
|
color: #4687E6!important;
|
||||||
|
color: #299CDD!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-nav-default .uk-nav-header,
|
.uk-nav-default .uk-nav-header,
|
||||||
.uk-navbar-dropdown-nav .uk-nav-header {
|
.uk-navbar-dropdown-nav .uk-nav-header {
|
||||||
color: #245CCF;
|
color:#fff;
|
||||||
font-size:14px;
|
font-size: 16px;
|
||||||
|
line-height: 22px;
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
.sidemenu .uk-nav-default .uk-nav-header,
|
||||||
.sidemenu .uk-h3{
|
.sidemenu .uk-navbar-dropdown-nav .uk-nav-header {
|
||||||
padding-bottom: 15px;
|
|
||||||
font-weight: 300;
|
|
||||||
text-transform: none;
|
|
||||||
color:#040067;
|
color:#040067;
|
||||||
}
|
}
|
||||||
|
.sidemenu .uk-nav-default > li.uk-active > a {
|
||||||
|
color:#296EE9;
|
||||||
|
font-weight:400;
|
||||||
|
color:#299CDD!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidemenu .uk-h3, .sidemenu h3{
|
||||||
|
color:#1C0872!important;
|
||||||
|
}
|
||||||
|
/*
|
||||||
.sidemenu .uk-nav, .uk-nav ul, .dropdown-menu {
|
.sidemenu .uk-nav, .uk-nav ul, .dropdown-menu {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -471,18 +547,23 @@ color: #3773DB!important;
|
||||||
.sidemenu ul>li>ul, .sidemenu ul>li>ol, .sidemenu ol>li>ol, .sidemenu ol>li>ul{
|
.sidemenu ul>li>ul, .sidemenu ul>li>ol, .sidemenu ol>li>ol, .sidemenu ol>li>ul{
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidemenu ul>li>ul a {
|
.sidemenu ul>li>ul a {
|
||||||
color: #80828B!important;
|
color: #80828B!important;
|
||||||
color: rgba(99, 104, 114, 0.8)!important;
|
color: rgba(99, 104, 114, 0.8)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidemenu ul>li>ul a:hover {
|
.sidemenu ul>li>ul a:hover {
|
||||||
color: #D53B23!important;
|
color: #D53B23!important;
|
||||||
}
|
color:#296EE9!important;
|
||||||
.uk-nav-header:not(:first-child) {margin-top:10px;}
|
|
||||||
.uk-navbar-dropdown, .navbar .nav>li>.dropdown-menu {
|
|
||||||
/*background:#fff;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.uk-nav-header:not(:first-child) {margin-top:10px;}
|
||||||
|
.uk-navbar-dropdown, .navbar .nav>li>.dropdown-menu {
|
||||||
|
color:#fff!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
.grid-bottom-align {
|
.grid-bottom-align {
|
||||||
-webkit-align-items: flex-end!important;
|
-webkit-align-items: flex-end!important;
|
||||||
align-items: flex-end!important;
|
align-items: flex-end!important;
|
||||||
|
@ -498,11 +579,14 @@ color: #3773DB!important;
|
||||||
.uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary>:not([class*='uk-card-media']) a,
|
.uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary>:not([class*='uk-card-media']) a,
|
||||||
.uk-card-secondary>:not([class*='uk-card-media']) .uk-link, .uk-overlay-primary a, .uk-overlay-primary .uk-link,
|
.uk-card-secondary>:not([class*='uk-card-media']) .uk-link, .uk-overlay-primary a, .uk-overlay-primary .uk-link,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.uk-navbar-container:not(.uk-navbar-transparent) a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-link,
|
.uk-navbar-container:not(.uk-navbar-transparent) a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-link,
|
||||||
.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-link, .tm-toolbar a, .tm-toolbar .uk-link {
|
.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-link, .tm-toolbar a, .tm-toolbar .uk-link {
|
||||||
color: #4F5260;
|
color:rgba(255,255,255,0.8);
|
||||||
}
|
}
|
||||||
.uk-card {border-radius:0;}
|
|
||||||
|
/*remove for theme flow */
|
||||||
|
/*.uk-card {border-radius:0;}*/
|
||||||
|
|
||||||
/*footer*/
|
/*footer*/
|
||||||
.footer-license {
|
.footer-license {
|
||||||
|
@ -518,7 +602,7 @@ line-height:16px!important;
|
||||||
.footer-license a:hover {
|
.footer-license a:hover {
|
||||||
color: #D33A24;
|
color: #D33A24;
|
||||||
}
|
}
|
||||||
|
/* remover of theme yard
|
||||||
.uk-light .uk-navbar-nav>li.uk-active>a,
|
.uk-light .uk-navbar-nav>li.uk-active>a,
|
||||||
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,
|
||||||
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,
|
||||||
|
@ -541,17 +625,16 @@ uk-card-secondary.uk-card-body .uk-navbar-nav>li>a::before,
|
||||||
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a::before,
|
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a::before,
|
||||||
.uk-overlay-primary .uk-navbar-nav>li>a::before, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a::before,
|
.uk-overlay-primary .uk-navbar-nav>li>a::before, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a::before,
|
||||||
.uk-offcanvas-bar .uk-navbar-nav>li>a::before, .tm-toolbar .uk-navbar-nav>li>a::before {
|
.uk-offcanvas-bar .uk-navbar-nav>li>a::before, .tm-toolbar .uk-navbar-nav>li>a::before {
|
||||||
|
|
||||||
background-color: #128DD5;
|
background-color: #128DD5;
|
||||||
background-color: #17106E;
|
background-color: #17106E;
|
||||||
}
|
}
|
||||||
.uk-tile-primary {background-color: #17106E;}
|
*/
|
||||||
|
|
||||||
|
|
||||||
.uk-navbar-nav>li>a::before {
|
.uk-navbar-nav>li>a::before {
|
||||||
background-color: #3773DB!important;
|
background-color: #3773DB!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.uk-light .uk-navbar-nav>li:hover>a, .uk-light .uk-navbar-nav>li>a:focus, .uk-light .uk-navbar-nav>li>a.uk-open,
|
.uk-light .uk-navbar-nav>li:hover>a, .uk-light .uk-navbar-nav>li>a:focus, .uk-light .uk-navbar-nav>li>a.uk-open,
|
||||||
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li:hover>a,
|
||||||
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:focus,
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a:focus,
|
||||||
|
@ -623,6 +706,7 @@ color: #17106E;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.uk-light a:hover, .uk-light .uk-link:hover, */
|
/*.uk-light a:hover, .uk-light .uk-link:hover, */
|
||||||
|
/* remove for yard theme
|
||||||
.uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
|
.uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
|
||||||
.uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
|
.uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
|
||||||
.uk-card-primary.uk-card-body a:hover, .uk-card-primary.uk-card-body .uk-link:hover,
|
.uk-card-primary.uk-card-body a:hover, .uk-card-primary.uk-card-body .uk-link:hover,
|
||||||
|
@ -636,12 +720,18 @@ color: #17106E;
|
||||||
.tm-toolbar a:hover, .tm-toolbar .uk-link:hover {
|
.tm-toolbar a:hover, .tm-toolbar .uk-link:hover {
|
||||||
color:#299CDD!important;
|
color:#299CDD!important;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.uk-navbar-dropdown-nav>li.uk-active>a,
|
.uk-navbar-dropdown-nav>li.uk-active>a,
|
||||||
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a {
|
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a {
|
||||||
color: #17106E!important;
|
color: #17106E!important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.uk-navbar-dropdown-nav>li.uk-active>a {
|
||||||
|
color: #63BDE9!important;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
.uk-tile-primary {background-color: #17106E;}
|
||||||
|
/* remove for Yard theme
|
||||||
.uk-light .uk-navbar-nav > li > a:active,
|
.uk-light .uk-navbar-nav > li > a:active,
|
||||||
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
|
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
|
||||||
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
|
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
|
||||||
|
@ -680,15 +770,14 @@ color: #17106E;
|
||||||
.uk-offcanvas-bar .uk-navbar-nav>li>a:active, .tm-toolbar .uk-navbar-nav>li>a:active {
|
.uk-offcanvas-bar .uk-navbar-nav>li>a:active, .tm-toolbar .uk-navbar-nav>li>a:active {
|
||||||
color:#128DD5!important;
|
color:#128DD5!important;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
.uk-card-secondary, .uk-tile-secondary {background:#2EADE4; background:#3773DB;}
|
.uk-card-secondary, .uk-tile-secondary {background:#2EADE4; background:#3773DB;}
|
||||||
|
|
||||||
.color-three.uk-card {background:red;}
|
.color-three.uk-card {background:red;}
|
||||||
|
|
||||||
.uk-section-secondary:not(.uk-preserve-color) h3,
|
.uk-section-secondary:not(.uk-preserve-color) h3,
|
||||||
.uk-section-secondary:not(.uk-preserve-color) h3 a,
|
.uk-section-secondary:not(.uk-preserve-color) h3 a,
|
||||||
.uk-section-secondary:not(.uk-preserve-color) a:hover { color:#444!important;}
|
.uk-section-secondary:not(.uk-preserve-color) a:hover { color:#292C3D!important;}
|
||||||
|
|
||||||
|
|
||||||
.uk-article-title {
|
.uk-article-title {
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
|
@ -719,18 +808,16 @@ color: #90929D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-text-primary {color: #040067!important;}
|
.uk-text-primary {color: #040067!important;}
|
||||||
.uk-text-secondary {color: #5488DF!important;}
|
.uk-text-secondary {color: #00a0de!important;}
|
||||||
.uk-section-primary {
|
.uk-section-primary {
|
||||||
background: #040067;
|
|
||||||
background: #17106E;
|
background: #17106E;
|
||||||
}
|
}
|
||||||
.uk-section-secondary {
|
.uk-section-secondary {
|
||||||
background: #00a0de;
|
|
||||||
background: #3773DB;
|
background: #3773DB;
|
||||||
}
|
}
|
||||||
.first_page_section {
|
.first_page_section {
|
||||||
/*position: relative;*/
|
/*position: relative;*/
|
||||||
}
|
}
|
||||||
.first_page_section .uk-section>:last-child {
|
.first_page_section .uk-section>:last-child {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
@ -738,11 +825,9 @@ transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.first_page_section .first_page_banner_headline {
|
.first_page_section .first_page_banner_headline {
|
||||||
/*position: relative;*/
|
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
|
|
||||||
}
|
}
|
||||||
.first_page_panel h3.uk-h1 {
|
.first_page_panel h3.uk-h1 {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
|
@ -762,7 +847,6 @@ transform: translateY(-50%);
|
||||||
.mainHdr {background-color: rgb(4, 0, 103)!important;
|
.mainHdr {background-color: rgb(4, 0, 103)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*tabs*/
|
/*tabs*/
|
||||||
.wk-tab::before {
|
.wk-tab::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -930,9 +1014,9 @@ border-top: 1px solid #6c6c6c;
|
||||||
text-transform:none;
|
text-transform:none;
|
||||||
}
|
}
|
||||||
.mod_events_latest_table td .hdr{
|
.mod_events_latest_table td .hdr{
|
||||||
font-size:14px!important;
|
font-size:16px!important;
|
||||||
line-height: 16px;
|
line-height: 20px;
|
||||||
font-weight:400!important;
|
font-weight:normal!important;
|
||||||
text-transform:none;
|
text-transform:none;
|
||||||
}
|
}
|
||||||
.mod_events_latest_rsslink a {
|
.mod_events_latest_rsslink a {
|
||||||
|
@ -988,14 +1072,13 @@ background-position: calc(100% - 5px) 50%;
|
||||||
-webkit-transition: background-position .2s ease-out;
|
-webkit-transition: background-position .2s ease-out;
|
||||||
transition: background-position .2s ease-out;
|
transition: background-position .2s ease-out;
|
||||||
}
|
}
|
||||||
.mod_events_latest_callink a, .mod_events_latest_callink a:hover{
|
|
||||||
color: #fff!important;
|
|
||||||
}
|
|
||||||
.mod_events_latest_callink {
|
.mod_events_latest_callink {
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin:10px 0px;
|
margin:10px 0px;
|
||||||
background-color: #00a0de;
|
/*background-color: #00a0de;*/
|
||||||
color: #fff!important;
|
border: 1px solid #3773DB;
|
||||||
|
color: #3773DB;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 25px;
|
padding: 0 25px;
|
||||||
|
@ -1011,32 +1094,38 @@ transition-property: color, background-color, border-color, box-shadow;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-radius: 2px;
|
/*border-radius: 2px;*/
|
||||||
background-origin: border-box;
|
background-origin: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mod_events_latest_callink:hover {
|
.mod_events_latest_callink:hover {
|
||||||
background-color: #008ec5;
|
/*background-color: #008ec5;*/
|
||||||
|
background-color: #3773DB;
|
||||||
color: #fff!important;
|
color: #fff!important;
|
||||||
}
|
}
|
||||||
|
.mod_events_latest_callink a{
|
||||||
|
color: #3773DB;
|
||||||
|
}
|
||||||
|
.mod_events_latest_callink a:hover { color: #fff!important;}
|
||||||
|
|
||||||
|
|
||||||
ul.event_legend_list {font-size:90%; opacity:0.8}
|
ul.event_legend_list {font-size:90%; opacity:0.8}
|
||||||
/* news pro */
|
/* news pro */
|
||||||
.nspLinks ul li h4 {
|
.nspLinks ul li h4 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 16px;
|
font-size: 20px;
|
||||||
line-height: 18px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
.nspLinks ul li p {
|
.nspLinks ul li p {
|
||||||
text-transform:none;
|
text-transform:none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight:300;
|
margin:0px;
|
||||||
margin:10px;
|
|
||||||
}
|
}
|
||||||
.readon-button{
|
.readon-button{
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
font-family: 'Open Sans', sans-serif !important;
|
font-family: 'Open Sans', sans-serif !important;
|
||||||
}
|
}
|
||||||
.readon-button:hover {
|
.readon-button:hover {
|
||||||
|
@ -1142,9 +1231,6 @@ text-transform:none!important;
|
||||||
color: rgba(0, 0, 0, 0.8)!important;
|
color: rgba(0, 0, 0, 0.8)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.btl-panel {
|
|
||||||
background: url(../images/key_login.png) right 40% no-repeat;
|
|
||||||
}*/
|
|
||||||
#btl-panel-login >span {
|
#btl-panel-login >span {
|
||||||
border: 5px solid #d0d0d0!important;
|
border: 5px solid #d0d0d0!important;
|
||||||
}
|
}
|
||||||
|
@ -1219,7 +1305,36 @@ color: #128DD5 !important;
|
||||||
/* Blogs */
|
/* Blogs */
|
||||||
.blogs .wk-article-meta {font-size:90%!important;}
|
.blogs .wk-article-meta {font-size:90%!important;}
|
||||||
.blogs .wk-article-meta time{color:#222080;font-weight:bold;}
|
.blogs .wk-article-meta time{color:#222080;font-weight:bold;}
|
||||||
|
#eb .eb-mod-media-title{
|
||||||
|
font-weight: normal!important;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
#eb .mod-item + .mod-item {
|
||||||
|
margin-top: 5px;
|
||||||
|
padding-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#eb .mod-small, .blogs .mod-small {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
.blogs .eb-mod-title {
|
||||||
|
font-weight: normal!important;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 18px;
|
||||||
|
text-align:left!important;
|
||||||
|
}
|
||||||
|
.blogs .mod-item {
|
||||||
|
margin-top:0;
|
||||||
|
padding-bottom:5px;
|
||||||
|
/*border-bottom: 1px solid #e1e1e1;*/
|
||||||
|
}
|
||||||
|
.blogs .mod-muted {
|
||||||
|
color:#888;
|
||||||
|
}
|
||||||
|
.blogs .mod-cell {
|
||||||
|
text-align:left!important;
|
||||||
|
}
|
||||||
/* Stakeholders */
|
/* Stakeholders */
|
||||||
.photo-container {
|
.photo-container {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
@ -1310,10 +1425,14 @@ background-color: #fff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-origin: border-box;
|
background-origin: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonifaq:hover{ background-color: #fff;
|
.buttonifaq:hover{ background-color: #fff;
|
||||||
color: #00a0de;
|
color: #00a0de;
|
||||||
box-shadow: 0 6px 50px rgba(0,0,0,0.05);
|
box-shadow: 0 6px 50px rgba(0,0,0,0.05);
|
||||||
}
|
}
|
||||||
|
.btn a {
|
||||||
|
color: #fff!important;
|
||||||
|
}
|
||||||
.ifaq h5.ifaq-item-header {
|
.ifaq h5.ifaq-item-header {
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
|
@ -1334,7 +1453,13 @@ color: #2D72D6;
|
||||||
|
|
||||||
.ifaq-tpl-clean_blue_arrow .ifaq-panel {
|
.ifaq-tpl-clean_blue_arrow .ifaq-panel {
|
||||||
box-shadow:none;
|
box-shadow:none;
|
||||||
border-bottom: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
|
||||||
|
padding:0px 30px 15px 30px;
|
||||||
|
|
||||||
|
background: #fff;
|
||||||
|
color: #767779;
|
||||||
|
box-shadow: 0 6px 50px rgba(0,0,0,.05);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1391,7 +1516,10 @@ border: 1px solid #e5e5e5;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
.frontendblog .uk-card a {color:#2D72D6!important;}
|
||||||
|
.frontendblog .uk-card a:hover {
|
||||||
|
color: #D53B23!important;
|
||||||
|
}
|
||||||
|
|
||||||
/* for DISCOVERY PORTAL */
|
/* for DISCOVERY PORTAL */
|
||||||
.discoverHrd {background-color: #f25f30!important;}
|
.discoverHrd {background-color: #f25f30!important;}
|
||||||
|
@ -1421,13 +1549,10 @@ border-left-color: rgba(255, 255, 255, 0.6)!important;
|
||||||
padding: 0 7px 0 14px;
|
padding: 0 7px 0 14px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
background-color: #5A9EDA;
|
background-color: #5A9EDA;
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
font: normal 11px/21px Arial, Tahoma, sans-serif;
|
font: normal 11px/21px Arial, Tahoma, sans-serif;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
border-top: 1px solid #5A9EDA;
|
border-top: 1px solid #5A9EDA;
|
||||||
border-bottom: 1px solid #5A9EDA;
|
border-bottom: 1px solid #5A9EDA;
|
||||||
border-right: 1px solid #5A9EDA;
|
border-right: 1px solid #5A9EDA;
|
||||||
|
@ -1440,7 +1565,6 @@ border-left-color: rgba(255, 255, 255, 0.6)!important;
|
||||||
left: -6px;
|
left: -6px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
|
|
||||||
background-color: #5A9EDA;
|
background-color: #5A9EDA;
|
||||||
border-left: 1px solid #5A9EDA;
|
border-left: 1px solid #5A9EDA;
|
||||||
border-bottom: 1px solid #5A9EDA;
|
border-bottom: 1px solid #5A9EDA;
|
||||||
|
@ -1480,3 +1604,30 @@ background:#fff!important;
|
||||||
.omtd_secondary.uk-section-default{
|
.omtd_secondary.uk-section-default{
|
||||||
background:#35C2CE!important;
|
background:#35C2CE!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menuhdr {
|
||||||
|
padding-left:16px!important;
|
||||||
|
}
|
||||||
|
.provide.uk-heading-bullet::before {
|
||||||
|
border-left-color:#28beff!important;
|
||||||
|
}
|
||||||
|
.uk-heading-bullet::before {
|
||||||
|
|
||||||
|
border-left: 3px solid #3773DB;
|
||||||
|
}
|
||||||
|
.monitor.uk-heading-bullet::before {
|
||||||
|
border-left-color:#8bcc00!important;
|
||||||
|
}
|
||||||
|
.connect.uk-heading-bullet::before {
|
||||||
|
border-left-color:#ffc800!important;
|
||||||
|
}
|
||||||
|
.develop.uk-heading-bullet::before {
|
||||||
|
border-left-color:#d13f96!important;
|
||||||
|
}
|
||||||
|
.explore.uk-heading-bullet::before {
|
||||||
|
border-left-color:#f25f30!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
136
library.css
136
library.css
|
@ -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 {
|
.custom-footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -218,9 +232,9 @@ max-height:265px;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
.uk-link{
|
/* .uk-link{
|
||||||
color: #292C3D !important;
|
color: #292C3D !important;
|
||||||
}
|
} */
|
||||||
.uk-breadcrumb > :last-child > * {
|
.uk-breadcrumb > :last-child > * {
|
||||||
color:#cbcbcb !important;
|
color:#cbcbcb !important;
|
||||||
}
|
}
|
||||||
|
@ -356,34 +370,34 @@ color: #414141}
|
||||||
|
|
||||||
|
|
||||||
.searchForm, .generalSearchForm{
|
.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{
|
.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{
|
.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{
|
.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{
|
.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{
|
.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{
|
.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{
|
.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{
|
.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 {
|
.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 {
|
.divider-table tbody td, .uk-table th {
|
||||||
|
@ -417,14 +431,14 @@ color: #414141}
|
||||||
}
|
}
|
||||||
|
|
||||||
.descriptionText{
|
.descriptionText{
|
||||||
Padding-left: 25px !important;
|
/* Padding-left: 25px !important;
|
||||||
Border-left: 10px solid #fafafa;
|
Border-left: 10px solid #fafafa; */
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: calc(-0.1 * 1em);
|
top: calc(-0.1 * 1em);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border-left: 8px solid #e5e5e5;
|
/* border-left: 8px solid #e5e5e5; */
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -567,9 +581,14 @@ dd{
|
||||||
dd:last-child {
|
dd:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
.advancedSearchFormBackground {
|
||||||
|
background-repeat: no-repeat !important;
|
||||||
|
background-size: 100% 320px;
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
.advancedSearchForm {
|
.advancedSearchForm {
|
||||||
/*box-shadow: 0 1px 10px #444444;*/
|
/*box-shadow: 0 1px 10px #444444;*/
|
||||||
|
background-color: white;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
.advancedSearchForm .uk-icon-button {
|
.advancedSearchForm .uk-icon-button {
|
||||||
|
@ -630,8 +649,9 @@ body{
|
||||||
|
|
||||||
}
|
}
|
||||||
.box-content{
|
.box-content{
|
||||||
border: 1px dashed #ddd;
|
border: 1px dashed #666666;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
background: #EFEFEF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.citation-accordion .uk-accordion-title {
|
.citation-accordion .uk-accordion-title {
|
||||||
|
@ -652,13 +672,15 @@ white-space: nowrap;
|
||||||
|
|
||||||
.custom-accordion .uk-accordion-title{
|
.custom-accordion .uk-accordion-title{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: #f8f8fe;
|
/* background: #f8f8fe; */
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
color: #3055ba !important;
|
/* color: #3055ba !important; */
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-transform: initial !important;
|
text-transform: initial !important;
|
||||||
font-weight: inherit !important;
|
font-weight: inherit !important;
|
||||||
/*border-top: gray solid 1px;*/
|
/*border-top: gray solid 1px;*/
|
||||||
|
border-bottom: var(--portal-main-color) solid 1px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -697,12 +719,25 @@ white-space: nowrap;
|
||||||
width:22px !important;
|
width:22px !important;
|
||||||
height:22px !important;
|
height:22px !important;
|
||||||
color: #666 !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{
|
.sideInfoTitle{
|
||||||
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-bottom: 6px solid #9ba5b5;
|
border-bottom: 1px solid var(--portal-main-color);
|
||||||
background-color: #f8f8fe;
|
/* background-color: var(--portal-main-color); */
|
||||||
|
/* color:var(--portal-main-contrast) !important; */
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
|
|
||||||
|
@ -711,3 +746,62 @@ white-space: nowrap;
|
||||||
background: white !important;
|
background: white !important;
|
||||||
box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue