Ferrari Logo Fix

This commit is contained in:
ssyyhhrr
2022-12-29 01:16:20 +00:00
parent b27b471c1c
commit 32d1b7ca00

View File

@@ -3,7 +3,7 @@
} }
h1 { h1 {
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
text-transform: uppercase; text-transform: uppercase;
color: #fff; color: #fff;
font-size: 4em; font-size: 4em;
@@ -12,7 +12,7 @@ h1 {
} }
h2 { h2 {
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
color: #fff; color: #fff;
font-size: 2em; font-size: 2em;
text-align: center; text-align: center;
@@ -20,7 +20,7 @@ h2 {
} }
h3 { h3 {
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
color: #fff; color: #fff;
font-size: 1.75em; font-size: 1.75em;
text-align: center; text-align: center;
@@ -29,7 +29,7 @@ h3 {
} }
h4 { h4 {
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
color: #fff; color: #fff;
font-size: 1.5em; font-size: 1.5em;
text-align: center; text-align: center;
@@ -38,7 +38,7 @@ h4 {
} }
h5 { h5 {
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
color: #fff; color: #fff;
font-size: 1.25em; font-size: 1.25em;
text-align: center; text-align: center;
@@ -74,7 +74,6 @@ body {
} }
input { input {
border: 1px solid transparent;
background-color: #171717; background-color: #171717;
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
@@ -160,7 +159,7 @@ input[type=text] {
} }
.header { .header {
outline: 0px !important; outline: 0 !important;
vertical-align: bottom; vertical-align: bottom;
background-color: transparent !important; background-color: transparent !important;
} }
@@ -180,7 +179,7 @@ input[type=text] {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
color: white; color: white;
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
} }
.tutorial .text { .tutorial .text {
@@ -192,7 +191,7 @@ input[type=text] {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
color: white; color: white;
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
} }
.shareScreen .text { .shareScreen .text {
@@ -204,28 +203,27 @@ input[type=text] {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
color: white; color: white;
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
} }
.credits { .credits {
color: white; color: white;
position: absolute; position: absolute;
text-align: center; text-align: center;
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
left: 50%; left: 50%;
bottom: 1em; bottom: 1em;
-webkit-transform: translateX(-50%);
transform: translateX(-50%) transform: translateX(-50%)
} }
.tutorial p { .tutorial p {
color: white; color: white;
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
} }
.shareScreen p { .shareScreen p {
color: white; color: white;
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
} }
.credits p { .credits p {
@@ -361,7 +359,7 @@ p a:hover {
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
border: 2px solid #3a3a3c; border: 2px solid #3a3a3c;
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
color: #fff; color: #fff;
} }
@@ -401,7 +399,7 @@ p a:hover {
text-align: right; text-align: right;
background-color: #508b53; background-color: #508b53;
color: #fff; color: #fff;
font-family: "FormulaOne"; font-family: "FormulaOne", sans-serif;
vertical-align: middle; vertical-align: middle;
padding-right: 5px; padding-right: 5px;
} }
@@ -431,12 +429,12 @@ p a:hover {
.down { .down {
background-color: #b042ff; background-color: #b042ff;
border-radius: 0px 0px 36% 36%; border-radius: 0 0 36% 36%;
} }
.up { .up {
background-color: #e78f3a; background-color: #e78f3a;
border-radius: 36% 36% 0px 0px; border-radius: 36% 36% 0 0;
} }
.tutorial .flag { .tutorial .flag {
@@ -451,7 +449,8 @@ p a:hover {
} }
.team { .team {
width: 55px; max-width: 55px;
max-height: 55px;
padding: 5px; padding: 5px;
position: absolute; position: absolute;
top: 50%; top: 50%;