Skip to content

Commit

Permalink
Merge pull request #224 from Dot3xe/ecu_title_beautify
Browse files Browse the repository at this point in the history
Ecu title beautify
  • Loading branch information
rusefillc authored May 27, 2024
2 parents a4fa258 + ffe8000 commit 2d9e116
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 18 deletions.
42 changes: 31 additions & 11 deletions www/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ html {
background-position: center;
}

.ua-left {
.ua-left {
position: relative;
width: 50%;
height: 100%;
Expand All @@ -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%;
Expand Down Expand Up @@ -393,6 +395,24 @@ html {
animation: 1s blink step-end infinite;
}

.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;
Expand Down
14 changes: 7 additions & 7 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,8 @@ <h6 class="docs-header">Intro</h6>
<div class="ua" id="uaefi">
<div class="ua-left">
<div class="ua-content">
<img src="images/site/ua_ecu.png" width="100%">
</div>
</div>
<div class="ua-right">
<div class="ua-content">
<h6 class="docs-header">uaEFI</h6>
<img src="images/site/ua_logo.png" width="50%">
<h6 class="docs-header">UAEFI</h6>
<h1 class="title-orange-background"><span class="blinking-orange-background">|</span>UAEFI</h1>
<br><br>
<p>uaEFI is a small & cheap Engine Management System board designed for fully sequential Fuel/Igniton on
six cylinder applications.<br>
Expand Down Expand Up @@ -332,6 +327,11 @@ <h6 class="docs-header">uaEFI</h6>
Manual</a>
</div>
</div>
<div class="ua-right">
<div class="ua-content">
<img src="images/site/ua_ecu.png" width="100%">
</div>
</div>
</div>

<div class="mre" id="microRusEFI">
Expand Down

0 comments on commit 2d9e116

Please sign in to comment.