From 04e5617b0454b2a93a1b83837b6030eeaf6eff81 Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Fri, 23 Oct 2020 18:32:15 +0000 Subject: [PATCH] [Graph | Trunk]: Change first section to gradient. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-graph-portal/trunk@59685 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/app.component.html | 38 ++++++++++++++++++-------------- src/app/home/home.component.html | 4 ++-- src/styles.css | 25 ++++++++++----------- 3 files changed, 35 insertions(+), 32 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index c503025..ecd948d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,21 +1,25 @@ - -
+
+ +
- +
-
- - - +
+ + + OpenAIRE uses cookies in order to function properly.
- Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing experience possible. - By using the OpenAIRE portal you accept our use of cookies. Read more - + Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing + experience possible. + By using the OpenAIRE portal you accept our use of cookies. Read more + -
- + +
diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index aa2a68e..5dd5588 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,4 +1,4 @@ -
+

Open. Transparent. Interconnected.

@@ -27,7 +27,7 @@
-

360° view on linked open science360° View on linked open science.

diff --git a/src/styles.css b/src/styles.css index 383f34a..38aac12 100644 --- a/src/styles.css +++ b/src/styles.css @@ -9,18 +9,22 @@ --portal-dark-color: #E63946; } -main { +.graphApp { background-color: #FAFAFA; color: #1A1A1A; - min-height: calc(100vh - 100px); - font-size: 16px; - font-family: "Open Sans", sans-serif; - line-height: 30px; - letter-spacing: 0.16px; } -navbar > * { - background-color: #FAFAFA; +.image-front-topbar { + margin-top: -100px; + padding-top: 100px; +} + +main { + min-height: calc(100vh - 100px); + line-height: 30px; + letter-spacing: 0.16px; + font-size: 16px; + font-family: "Open Sans", sans-serif; } .uk-text-large { @@ -62,11 +66,6 @@ ul.uk-text-small.portal-circle li:before { top: 6px; } -contact .uk-text-danger { - color: #B50000 !important; - font-size: 12px; -} - .footer, .footer .uk-section-primary { background-color: #ffffff;