From 56ca3b5a828ae68e23fcaf9ea8b37fdd60373ed5 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 23 Mar 2020 15:02:40 +0000 Subject: [PATCH] [Library | Trunk]: Tag theme classes for possible changes. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58322 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 54 ++++++++++++++++++++++------------------------------- 1 file changed, 22 insertions(+), 32 deletions(-) diff --git a/library.css b/library.css index df9fbd6..fbf3ab3 100644 --- a/library.css +++ b/library.css @@ -1,3 +1,4 @@ +/* theme */ body { overflow: unset !important; } @@ -60,6 +61,7 @@ h2 .custom-external { line-height: 200% } +/* theme */ .uk-alert-default { background: #fff none repeat scroll 0 0; border: 1px solid #ddd; @@ -188,7 +190,7 @@ h2 .custom-external { .tooltip-custom-font-size { font-size: 120%; } - +/* theme */ .uk-tooltip { background: #666; } @@ -407,7 +409,7 @@ h2 .custom-external { border: 1px solid #A9A9A9 !important; } - +/* theme */ .uk-tab { display: -ms-flexbox; display: -webkit-flex; @@ -421,6 +423,7 @@ h2 .custom-external { position: relative; } +/* theme */ .uk-tab::before { content: ""; position: absolute; @@ -430,6 +433,7 @@ h2 .custom-external { border-bottom: 1px solid #e5e5e5; } +/* theme */ .uk-tab-left::before { border-bottom: none !important; } @@ -573,13 +577,6 @@ h2 .custom-external { border-right: none; } -/* body { - font-family: Raleway, Arial, sans-serif !important; -} */ -/*html {*/ -/* color: #444 !important;*/ -/*}*/ - h2, h4 { text-transform: none !important; } @@ -588,6 +585,7 @@ h2, h4 { min-width: 250px; } +/* theme */ .uk-button-action { background-color: #D6352B; color: #fff @@ -601,6 +599,7 @@ h2, h4 { background-color: #FAFBFF; } +/* theme */ .uk-subnav-line li:hover .home-icon svg #home { fill: #05007A !important; @@ -859,26 +858,24 @@ dd:last-child { font-size: 12px; } -/*.linkButtonsBox{ - background: white !important; -box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785); -}*/ - +/* theme */ .uk-navbar-container { padding-top: 0px !important; padding-bottom: 0px !important; } +/* theme */ .uk-input { background-color: rgba(255, 255, 255, 1.0) !important; } +/* theme */ .uk-accordion > :nth-child(n+2) { border-top: 0px solid #ededed !important; margin-top: 0px !important; } - +/* theme */ .uk-pagination > .uk-active > * { background-color: var(--portal-main-color) !important; color: var(--portal-main-contrast) !important; @@ -928,14 +925,6 @@ box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785); background-image: none; } -/*.portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus{ - background-color: var(--portal-dark-color); - color: var(--portal-main-contrast); - border: 1px solid var(--portal-dark-color); - background-image: none; - -}*/ - .portal-link { color: var(--portal-main-color) !important; /*text-decoration: underline !important;*/ @@ -956,15 +945,6 @@ box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785); color: var(--portal-main-color) !important; } -/*.search-results > li:nth-child(2) {*/ -/* border-top: 1px solid var(--portal-main-color) !important;*/ -/*}*/ - -/*.search-results > li:last-child {*/ -/* border-bottom: 1px solid var(--portal-main-color) !important;*/ -/* padding-bottom: 10px !important;*/ -/*}*/ - .paging-hr { border-bottom: 1px solid #E5E5E5 !important; /*padding-bottom: 5px !important;*/ @@ -1243,6 +1223,7 @@ showTitle h2 { color: inherit; } +/* theme */ .uk-label { border-radius: 15px; line-height: 15px; @@ -1382,10 +1363,12 @@ textarea { height: 80px; } +/* theme */ .uk-navbar { z-index: 9999; } +/* theme */ .uk-modal { z-index: 10000; } @@ -1402,6 +1385,7 @@ textarea { } } +/* theme */ /*Adding shadow to the main menu dropdowns*/ .uk-navbar-dropdown { box-shadow: 0 5px 12px rgba(0, 0, 0, .15); @@ -1529,6 +1513,7 @@ ul.portalTabs.uk-tab::before { display: inline-block; } +/* theme */ .uk-modal .title-section h1, .feedback-page .title-section h1{ font-size: 18px; font-family: "Open Sans"; @@ -1742,6 +1727,7 @@ svg #statistics-bars { margin-left: 4px; } +/* theme */ .uk-modal .uk-modal-dialog { border-radius: 4px; } @@ -1810,18 +1796,22 @@ ul.portalTabs.uk-tab::before { margin-top: 30px !important; } +/* theme */ .uk-input, .uk-select { border-bottom: 1px solid rgba(0, 0, 0, 0.42) !important; } +/* theme */ .uk-textarea{ border: 1px solid rgba(0, 0, 0, 0.42) !important; } +/* theme */ .uk-text-muted { color: #aaa !important; } +/* theme */ html { color: #1d1d1d !important; } \ No newline at end of file