[Monitor]: Clear Monitor Assets

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@57324 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2019-10-09 09:13:50 +00:00
parent 8b69941b2b
commit 5a22424a47
8 changed files with 0 additions and 271 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.152 60.152"><defs><style>.a{fill:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:3px;}.a,.b,.c{stroke:#ebb13e;}.b{fill:#37c7e9;}.b,.c{stroke-width:2px;}.c{fill:#d95f2d;}</style></defs><g transform="translate(1.5 1.5)"><path class="a" d="M1030.976,1914.9a28.576,28.576,0,1,1-28.576,28.576A28.563,28.563,0,0,1,1030.976,1914.9Z" transform="translate(-1002.4 -1914.9)"/><path class="b" d="M1032.218,975.9a9.126,9.126,0,0,0-9.118,9.118.707.707,0,0,0,1.41.094h0a7.708,7.708,0,1,1,15.416,0,8.607,8.607,0,0,1-2.726,6.11,49.571,49.571,0,0,1-5.452,4.512.67.67,0,0,0-.282.564v5.546a.707.707,0,1,0,1.41.094h0v-5.264a45.228,45.228,0,0,0,5.264-4.418,10.238,10.238,0,0,0,3.1-7.05A8.976,8.976,0,0,0,1032.218,975.9Z" transform="translate(-1003.642 -964.374)"/><circle class="c" cx="1.41" cy="1.41" r="1.41" transform="translate(27.166 42.922)"/></g></svg>

Before

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

View File

@ -1,155 +0,0 @@
/*Panel background*/
.communityPanelBackground, .communityPanelBackground .uk-section-primary {
background-image: linear-gradient(to right, var(--portal-main-color), var(--portal-dark-color));
border-style: solid;
border-color: var(--portal-main-color);
border-width: 1px;
}
/*Panel fonts*/
.communityPanelBackground {
color: white !important;
font-family: Roboto, sans-serif !important;
font-size: 14px !important;
}
.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground) {
color: white !important;
font-family: Roboto, sans-serif !important;
font-size: 22px !important;
}
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground), .communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground), .portal-card a {
color: rgba(255, 255, 255, 0.98) !important;
font-family: Roboto, sans-serif !important;
font-size: 14px !important;
text-decoration: underline;
}
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground):hover, .communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground):hover, .portal-card a:hover {
color: rgba(255, 255, 255, 0.8) !important;
}
/*Other fonts*/
/*
TO check again
div, p, .descriptionText{
color:blue ;
font-family: Roboto, sans-serif;
font-size: 11px ;
}
*/
/*.uk-h5{
color:blue;
font-family: Roboto, sans-serif;
font-size: 22px;
}*/
.uk-link, a:not(.uk-button), .uk-navbar-dropdown-nav > li > a, .uk-navbar-nav > li > a, .loginLink,
.uk-tab > .uk-active > a, .uk-tab > * > a:focus, .uk-tab > * > a:hover {
color: var(--portal-main-color);
font-family: Roboto, sans-serif !important;
}
.uk-link:hover, a:not(.uk-button):hover,
.uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-nav > li > a:hover, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a:active, .uk-navbar-nav > li:hover > a,
.uk-navbar-dropdown-nav > li.uk-active > a, .uk-tab > .uk-active > a, .uk-navbar-nav > li.uk-active > a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li.uk-active > a {
color: var(--portal-dark-color);
}
.communityBorder {
border-color: var(--portal-main-color);
border-style: solid;
border-width: 2px;
border-radius: 6px;
}
.customTabs .uk-tab > .uk-active > a {
border-color: var(--portal-main-color);
}
.customTabs .uk-tab > .uk-active > a {
border-color: var(--portal-main-color);
}
.uk-tab > * > a:focus, .uk-tab > * > a:hover {
border-color: var(--portal-dark-color);
}
/*Panel Elements & cards*/
.communityPanelBackground .uk-card:not(.ignoreCommunityPanelBackground), .communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) {
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
}
.communityPanelBackground .uk-card:not(.ignoreCommunityPanelBackground), .communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) {
color: white;
}
.uk-button:not(.uk-button-text) {
background-color: var(--portal-main-color);;
color: white;
border-color: transparent;
border-style: solid;
border-width: 1px;
border-radius: 4px;
}
.uk-button:not(.uk-button-text):hover {
background-color: var(--portal-dark-color);
color: white;
border-color: transparent;
}
/*Buttons*/
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {
background-color: white !important;
color: var(--portal-main-color) !important;
border-color: transparent !important;
border-style: solid !important;
border-width: 1px !important;
border-radius: 4px !important;
}
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground):hover {
background-color: #eeeeee !important;
color: var(--portal-main-color) !important;
border-color: transparent !important;
}
/*
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground):not(.license):not(.newsletter),
.communityPanelBackground a:not(.uk-button):not(.ignoreCommunityPanelBackground):not(.uk-icon):not(.license):not(.newsletter):not(.breadcrumb)
{
!*text-decoration: underline;*!
border-bottom: 1px solid white;
}
.communityPanelBackground .lowOpacityColor:not(.ignoreCommunityPanelBackground){
color:rgba(255,255,255,0.7);
}
*/
.uk-navbar-dropdown {
background-color: white;
color: #666;
box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
/*border:var(--portal-main-color) 1px solid;*/
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

View File

@ -24,26 +24,10 @@
}
.tm-toolbar .uk-subnav-line .custom-monitor-li {
background:var(--portal-main-color) !important;
}
/* .uk-button-default:hover,.uk-button-default:focus,.btn:hover,.btn:focus {
background-color:#fff !important;
color:#5b5b5b !important;
box-shadow:0 6px 50px rgba(0,0,0,0.05)
} */
.mainPageSearchForm {
background-image: url("connect-assets/home/banner.jpg") !important;
background-color: rgb(255, 255, 255);
box-sizing: border-box;
min-height: calc(100vh - 412.767px);
}
.home-banner {
background-image: url("connect-assets/home/banner.jpg") !important;
background-color: rgb(255, 255, 255);
@ -58,16 +42,6 @@
background-color: rgb(255, 255, 255);
}
.cloud-background {
background-image: url("connect-assets/cloud/background.png") !important;
background-color: rgb(255, 255, 255);
}
.cloud-abstract {
background-image: url("connect-assets/cloud/abstract.png") !important;
background-color: rgb(255, 255, 255);
}
.banner-background {
background: linear-gradient(145deg, rgba(255,255,255,1) 0%, rgba(160,193,242,1) 100%);
}
@ -77,68 +51,6 @@
background-color: rgb(255, 255, 255);
}
.connectInfoCard {
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.24);
}
.connectCheckIcon {
background: rgba(0, 0, 0, 0.60);
color: white;
}
.communityCard {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.rc-label{
color:black !important;
background-color: #FFC700 !important;
}
.private-view-label{
color:black !important;
}
.searchForm, .communitiesSearchForm{
background: linear-gradient(145deg, rgba(255,255,255,1) 0%, rgba(160,193,242,1) 100%);
}
.generalSearchForm,
.publicationsSearchForm,
.projectsSearchForm, .projectsTableSearchForm,
.organizationsSearchForm,
.datasetsSearchForm,
.softwareSearchForm,
.orpsSearchForm,
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
.journalsSearchForm, .journalsTableSearchForm,
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
background: url('') !important;
}
.communityToolBar{
background-color:#dedede;
z-index: 10;
}
/*.my-tooltip {
opacity: 0;
}*/
.communityToolBarSection{
z-index: 10;
}
.iframeContainer{
/*position:relative;*/
overflow:hidden;
/*padding-top:56.25%;*/
/*padding-bottom:35%;*/
}
.iframeContainer iframe{
/*position: absolute;*/
/*top:0;*/
@ -152,32 +64,6 @@ div:not(.connect_App) bottom .uk-totop{
background-color: transparent !important;
}
.communityPanelBackground .curator-photo{
border:rgba(255, 255, 255, 0.5) 8px solid;
}
.communityRecentResults .search-results > li:nth-child(2){
border-top: none !important;
}
.communityRecentResults .search-results > li:last-child {
border-bottom: none !important;
}
.communityPanelBackground .uk-breadcrumb .active{
color:white;
}
.uk-breadcrumb .active{
font-weight: bold;
}
.communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground){
border-radius: 20px;
padding: 10px 20px;
}
.communityPanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
border-left: 1px solid rgba(255, 255, 255, .2);
}

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72.3 64.727"><defs><style>.a{fill:#fff;}.a,.b,.c{stroke:#ebb13e;stroke-linecap:round;stroke-width:3px;}.b,.c{fill:none;}.b{stroke-miterlimit:10;}</style></defs><g transform="translate(1 1)"><path class="a" d="M29.149,14.574A14.574,14.574,0,0,1,0,14.574C0,6.525,29.149,6.525,29.149,14.574Z" transform="translate(0.5 33.078)"/><path class="a" d="M29.149,14.574A14.574,14.574,0,0,1,0,14.574C0,6.525,29.149,6.525,29.149,14.574Z" transform="translate(40.508 33.078)"/><line class="b" x2="10.717" transform="translate(29.792 47.653)"/><path class="b" d="M51.788,47.653V9.788L42.5.5" transform="translate(18.012)"/><path class="b" d="M.5,48.081V9.788L9.788.5"/><path class="c" d="M5.144,34.847s7.429-5.319,16.916,0" transform="translate(19.069 -4.556) rotate(18)"/><path class="c" d="M23.231,32.482s-7.943,5.2-18.087,0" transform="translate(19.491 9.185) rotate(-31)"/></g></svg>

Before

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB