update theme.css & custom.css| create library.css for components in library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52002 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
1b95e3a08c
commit
3490691352
|
@ -13,7 +13,7 @@ body {
|
|||
font-family: 'Open Sans', sans-serif!important;
|
||||
font-family: Raleway, sans-serif!important;
|
||||
/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;*/
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
font-weight:normal!important;
|
||||
}
|
||||
|
||||
|
@ -43,8 +43,8 @@ h3, .uk-h3, .wk-h3 {
|
|||
/* support plain widgetkits */
|
||||
.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-h4{font-size:18px;line-height:1.4;font-family:'Open Sans';font-weight:700;text-transform:uppercase}
|
||||
.wk-h5{font-size:13px;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-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}
|
||||
.img-fulltext-none {
|
||||
text-align: center;
|
||||
|
@ -59,6 +59,14 @@ h3, .uk-h3, .wk-h3 {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.nav-tabs>li>a, .uk-tab>*>a {
|
||||
color:#646464!important;
|
||||
font-family: 'Roboto', sans-serif!important;
|
||||
}
|
||||
.nav-tabs>.active>a, .uk-tab>.uk-active>a, .uk-tab>*>a:focus, .uk-tab>*>a:hover {
|
||||
color: #3055ba!important;
|
||||
}
|
||||
|
||||
.wk-tab>li {font-family: 'Roboto', sans-serif!important;}
|
||||
.wk-panel { }
|
||||
|
||||
|
@ -107,14 +115,24 @@ h3, .uk-h3, .wk-h3 {
|
|||
color: #767779;
|
||||
color: rgb(108, 109, 116);
|
||||
box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 15px;
|
||||
background: rgb(255, 255, 255);
|
||||
background: rgb(255, 255, 255)!important;
|
||||
}
|
||||
|
||||
.uk-button-default:focus, .uk-button-default:hover {color:#fff;}
|
||||
.btn-info, .btn-primary, .uk-button-primary { background: #3870DF; color:#fff;}
|
||||
.btn-info, .btn-primary, .uk-button-primary {
|
||||
|
||||
/*explore */
|
||||
background: #3870DF!important;
|
||||
color:#fff!important;
|
||||
|
||||
}
|
||||
.btn-info:focus, .btn-info:hover, .btn-primary:focus, .btn-primary:hover,
|
||||
.uk-button-primary:focus, .uk-button-primary:hover {
|
||||
background: #223CAA; color:#fff;
|
||||
|
||||
/*explore */
|
||||
background-color:#223CAA!important;
|
||||
color:#fff!important;
|
||||
|
||||
}
|
||||
|
||||
a, .uk-link {
|
||||
|
@ -124,17 +142,29 @@ a:hover, .uk-link:hover{
|
|||
color: #D53B23;
|
||||
}
|
||||
|
||||
.uk-badge, .badge, a.badge { border-radius: 2px;}
|
||||
/*.uk-badge, .badge, a.badge { border-radius: 2px;}*/
|
||||
.uk-button-secondary {
|
||||
background-color: transparent;
|
||||
color: #192699;
|
||||
border: 1px solid #192699;
|
||||
border-radius:0px;
|
||||
/*explore */
|
||||
border:1px solid #192699!important;
|
||||
|
||||
|
||||
}
|
||||
.uk-button-secondary:hover {
|
||||
background-color: #192699;
|
||||
color: #fff;
|
||||
border: 1px solid #192699;
|
||||
/*explore */
|
||||
border:1px solid #f25f30!important;
|
||||
background-color:#192699!important;
|
||||
|
||||
}
|
||||
|
||||
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
|
||||
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover {
|
||||
/*explore */
|
||||
border:1px solid #f25f30!important;
|
||||
background-color:#f9f9f9!important;
|
||||
color:#f25f30!important;
|
||||
|
||||
}
|
||||
ol.big-numbers-list{
|
||||
margin-left: 0;
|
||||
|
@ -183,12 +213,8 @@ ol.big-numbers-list li::before {
|
|||
margin-top:-40px;
|
||||
}
|
||||
|
||||
.tm-header {
|
||||
/*padding-top:40px;*/
|
||||
}
|
||||
|
||||
.tm-toolbar {
|
||||
border-top: 5px solid #05007A;
|
||||
position:relative;
|
||||
color: #fff;
|
||||
padding-top: 0px;
|
||||
|
@ -197,27 +223,27 @@ background:rgba(255,255,255, 0.0);
|
|||
z-index:10000;
|
||||
/*background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), url(/images/toolbar_bg.png);*/
|
||||
|
||||
/*explore */
|
||||
border-top: 5px solid #05007A;
|
||||
|
||||
}
|
||||
.tm-toolbar .forimage {
|
||||
background:rgba(255,255,255, 0.4);
|
||||
}
|
||||
|
||||
.uk-section-overlap {
|
||||
/*margin-top:-40px!important;*/
|
||||
}
|
||||
.uk-sticky{
|
||||
}
|
||||
|
||||
.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-navbar-transparent{
|
||||
/* background:rgba(255,255,255, 0.7);*/
|
||||
padding-top:4px;
|
||||
}
|
||||
.inner {
|
||||
left:0px;
|
||||
margin-top:-5px;
|
||||
|
||||
/*explore*/
|
||||
background-color: #05007A;
|
||||
margin-top:-5px;
|
||||
|
||||
|
||||
}
|
||||
.tm-toolbar .uk-container {
|
||||
padding-right:0px;
|
||||
|
@ -226,12 +252,14 @@ padding-right:0px;
|
|||
.tm-toolbar ul.uk-subnav.uk-subnav-line,
|
||||
.tm-toolbar ul.uk-subnav{
|
||||
margin-top:-10px;
|
||||
background-color: #05007A;
|
||||
padding:10px 10px 0px 0px;
|
||||
padding:10px 10px 0px 0px;
|
||||
-ms-transform: skew(25deg);
|
||||
-webkit-transform: skew(25deg);
|
||||
transform: skew(25deg);
|
||||
margin-right:10px;
|
||||
/*explore*/
|
||||
background-color: #05007A;
|
||||
|
||||
}
|
||||
|
||||
.tm-toolbar .uk-subnav-line li,
|
||||
|
@ -241,7 +269,7 @@ padding-right:0px;
|
|||
/*transition: background 0.2s;*/
|
||||
/* display:inline-block;*/
|
||||
font-family:Roboto!important;
|
||||
font-weight:900!important;
|
||||
font-weight:bold!important;
|
||||
text-transform:uppercase!important;
|
||||
font-size:12px!important;
|
||||
opacity:1!important;
|
||||
|
@ -274,16 +302,19 @@ padding-right:0px;
|
|||
font-size:13px!important;
|
||||
opacity:1!important;
|
||||
color:#fff!important;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
.tm-toolbar .uk-subnav-line li:hover,
|
||||
.tm-toolbar .uk-subnav li:hover {
|
||||
color:#05007A!important;
|
||||
background:#fff;
|
||||
background:#3870DF!important;
|
||||
color: #efefef!important;
|
||||
display: block;
|
||||
|
||||
/*explore*/
|
||||
background:#2C57D7!important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -291,8 +322,10 @@ padding-right:0px;
|
|||
.tm-toolbar .uk-subnav .uk-active .home-hover li:hover,
|
||||
li.uk-active.home-hover
|
||||
{
|
||||
background:#05007A!important;
|
||||
//rgb(5,0,122)
|
||||
/*explore*/
|
||||
background:#2C57D7!important;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.tm-toolbar .uk-dotnav, .tm-toolbar .uk-subnav {
|
||||
|
@ -305,54 +338,57 @@ li.uk-active.home-hover
|
|||
.tm-toolbar .uk-subnav li:hover a {
|
||||
display: block;
|
||||
color:#05007A!important;
|
||||
background:#3870DF!important;
|
||||
color: #efefef!important;
|
||||
|
||||
/*explore*/
|
||||
background:#2C57D7!important;
|
||||
|
||||
}
|
||||
|
||||
.tm-toolbar .uk-subnav a[title]:hover:after {
|
||||
content: attr(title);
|
||||
padding: 15px 20px;
|
||||
color: #333;
|
||||
position: absolute;
|
||||
top: 200%;
|
||||
right: -70%;
|
||||
z-index: 20;
|
||||
white-space: nowrap;
|
||||
/*white-space:pre-wrap;*/
|
||||
text-align:center;
|
||||
-moz-border-radius: 0px;
|
||||
-webkit-border-radius: 0px;
|
||||
border-radius: 0px;
|
||||
background: #fff;
|
||||
-moz-box-shadow: 0px 0px 1px #666;
|
||||
-webkit-box-shadow: 0px 0px 1px #666;
|
||||
box-shadow: 0px 0px 1px #666;
|
||||
/*
|
||||
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
|
||||
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
|
||||
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
|
||||
*/
|
||||
content:attr(title);
|
||||
background: #333;
|
||||
background: #2C57D7;
|
||||
border-radius: 5px;
|
||||
bottom: -50px;
|
||||
color: #fff;
|
||||
left: 20%;
|
||||
padding: 10px 15px 5px 15px;
|
||||
position: absolute;
|
||||
z-index: 98;
|
||||
white-space: nowrap;
|
||||
text-transform:none!important;
|
||||
font-size:14px!important;
|
||||
}
|
||||
|
||||
.movetotop .uk-slidenav-position{
|
||||
/*top:-130px;
|
||||
z-index:5;*/
|
||||
.tm-toolbar .uk-subnav a[title]:hover:before{
|
||||
border: solid;
|
||||
border-color: #2C57D7 transparent;
|
||||
border-width: 0px 10px 10px 10px;
|
||||
bottom: -15px;
|
||||
content: "";
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) {
|
||||
background: #fff;
|
||||
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 {
|
||||
color: #4F5260;
|
||||
}
|
||||
|
||||
.uk-navbar-sticky {
|
||||
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{
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 1020;
|
||||
|
@ -364,6 +400,88 @@ color: #4F5260;
|
|||
border-radius: 2px;
|
||||
box-shadow: 2px 15px 50px rgba(41, 44, 61, .1)
|
||||
}
|
||||
.uk-navbar-dropdown-nav>li>a:focus, .uk-navbar-dropdown-nav>li>a:hover {
|
||||
color:#299CDD;
|
||||
}
|
||||
.uk-nav>li>a,
|
||||
.uk-navbar-dropdown-nav>li>a,
|
||||
.uk-navbar-dropdown-nav .uk-nav-sub a {
|
||||
color:#292C3D;
|
||||
font-weight:300;
|
||||
padding:4px 0;
|
||||
}
|
||||
.uk-nav li.emphasized_menu a,
|
||||
.uk-navbar-dropdown-nav li.emphasized_menu a,
|
||||
.uk-navbar-dropdown-nav li>a.emphasized_menu
|
||||
|
||||
{
|
||||
color:#1E36B2!important;
|
||||
font-weight: 500!important;
|
||||
}
|
||||
|
||||
.uk-nav li.emphasized_menu a:hover,
|
||||
.uk-navbar-dropdown-nav li.emphasized_menu a:hover,
|
||||
.uk-navbar-dropdown-nav li>a.emphasized_menu:hover{
|
||||
color:#299CDD!important;
|
||||
font-weight: 500!important;
|
||||
}
|
||||
|
||||
.uk-navbar-dropdown-nav {
|
||||
font-size:14px;
|
||||
}
|
||||
.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-size: 16px;
|
||||
line-height: 23px;
|
||||
text-transform:none;
|
||||
color: rgba(0, 0, 0, 0.8) !important;
|
||||
color:4F5260;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
.uk-navbar-nav>li.uk-active>a {
|
||||
color: #17106E!important;
|
||||
}
|
||||
|
||||
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
|
||||
color: #3773DB!important;
|
||||
|
||||
}
|
||||
|
||||
.uk-nav-default .uk-nav-header,
|
||||
.uk-navbar-dropdown-nav .uk-nav-header {
|
||||
color: #245CCF;
|
||||
font-size:14px;
|
||||
font-weight:400;
|
||||
}
|
||||
|
||||
.sidemenu .uk-h3{
|
||||
padding-bottom: 15px;
|
||||
font-weight: 300;
|
||||
text-transform: none;
|
||||
color:#040067;
|
||||
}
|
||||
.sidemenu .uk-nav, .uk-nav ul, .dropdown-menu {
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
color: #80828B;
|
||||
}
|
||||
.sidemenu ul>li>ul, .sidemenu ul>li>ol, .sidemenu ol>li>ol, .sidemenu ol>li>ul{
|
||||
padding-left: 40px;
|
||||
}
|
||||
.sidemenu ul>li>ul a {
|
||||
color: #80828B!important;
|
||||
color: rgba(99, 104, 114, 0.8)!important;
|
||||
}
|
||||
.sidemenu ul>li>ul a:hover {
|
||||
color: #D53B23!important;
|
||||
}
|
||||
.uk-nav-header:not(:first-child) {margin-top:10px;}
|
||||
.uk-navbar-dropdown, .navbar .nav>li>.dropdown-menu {
|
||||
/*background:#fff;*/
|
||||
}
|
||||
|
||||
.grid-bottom-align {
|
||||
-webkit-align-items: flex-end!important;
|
||||
|
@ -382,22 +500,10 @@ box-shadow: 2px 15px 50px rgba(41, 44, 61, .1)
|
|||
*/
|
||||
.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 {
|
||||
color: #292C3D
|
||||
color: #4F5260;
|
||||
}
|
||||
.uk-card {border-radius:0;}
|
||||
|
||||
.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 {
|
||||
/*color:#292C3D;
|
||||
color: #245BCC;
|
||||
color: #2D72D6;
|
||||
*/
|
||||
/*
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
*/
|
||||
}
|
||||
|
||||
/*footer*/
|
||||
.footer-license {
|
||||
font-size:11px!important;
|
||||
|
@ -413,12 +519,19 @@ line-height:16px!important;
|
|||
color: #D33A24;
|
||||
}
|
||||
|
||||
.uk-light .uk-navbar-nav>li>a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a,
|
||||
.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a, .uk-overlay-primary .uk-navbar-nav>li>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a, .uk-offcanvas-bar .uk-navbar-nav>li>a, .tm-toolbar .uk-navbar-nav>li>a {
|
||||
color:#292C3D;}
|
||||
|
||||
.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-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-overlay-primary .uk-navbar-nav>li.uk-active>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a, .uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a, .tm-toolbar .uk-navbar-nav>li.uk-active>a
|
||||
color:#292C3D;}
|
||||
.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-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-overlay-primary .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a,
|
||||
.tm-toolbar .uk-navbar-nav>li.uk-active>a {
|
||||
color:#292C3D;
|
||||
}
|
||||
|
||||
.uk-light .uk-navbar-nav>li>a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav>li>a::before,
|
||||
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a::before,
|
||||
|
@ -430,11 +543,15 @@ uk-card-secondary.uk-card-body .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: #17106E;
|
||||
}
|
||||
.uk-tile-primary {background-color: #17106E;}
|
||||
|
||||
.uk-navbar-nav>li>a::before {
|
||||
/*height:2px;*/
|
||||
background-color: #128DD5!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-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,
|
||||
|
@ -461,6 +578,7 @@ background-color: #128DD5!important;
|
|||
.uk-offcanvas-bar .uk-navbar-nav>li>a.uk-open, .tm-toolbar .uk-navbar-nav>li:hover>a,
|
||||
.tm-toolbar .uk-navbar-nav>li>a:focus, .tm-toolbar .uk-navbar-nav>li>a.uk-open {
|
||||
color: #128DD5;
|
||||
color: #17106E;
|
||||
}
|
||||
|
||||
.uk-light .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a:focus,
|
||||
|
@ -486,11 +604,25 @@ color: #128DD5;
|
|||
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open, .tm-toolbar .uk-navbar-nav > li:hover > a,
|
||||
.tm-toolbar .uk-navbar-nav > li > a:focus, .tm-toolbar .uk-navbar-nav > li > a.uk-open {
|
||||
color: #128DD5!important;
|
||||
color: #17106E!important;
|
||||
color:#299CDD!important;
|
||||
|
||||
}
|
||||
.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-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a, .uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a, .uk-overlay-primary .uk-navbar-nav>li.uk-active>a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a, .uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a, .tm-toolbar .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-secondary:not(.uk-preserve-color) .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-card-primary.uk-card-body .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-card-secondary.uk-card-body .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-overlay-primary .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a,
|
||||
.uk-offcanvas-bar .uk-navbar-nav>li.uk-active>a, .tm-toolbar .uk-navbar-nav>li.uk-active>a {
|
||||
color: #128DD5!important;
|
||||
color: #17106E!important;
|
||||
}
|
||||
.uk-light a:hover, .uk-light .uk-link:hover,
|
||||
|
||||
/*.uk-light a:hover, .uk-light .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-card-primary.uk-card-body a:hover, .uk-card-primary.uk-card-body .uk-link:hover,
|
||||
|
@ -498,20 +630,29 @@ color: #128DD5;
|
|||
.uk-card-secondary.uk-card-body a:hover, .uk-card-secondary.uk-card-body .uk-link:hover,
|
||||
.uk-card-secondary>:not([class*='uk-card-media']) a:hover, .uk-card-secondary>:not([class*='uk-card-media']) .uk-link:hover,
|
||||
.uk-overlay-primary a:hover, .uk-overlay-primary .uk-link:hover,
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) a:hover, .uk-navbar-container:not(.uk-navbar-transparent) .uk-link:hover,
|
||||
.uk-offcanvas-bar a:hover, .uk-offcanvas-bar .uk-link:hover, .tm-toolbar a:hover, .tm-toolbar .uk-link:hover {
|
||||
color: #128DD5!important;
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) a:hover,
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) .uk-link:hover,
|
||||
.uk-offcanvas-bar a:hover, .uk-offcanvas-bar .uk-link:hover,
|
||||
.tm-toolbar a:hover, .tm-toolbar .uk-link:hover {
|
||||
color:#299CDD!important;
|
||||
}
|
||||
|
||||
.uk-navbar-dropdown-nav>li.uk-active>a {
|
||||
color: #128DD5!important;
|
||||
.uk-navbar-dropdown-nav>li.uk-active>a,
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a {
|
||||
color: #17106E!important;
|
||||
|
||||
}
|
||||
.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .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-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
|
||||
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a:active,
|
||||
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a:active,
|
||||
.uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a:active,
|
||||
.uk-offcanvas-bar .uk-navbar-nav > li > a:active, .tm-toolbar .uk-navbar-nav > li > a:active {
|
||||
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active,
|
||||
.uk-card-primary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a:active,
|
||||
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active,
|
||||
.uk-card-secondary > :not([class * ='uk-card-media']) .uk-navbar-nav > li > a:active,
|
||||
.uk-overlay-primary .uk-navbar-nav > li > a:active,
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a:active,
|
||||
.uk-offcanvas-bar .uk-navbar-nav > li > a:active,
|
||||
.tm-toolbar .uk-navbar-nav > li > a:active {
|
||||
color: #292C3D!important;
|
||||
}
|
||||
|
||||
|
@ -520,81 +661,30 @@ color: #128DD5;
|
|||
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class * ='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
|
||||
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
|
||||
.uk-card-secondary > :not([class * ='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
|
||||
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li.uk-active > a,
|
||||
.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a, .tm-toolbar .uk-navbar-nav > li.uk-active > a {
|
||||
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li.uk-active > a,
|
||||
.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a,
|
||||
.tm-toolbar .uk-navbar-nav > li.uk-active > a {
|
||||
color: #292C3D!important;
|
||||
}
|
||||
.uk-light .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-card-primary.uk-card-body .uk-navbar-nav>li>a:active, .uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav>li>a:active, .uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:active, .uk-overlay-primary .uk-navbar-nav>li>a:active, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li>a:active, .uk-offcanvas-bar .uk-navbar-nav>li>a:active, .tm-toolbar .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-secondary:not(.uk-preserve-color) .uk-navbar-nav>li>a:active,
|
||||
.uk-card-primary.uk-card-body .uk-navbar-nav>li>a:active,
|
||||
.uk-card-primary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:active,
|
||||
.uk-card-secondary.uk-card-body .uk-navbar-nav>li>a:active,
|
||||
.uk-card-secondary>:not([class*='uk-card-media']) .uk-navbar-nav>li>a:active,
|
||||
.uk-overlay-primary .uk-navbar-nav>li>a:active,
|
||||
.uk-navbar-container:not(.uk-navbar-transparent) .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;
|
||||
}
|
||||
.uk-card-secondary {background:#2EADE4;}
|
||||
|
||||
.uk-card-secondary, .uk-tile-secondary {background:#2EADE4; background:#3773DB;}
|
||||
|
||||
.color-three.uk-card {background:red;}
|
||||
|
||||
.uk-navbar-dropdown-nav {
|
||||
font-size:14px;
|
||||
}
|
||||
.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", serif;
|
||||
font-family: 'Merriweather Sans', sans-serif;
|
||||
font-family: 'Roboto Slab', serif;
|
||||
font-size: 16px;
|
||||
line-height: 23px;
|
||||
text-transform:none;
|
||||
color: rgba(0, 0, 0, 0.8)!important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
.uk-nav-default .uk-nav-header,
|
||||
.uk-navbar-dropdown-nav .uk-nav-header {
|
||||
color: #245CCF;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
.sidemenu .uk-h3{
|
||||
|
||||
padding-bottom: 15px;
|
||||
font-weight: 300;
|
||||
text-transform: none;
|
||||
color:#040067;
|
||||
}
|
||||
.sidemenu .uk-nav, .uk-nav ul, .dropdown-menu {
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
color: #80828B;
|
||||
|
||||
}
|
||||
.sidemenu ul>li>ul, .sidemenu ul>li>ol, .sidemenu ol>li>ol, .sidemenu ol>li>ul{
|
||||
padding-left: 40px;
|
||||
}
|
||||
.sidemenu ul>li>ul a {
|
||||
color: #80828B!important;
|
||||
color: rgba(99, 104, 114, 0.8)!important;
|
||||
}
|
||||
.sidemenu ul>li>ul a:hover {
|
||||
color: #D53B23!important;
|
||||
}
|
||||
.uk-nav-header:not(:first-child) {margin-top:10px;}
|
||||
.uk-navbar-dropdown, .navbar .nav>li>.dropdown-menu {
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
.uk-nav>li>a,
|
||||
.uk-navbar-dropdown-nav>li>a,
|
||||
.uk-navbar-dropdown-nav .uk-nav-sub a {
|
||||
color:#292C3D;
|
||||
font-weight:300;
|
||||
padding:4px 0;
|
||||
}
|
||||
.uk-nav li.emphasized_menu a,
|
||||
.uk-navbar-dropdown-nav li.emphasized_menu a
|
||||
{
|
||||
color:#1E36B2;
|
||||
font-weight: 500!important;
|
||||
}
|
||||
|
||||
|
||||
.uk-section-secondary:not(.uk-preserve-color) h3,
|
||||
.uk-section-secondary:not(.uk-preserve-color) h3 a,
|
||||
.uk-section-secondary:not(.uk-preserve-color) a:hover { color:#444!important;}
|
||||
|
@ -619,7 +709,12 @@ font-style: italic;
|
|||
color: #292C3D !important;
|
||||
|
||||
}
|
||||
.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary>:not([class*='uk-card-media']) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary>:not([class*='uk-card-media']) .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-navbar-container:not(.uk-navbar-transparent) .uk-text-meta, .uk-offcanvas-bar .uk-text-meta, .tm-toolbar .uk-text-meta{
|
||||
.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta,
|
||||
.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta,
|
||||
.uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary>:not([class*='uk-card-media']) .uk-text-meta,
|
||||
.uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary>:not([class*='uk-card-media']) .uk-text-meta,
|
||||
.uk-overlay-primary .uk-text-meta, .uk-navbar-container:not(.uk-navbar-transparent) .uk-text-meta,
|
||||
.uk-offcanvas-bar .uk-text-meta, .tm-toolbar .uk-text-meta{
|
||||
color: #90929D;
|
||||
}
|
||||
|
||||
|
@ -627,9 +722,11 @@ color: #90929D;
|
|||
.uk-text-secondary {color: #00a0de!important;}
|
||||
.uk-section-primary {
|
||||
background: #040067;
|
||||
background: #17106E;
|
||||
}
|
||||
.uk-section-secondary {
|
||||
background: #00a0de;
|
||||
background: #3773DB;
|
||||
}
|
||||
.first_page_section {
|
||||
/*position: relative;*/
|
||||
|
@ -790,7 +887,7 @@ border-top: 1px solid #6c6c6c;
|
|||
position: relative;
|
||||
color:#fff;
|
||||
font-size:12px!important;
|
||||
background: #9c9c9c;
|
||||
background: #C9C9C9;
|
||||
font-weight:400;
|
||||
/*
|
||||
border-radius: 1px;
|
||||
|
@ -904,7 +1001,7 @@ padding:0px;
|
|||
padding: 0 25px;
|
||||
vertical-align: middle;
|
||||
font-size: 13px;
|
||||
line-height: 40px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
-webkit-transition: .1s ease-in-out;
|
||||
|
@ -922,6 +1019,7 @@ background-origin: border-box;
|
|||
background-color: #008ec5;
|
||||
color: #fff!important;
|
||||
}
|
||||
ul.event_legend_list {font-size:90%; opacity:0.8}
|
||||
/* news pro */
|
||||
.nspLinks ul li h4 {
|
||||
font-weight: 400;
|
||||
|
@ -1118,6 +1216,66 @@ width: auto;
|
|||
#module-in-profile ul li a:hover {
|
||||
color: #128DD5 !important;
|
||||
}
|
||||
/* Blogs */
|
||||
.blogs .wk-article-meta {font-size:90%!important;}
|
||||
.blogs .wk-article-meta time{color:#222080;font-weight:bold;}
|
||||
|
||||
/* Stakeholders */
|
||||
.photo-container {
|
||||
width: 120px;
|
||||
height: 98px;
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
text-indent: 100%;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.photo{
|
||||
background-image: url('/images/Are_you_a_New_Images/Researcher3.jpg');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
/*border-radius: 50%;*/
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-clip: border-box;
|
||||
transition-duration: .3s;
|
||||
transition-timing-function: ease-out;
|
||||
transition-property: opacity,transform,filter;
|
||||
|
||||
display: block;
|
||||
/*
|
||||
width: 120px;
|
||||
height: 98px;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
text-indent: 100%;
|
||||
white-space:nowrap;*/
|
||||
}
|
||||
.photo:hover {
|
||||
-webkit-transform: scale(1.1);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.researcher-group {
|
||||
background-image: url('/images/Are_you_a_New_Images/Researcher3.jpg');
|
||||
}
|
||||
.content-provider-group {
|
||||
background-image: url('/images/Are_you_a_New_Images/Content-Provider3.jpg');
|
||||
}
|
||||
.funder-group {
|
||||
background-image: url('/images/Are_you_a_New_Images/Funder3.jpg');
|
||||
}
|
||||
.research-community-group {
|
||||
background-image: url('/images/Are_you_a_New_Images/Research-Community3.jpg');
|
||||
}
|
||||
.research-admin-group {
|
||||
background-image: url('/images/Are_you_a_New_Images/Research-Manager3.jpg');
|
||||
}
|
||||
.innovator-group {
|
||||
background-image: url('/images/Are_you_a_New_Images/Innovator3.jpg');
|
||||
}
|
||||
|
||||
/*FAQs*/
|
||||
|
||||
|
@ -1225,6 +1383,16 @@ background-position: 98% 50%;
|
|||
font-size:16px;
|
||||
}
|
||||
|
||||
/* BLOG module */
|
||||
.frontendblog .uk-card-title {font-size:18px;}
|
||||
.frontendblog .uk-card {
|
||||
background-color: #fff;
|
||||
border: 1px solid #e5e5e5;
|
||||
border-radius: 2px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
|
||||
/* for DISCOVERY PORTAL */
|
||||
.discoverHrd {background-color: #f25f30!important;}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -33,531 +33,10 @@
|
|||
.custom-connect-toolbar{
|
||||
border-top-color:#FFC700 !important;
|
||||
}
|
||||
.custom-footer{
|
||||
position:relative;
|
||||
bottom:0;
|
||||
left:0;
|
||||
}
|
||||
.custom-external {
|
||||
background: rgba(0, 0, 0, 0) url("/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/external-link.svg") no-repeat scroll left center;
|
||||
|
||||
}
|
||||
|
||||
.pseudo-external{
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.custom-navbar-toggle-icon, .custom-user-mini-panel{
|
||||
color:#444 !important
|
||||
}
|
||||
.custom-user-mini-panel a{
|
||||
color:rgb(36, 91, 204);
|
||||
}
|
||||
.custom-main-content{
|
||||
min-height: 550px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
.custom-description-list-horizontal{ line-height:200%}
|
||||
.uk-alert-default {
|
||||
background: #fff none repeat scroll 0 0;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
color: #444;
|
||||
height: 30px;
|
||||
max-width: 100%;
|
||||
padding: 4px 6px;
|
||||
|
||||
}
|
||||
.custom-hidden-dropdown-menu {position:static !important;}
|
||||
.searchFilterBoxValues {overflow:auto; max-height:200px; }
|
||||
.selected-filters-box {margin:5px; background-color:#F8F8F8; }
|
||||
.search-form {margin:5px; }
|
||||
.clickable { cursor:pointer; }
|
||||
.search-filters .uk-accordion-title{
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.search-results {
|
||||
min-height: 1100px;
|
||||
}
|
||||
.searchPaging {
|
||||
min-height: 46px;
|
||||
}
|
||||
.helper-left-right {
|
||||
margin-top: 75px;
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
.errors-in-searchTableView{
|
||||
margin-top: 75px;
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
.float-children-right-at-medium > * {
|
||||
float: right;
|
||||
.mainPageSearchForm{
|
||||
background-image: url("./explore_1.jpg"); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(100vh - 412.767px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 959px) {
|
||||
.margin-small-top-at-small {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.other-results {
|
||||
min-height: 300px;
|
||||
}
|
||||
.OPEN {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/unlock.svg") no-repeat scroll right top;
|
||||
padding-right: 25px;
|
||||
min-height: 20px;
|
||||
background-size: 20px 20px;
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
.EMBARGO, .CLOSED, .RESTRICTED {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/lock.svg") no-repeat scroll right top;
|
||||
padding-right: 25px;
|
||||
min-height: 20px;
|
||||
background-size: 20px 20px;
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.sc39 {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/sc39.png") no-repeat scroll right center;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.projectIcon {
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.dateFilter .mydp{
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
|
||||
/*.tooltip {
|
||||
max-width: none;
|
||||
background: rgba(100, 100, 100, 1);
|
||||
}*/
|
||||
.tooltip-custom-font-size {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.custom-select-mini{
|
||||
max-width:170px !important;
|
||||
}
|
||||
.custom-icon {
|
||||
line-height: unset;
|
||||
}
|
||||
/*.custom-tab-content-large{
|
||||
min-height: 800px;
|
||||
}
|
||||
*/
|
||||
.custom-tab-content {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.custom-dataTable-content {
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.custom-html-table-height {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.filterItem span {
|
||||
display: inline-flex;
|
||||
}
|
||||
.filterItem .filterName {
|
||||
max-width: 71%;
|
||||
|
||||
}
|
||||
.browseFilters .filterItem .filterName {
|
||||
max-width: 68%;
|
||||
}
|
||||
|
||||
.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;*/
|
||||
}
|
||||
|
||||
.browseFilters{
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height:265px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.custom-offcanvas-close {
|
||||
position: relative;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
.uk-link{
|
||||
color: #292C3D !important;
|
||||
}
|
||||
.uk-breadcrumb > :last-child > * {
|
||||
color:#cbcbcb !important;
|
||||
}
|
||||
.uk-breadcrumb .uk-active a{
|
||||
color: #767779 !important;
|
||||
}
|
||||
|
||||
.publicationTitleIcon {
|
||||
background: url("/assets/publication.png") no-repeat;
|
||||
}
|
||||
.datasetTitleIcon {
|
||||
background: url("/assets/dataset.png") no-repeat;
|
||||
}
|
||||
.projectTitleIcon {
|
||||
background: url("/assets/project.png") no-repeat;
|
||||
}
|
||||
.organizationTitleIcon {
|
||||
background: url("/assets/organization.png") no-repeat;
|
||||
}
|
||||
.datasourceTitleIcon {
|
||||
background: url("/assets/datasource.png") no-repeat;
|
||||
}
|
||||
.entityTitleIcon{
|
||||
background-repeat: :no-repeat;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 36px;
|
||||
width: 42px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.entityIcon{
|
||||
height: 15px;
|
||||
width: 20px;
|
||||
|
||||
}
|
||||
/*.uk-tab{
|
||||
border-bottom: 1px #cbcbcb solid;
|
||||
}*/
|
||||
|
||||
|
||||
.label-blue, .label-compatibility {
|
||||
background:#d4f3ff;
|
||||
color:#00a0de
|
||||
}
|
||||
.label-green, .label-openaccessmandate {
|
||||
background:#d1f6e8;
|
||||
color:#01a566
|
||||
}
|
||||
.label-yellow, .label-underCuration {
|
||||
background:#fef5d2;
|
||||
color:#cca607
|
||||
}
|
||||
.label-red, .label-funder {
|
||||
background:#fef0ef;
|
||||
color:#f54f43
|
||||
}
|
||||
.label-grey, .label-language, .label-country{
|
||||
background: #f8f8f8;
|
||||
color: #666;
|
||||
}
|
||||
.label-orange, .label-sc39{
|
||||
background: #fef5d2;
|
||||
color: #f0506e;
|
||||
|
||||
}
|
||||
|
||||
.label-OPEN, .label-open {
|
||||
background: #F25F2F;
|
||||
color: #fff;
|
||||
}
|
||||
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
|
||||
background: #0F0F0F;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-publication{
|
||||
background: #4687E6;
|
||||
color: #fff
|
||||
}
|
||||
.label-dataset{
|
||||
background: #1e906c;
|
||||
color: #fff
|
||||
}
|
||||
.label-software{
|
||||
background: #b737ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-project
|
||||
{ background: #d0307f;
|
||||
color: #fff}
|
||||
|
||||
.label-dataprovider
|
||||
{ background: #00a0de;
|
||||
color: #fff}
|
||||
|
||||
.label-organization
|
||||
{ background: #fbcd0d;
|
||||
color: #414141}
|
||||
|
||||
|
||||
|
||||
.uk-tab {
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-ms-flex-wrap: wrap;
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
margin-left: -20px;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
position: relative;
|
||||
}
|
||||
.uk-tab::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 20px;
|
||||
right: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
.uk-tab-left::before {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
.mainPageSearchForm{
|
||||
background-image: url("./explore_1.jpg"); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(100vh - 412.767px);
|
||||
}
|
||||
|
||||
.searchForm, .generalSearchForm{
|
||||
background-image: url('./search_general_3.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.publicationsSearchForm{
|
||||
background-image: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.projectsSearchForm{
|
||||
background-image: url('./projects_search.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.organizationsSearchForm{
|
||||
background-image: url('./search_organizations.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.datasetsSearchForm{
|
||||
background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.softwareSearchForm{
|
||||
background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.datasourcesSearchForm, .compatibleDatasourcesSearchForm,
|
||||
.compatibleDatasourcesTableSearchForm {
|
||||
background-image: url('./providers_search.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.journalsSearchForm, .journalsTableSearchForm{
|
||||
background-image: url('./search_journals.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
|
||||
background-image: url('./search_registries.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
|
||||
.divider-table tbody td, .uk-table th {
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
#feedback {
|
||||
float: left;
|
||||
position: fixed;
|
||||
top: calc(50% - 47px);
|
||||
right: 0;
|
||||
z-index: 10000;
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
#feedback a {
|
||||
background: #666;
|
||||
border-radius: 5px 0 0 5px;
|
||||
box-shadow:none;
|
||||
border: none!important;
|
||||
display: block;
|
||||
padding: 20px 12px;
|
||||
transition: all .2s ease-in-out;
|
||||
opacity:0.5;
|
||||
|
||||
}
|
||||
|
||||
#feedback a:hover {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.descriptionText{
|
||||
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;
|
||||
margin-top: 8px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
li span {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.item span {
|
||||
width: 100px;
|
||||
margin-left: 1em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.item span div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}*/
|
||||
|
||||
.custom-offcanvas-bar{
|
||||
background: grey !important;
|
||||
width:100% !important;
|
||||
|
||||
}
|
||||
.custom-offcanvas-bar .filtersModal{
|
||||
color:grey !important;
|
||||
|
||||
}
|
||||
.list-horizontal{
|
||||
display: flex;
|
||||
}
|
||||
.list-horizontal span{
|
||||
margin-right:5px;
|
||||
padding-left: 0px !important;
|
||||
|
||||
}
|
||||
.list-horizontal-line span {
|
||||
margin-right: 5px;
|
||||
border-right: 1px solid #f1f1f1;
|
||||
padding-right: 5px;
|
||||
|
||||
}
|
||||
|
||||
.list-horizontal-line > span:last-child {
|
||||
border-right:none;
|
||||
}
|
||||
body {
|
||||
font-family: Raleway, Arial, sans-serif !important;
|
||||
}
|
||||
html {
|
||||
color: #444 !important;
|
||||
}
|
||||
|
||||
h2, h4{
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
.linkdropdown{
|
||||
min-width:250px;
|
||||
}
|
||||
.uk-button-action{
|
||||
background-color: #D6352B;
|
||||
color: #fff
|
||||
}
|
||||
.uk-pagination>.uk-active>* {
|
||||
color: #fff !important;
|
||||
background-color: #296EE9 !important;
|
||||
|
||||
}
|
||||
.uk-pagination>*>* {
|
||||
color:#666 !important;
|
||||
}
|
||||
h2, .uk-h2{
|
||||
font-size:28px !important;
|
||||
}
|
||||
.app-box {
|
||||
border: #e5e5e5 solid 1px;
|
||||
}
|
||||
|
||||
.uk-subnav-line li:hover .home-icon svg #home{
|
||||
fill: #05007A !important;
|
||||
|
||||
}
|
||||
svg #home{
|
||||
fill: white !important;
|
||||
|
||||
}
|
||||
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a{
|
||||
display: block;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
|
||||
.tm-toolbar .uk-subnav-line li:hover {display: block;} /* remove the others*/
|
||||
|
||||
.helper-grid>*{
|
||||
padding-left: 25px !important;
|
||||
}
|
||||
.cite-this-button{
|
||||
font-size: 14px;
|
||||
padding: 3px;
|
||||
}
|
||||
.link-to-button{
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
}
|
||||
.dropBasket{
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.basket-title {
|
||||
|
||||
padding-top: 40px;
|
||||
|
||||
}
|
||||
.basket-badge {
|
||||
position: relative;
|
||||
right: 16px;
|
||||
top: -16px;
|
||||
text-align: center;
|
||||
border-radius: 90%;
|
||||
border-radius: 90%;
|
||||
|
||||
}
|
||||
.explore-numbers h2, .explore-numbers div{
|
||||
color: #f25f30 !important;
|
||||
font-weight: 500 !important;
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
"useCache" : true,
|
||||
"metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/",
|
||||
"framesAPIURL" : "https://beta.openaire.eu/stats3/",
|
||||
"statisticsAPIURL" : "http://vatopedi.di.uoa.gr:8080/stats/",
|
||||
"statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
|
||||
"claimsAPIURL" : "http://scoobydoo.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
||||
|
||||
"searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/",
|
||||
|
@ -37,12 +39,13 @@
|
|||
|
||||
"vocabulariesAPI" :"https://beta.services.openaire.eu/provision/mvc/vocabularies/",
|
||||
|
||||
"piwikBaseUrl" :" https://analytics.openaire.eu/piwik.php?idsite:6",
|
||||
"piwikBaseUrl" :"https://analytics.openaire.eu/piwik.php?idsite=",
|
||||
"piwikSiteId" : "6",
|
||||
|
||||
|
||||
"loginUrl" :"http://mpagasas.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/openid_connect_login",
|
||||
|
||||
"logoutUrl" :"https://aai.openminted.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo:",
|
||||
"logoutUrl" :"https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
|
||||
|
||||
"logoutOpenaireUrl" :"http://dl067.madgik.di.uoa.gr/idp/profile/Logout",
|
||||
|
||||
|
@ -54,23 +57,23 @@
|
|||
|
||||
"cacheUrl" :"http://scoobydoo.di.uoa.gr:3000/get?url=",
|
||||
|
||||
"adminToolsAPIURL" :"http://duffy.di.uoa.gr:8080/uoa-admin-tools",
|
||||
"adminToolsAPIURL" :"http://duffy.di.uoa.gr:8080/uoa-admin-tools/",
|
||||
|
||||
"adminToolsCommunity" :"openaire",
|
||||
|
||||
"communityAPI": "https://dev-openaire.d4science.org/openaire/community/",
|
||||
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
||||
|
||||
"csvLimit": 2000,
|
||||
"pagingLimit": 20,
|
||||
"resultsPerPage": 10,
|
||||
|
||||
"baseLink" : "https://demo.openaire.eu",
|
||||
"baseLink" : "https://beta.explore.openaire.eu",
|
||||
|
||||
"searchLinkToPublication" : "/search/publication?articleId:",
|
||||
"searchLinkToProject" : "/search/project?projectId:",
|
||||
"searchLinkToDataProvider" : "/search/dataprovider?datasourceId:",
|
||||
"searchLinkToDataset" : "/search/dataset?datasetId:",
|
||||
"searchLinkToOrganization" : "/search/organization?organizationId:",
|
||||
"searchLinkToPublication" : "/search/publication?articleId=",
|
||||
"searchLinkToProject" : "/search/project?projectId=",
|
||||
"searchLinkToDataProvider" : "/search/dataprovider?datasourceId=",
|
||||
"searchLinkToDataset" : "/search/dataset?datasetId=",
|
||||
"searchLinkToOrganization" : "/search/organization?organizationId=",
|
||||
|
||||
"searchLinkToPublications" : "/search/find/publications",
|
||||
"searchLinkToDataProviders" : "/search/find/dataproviders",
|
||||
|
|
|
@ -0,0 +1,553 @@
|
|||
.custom-footer{
|
||||
position:relative;
|
||||
bottom:0;
|
||||
left:0;
|
||||
}
|
||||
.custom-external {
|
||||
background: rgba(0, 0, 0, 0) url("./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("./external-link.svg") no-repeat scroll left center;
|
||||
|
||||
}
|
||||
|
||||
.pseudo-external{
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.custom-navbar-toggle-icon, .custom-user-mini-panel{
|
||||
color:#444 !important
|
||||
}
|
||||
.custom-user-mini-panel a{
|
||||
color:rgb(36, 91, 204);
|
||||
}
|
||||
.custom-main-content{
|
||||
min-height: 550px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
.custom-description-list-horizontal{ line-height:200%}
|
||||
.uk-alert-default {
|
||||
background: #fff none repeat scroll 0 0;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
color: #444;
|
||||
height: 30px;
|
||||
max-width: 100%;
|
||||
padding: 4px 6px;
|
||||
|
||||
}
|
||||
.custom-hidden-dropdown-menu {position:static !important;}
|
||||
.searchFilterBoxValues {overflow:auto; max-height:200px; }
|
||||
.selected-filters-box {margin:5px; background-color:#F8F8F8; }
|
||||
.search-form {margin:5px; }
|
||||
.clickable { cursor:pointer; }
|
||||
.search-filters .uk-accordion-title{
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.search-results {
|
||||
min-height: 1100px;
|
||||
}
|
||||
.searchPaging {
|
||||
min-height: 46px;
|
||||
}
|
||||
.helper-left-right {
|
||||
margin-top: 75px;
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
.errors-in-searchTableView{
|
||||
margin-top: 75px;
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
.float-children-right-at-medium > * {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 959px) {
|
||||
.margin-small-top-at-small {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.other-results {
|
||||
min-height: 300px;
|
||||
}
|
||||
.OPEN {
|
||||
background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top;
|
||||
padding-right: 25px;
|
||||
min-height: 20px;
|
||||
background-size: 20px 20px;
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
|
||||
.EMBARGO, .CLOSED, .RESTRICTED {
|
||||
background: rgba(0, 0, 0, 0) url("./lock.svg") no-repeat scroll right top;
|
||||
padding-right: 25px;
|
||||
min-height: 20px;
|
||||
background-size: 20px 20px;
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.sc39 {
|
||||
background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.projectIcon {
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.dateFilter .mydp{
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
|
||||
/*.tooltip {
|
||||
max-width: none;
|
||||
background: rgba(100, 100, 100, 1);
|
||||
}*/
|
||||
.tooltip-custom-font-size {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.custom-select-mini{
|
||||
max-width:170px !important;
|
||||
}
|
||||
.custom-icon {
|
||||
line-height: unset;
|
||||
}
|
||||
/*.custom-tab-content-large{
|
||||
min-height: 800px;
|
||||
}
|
||||
*/
|
||||
.custom-tab-content {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.custom-dataTable-content {
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.custom-html-table-height {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.filterItem span {
|
||||
display: inline-flex;
|
||||
}
|
||||
.filterItem .filterName {
|
||||
max-width: 71%;
|
||||
|
||||
}
|
||||
.browseFilters .filterItem .filterName {
|
||||
max-width: 68%;
|
||||
}
|
||||
|
||||
.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;*/
|
||||
}
|
||||
|
||||
.browseFilters{
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height:265px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.custom-offcanvas-close {
|
||||
position: relative;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
.uk-link{
|
||||
color: #292C3D !important;
|
||||
}
|
||||
.uk-breadcrumb > :last-child > * {
|
||||
color:#cbcbcb !important;
|
||||
}
|
||||
.uk-breadcrumb .uk-active a{
|
||||
color: #767779 !important;
|
||||
}
|
||||
|
||||
.publicationTitleIcon {
|
||||
background: url("./publication.png") no-repeat;
|
||||
}
|
||||
.datasetTitleIcon {
|
||||
background: url("./dataset.png") no-repeat;
|
||||
}
|
||||
.projectTitleIcon {
|
||||
background: url("./project.png") no-repeat;
|
||||
}
|
||||
.organizationTitleIcon {
|
||||
background: url("./organization.png") no-repeat;
|
||||
}
|
||||
.datasourceTitleIcon {
|
||||
background: url("./datasource.png") no-repeat;
|
||||
}
|
||||
.entityTitleIcon{
|
||||
background-repeat: :no-repeat;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 36px;
|
||||
width: 42px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.entityIcon{
|
||||
height: 15px;
|
||||
width: 20px;
|
||||
|
||||
}
|
||||
/*.uk-tab{
|
||||
border-bottom: 1px #cbcbcb solid;
|
||||
}*/
|
||||
|
||||
|
||||
.label-blue, .label-compatibility {
|
||||
background:#d4f3ff;
|
||||
color:#00a0de
|
||||
}
|
||||
.label-green, .label-openaccessmandate {
|
||||
background:#d1f6e8;
|
||||
color:#01a566
|
||||
}
|
||||
.label-yellow, .label-underCuration {
|
||||
background:#fef5d2;
|
||||
color:#cca607
|
||||
}
|
||||
.label-red, .label-funder {
|
||||
background:#fef0ef;
|
||||
color:#f54f43
|
||||
}
|
||||
.label-grey, .label-language, .label-country{
|
||||
background: #f8f8f8;
|
||||
color: #666;
|
||||
}
|
||||
.label-orange, .label-sc39{
|
||||
background: #fef5d2;
|
||||
color: #f0506e;
|
||||
|
||||
}
|
||||
|
||||
.label-OPEN, .label-open {
|
||||
background: #F25F2F;
|
||||
color: #fff;
|
||||
}
|
||||
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
|
||||
background: #0F0F0F;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-publication{
|
||||
background: #4687E6;
|
||||
color: #fff
|
||||
}
|
||||
.label-dataset{
|
||||
background: #1e906c;
|
||||
color: #fff
|
||||
}
|
||||
.label-software{
|
||||
background: #b737ff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.label-project
|
||||
{ background: #d0307f;
|
||||
color: #fff}
|
||||
|
||||
.label-dataprovider
|
||||
{ background: #00a0de;
|
||||
color: #fff}
|
||||
|
||||
.label-organization
|
||||
{ background: #fbcd0d;
|
||||
color: #414141}
|
||||
|
||||
|
||||
|
||||
.uk-tab {
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-ms-flex-wrap: wrap;
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
margin-left: -20px;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
position: relative;
|
||||
}
|
||||
.uk-tab::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 20px;
|
||||
right: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
.uk-tab-left::before {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
|
||||
.searchForm, .generalSearchForm{
|
||||
background-image: url('./search_general_3.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.publicationsSearchForm{
|
||||
background-image: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.projectsSearchForm{
|
||||
background-image: url('./projects_search.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.organizationsSearchForm{
|
||||
background-image: url('./search_organizations.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.datasetsSearchForm{
|
||||
background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.softwareSearchForm{
|
||||
background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.datasourcesSearchForm, .compatibleDatasourcesSearchForm,
|
||||
.compatibleDatasourcesTableSearchForm {
|
||||
background-image: url('./providers_search.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.journalsSearchForm, .journalsTableSearchForm{
|
||||
background-image: url('./search_journals.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
|
||||
background-image: url('./search_registries.jpg'); box-sizing: border-box; height: 250px;
|
||||
}
|
||||
|
||||
.divider-table tbody td, .uk-table th {
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
#feedback {
|
||||
float: left;
|
||||
position: fixed;
|
||||
top: calc(50% - 47px);
|
||||
right: 0;
|
||||
z-index: 10000;
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
#feedback a {
|
||||
background: #666;
|
||||
border-radius: 5px 0 0 5px;
|
||||
box-shadow:none;
|
||||
border: none!important;
|
||||
display: block;
|
||||
padding: 20px 12px;
|
||||
transition: all .2s ease-in-out;
|
||||
opacity:0.5;
|
||||
|
||||
}
|
||||
|
||||
#feedback a:hover {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.descriptionText{
|
||||
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;
|
||||
margin-top: 8px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
li span {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.item span {
|
||||
width: 100px;
|
||||
margin-left: 1em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.item span div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}*/
|
||||
|
||||
.custom-offcanvas-bar{
|
||||
background: grey !important;
|
||||
width:100% !important;
|
||||
|
||||
}
|
||||
.custom-offcanvas-bar .filtersModal{
|
||||
color:grey !important;
|
||||
|
||||
}
|
||||
.list-horizontal{
|
||||
display: flex;
|
||||
}
|
||||
.list-horizontal span{
|
||||
margin-right:5px;
|
||||
padding-left: 0px !important;
|
||||
|
||||
}
|
||||
.list-horizontal-line span {
|
||||
margin-right: 5px;
|
||||
border-right: 1px solid #f1f1f1;
|
||||
padding-right: 5px;
|
||||
|
||||
}
|
||||
|
||||
.list-horizontal-line > span:last-child {
|
||||
border-right:none;
|
||||
}
|
||||
body {
|
||||
font-family: Raleway, Arial, sans-serif !important;
|
||||
}
|
||||
html {
|
||||
color: #444 !important;
|
||||
}
|
||||
|
||||
h2, h4{
|
||||
font-weight: 400;
|
||||
text-transform: none;
|
||||
}
|
||||
.linkdropdown{
|
||||
min-width:250px;
|
||||
}
|
||||
.uk-button-action{
|
||||
background-color: #D6352B;
|
||||
color: #fff
|
||||
}
|
||||
.uk-pagination>.uk-active>* {
|
||||
color: #fff !important;
|
||||
background-color: #296EE9 !important;
|
||||
|
||||
}
|
||||
.uk-pagination>*>* {
|
||||
color:#666 !important;
|
||||
}
|
||||
h2, .uk-h2{
|
||||
font-size:28px !important;
|
||||
}
|
||||
.app-box {
|
||||
border: #e5e5e5 solid 1px;
|
||||
}
|
||||
|
||||
.uk-subnav-line li:hover .home-icon svg #home{
|
||||
fill: #05007A !important;
|
||||
|
||||
}
|
||||
svg #home{
|
||||
fill: white !important;
|
||||
|
||||
}
|
||||
.tm-toolbar .uk-subnav-line li a:hover, .tm-toolbar .uk-subnav-line li:hover a{
|
||||
display: block;
|
||||
color: #d4d4d4 !important;
|
||||
}
|
||||
|
||||
.tm-toolbar .uk-subnav-line li:hover {display: block;} /* remove the others*/
|
||||
|
||||
.helper-grid>*{
|
||||
padding-left: 25px !important;
|
||||
}
|
||||
.cite-this-button{
|
||||
font-size: 14px;
|
||||
padding: 3px;
|
||||
}
|
||||
.link-to-button{
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
}
|
||||
.dropBasket{
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
.basket-title {
|
||||
|
||||
padding-top: 40px;
|
||||
|
||||
}
|
||||
.basket-badge {
|
||||
position: relative;
|
||||
right: 16px;
|
||||
top: -16px;
|
||||
text-align: center;
|
||||
border-radius: 90%;
|
||||
border-radius: 90%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
dd{
|
||||
margin-top: 10px;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
dd:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.advancedSearchForm {
|
||||
box-shadow: 0 1px 10px #444444;
|
||||
}
|
||||
.advancedSearchForm .uk-icon-button {
|
||||
|
||||
fill: #296EE9 !important;
|
||||
|
||||
}
|
||||
|
||||
.search-results li {
|
||||
|
||||
margin-bottom: 30px !important;
|
||||
padding-top: 15px !important;
|
||||
|
||||
}
|
||||
.uk-badge, .badge, a.badge {
|
||||
border-radius: 2px;
|
||||
}
|
Loading…
Reference in New Issue