From 42f4a795049dadce7453ded68a1cbc4f3dffa32e Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 27 May 2024 23:45:13 +0200 Subject: [PATCH 1/2] Changed UAEFI text to the left and use the same title style as the Proteus --- www/css/custom.css | 32 +++++++++++++++++++++----------- www/index.html | 14 +++++++------- 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/www/css/custom.css b/www/css/custom.css index 9e65f59..bf51ddc 100644 --- a/www/css/custom.css +++ b/www/css/custom.css @@ -300,7 +300,7 @@ html { background-position: center; } - .ua-left { +.ua-left { position: relative; width: 50%; height: 100%; @@ -309,18 +309,20 @@ html { display: table-cell; display: none; vertical-align: middle; - } - - .ua-right { - position: relative; - width: 50%; - height: 100%; background-color: #252a2b; - z-index: 1; color: #ffffff; - display: table-cell; - vertical-align: middle; - } + +} +.ua-right { + position: relative; + width: 50%; + height: 100%; + + z-index: 1; + display: table-cell; + vertical-align: middle; +} + .ua-content { padding: 20%; @@ -393,6 +395,14 @@ html { animation: 1s blink step-end infinite; } + .title-blue-background { + background-color: #33C3F0; + font-family: 'Work Sans', sans-serif; /* text-shadow: 0px 3px, 3px 0px,3px 3px; */ + font-size: 8rem; + color: #252a2b; + + } + @keyframes "blink" { from, to { color: transparent; diff --git a/www/index.html b/www/index.html index 00dcf5e..371986e 100644 --- a/www/index.html +++ b/www/index.html @@ -295,13 +295,8 @@
Intro
- -
-
-
-
-
uaEFI
- +
UAEFI
+

|UAEFI



uaEFI is a small & cheap Engine Management System board designed for fully sequential Fuel/Igniton on six cylinder applications.
@@ -335,6 +330,11 @@

uaEFI
Manual
+
+
+ +
+
From ffe8000cacde0eb763e5851915f83ea4294479c4 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 28 May 2024 00:01:48 +0200 Subject: [PATCH 2/2] changed ueafi title background color to rusefi orange --- www/css/custom.css | 16 +++++++++++++--- www/index.html | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/www/css/custom.css b/www/css/custom.css index bf51ddc..f5f7829 100644 --- a/www/css/custom.css +++ b/www/css/custom.css @@ -395,14 +395,24 @@ html { animation: 1s blink step-end infinite; } - .title-blue-background { - background-color: #33C3F0; + .title-orange-background { + background-color: #F15A24; font-family: 'Work Sans', sans-serif; /* text-shadow: 0px 3px, 3px 0px,3px 3px; */ font-size: 8rem; color: #252a2b; - } + .blinking-orange-background { + /* font-weight: 1300; */ + /* font-size: 2rem; */ + font-size: 10rem; + background-color: #F15A24; + -webkit-animation: 1s blink step-end infinite; + -moz-animation: 1s blink step-end infinite; + -ms-animation: 1s blink step-end infinite; + -o-animation: 1s blink step-end infinite; + animation: 1s blink step-end infinite; + } @keyframes "blink" { from, to { color: transparent; diff --git a/www/index.html b/www/index.html index 371986e..902eb5d 100644 --- a/www/index.html +++ b/www/index.html @@ -296,7 +296,7 @@
Intro
UAEFI
-

|UAEFI

+

|UAEFI



uaEFI is a small & cheap Engine Management System board designed for fully sequential Fuel/Igniton on six cylinder applications.