mirror of
https://github.com/danbulant/arcade-machine
synced 2026-06-24 17:11:56 +00:00
Fixed up Header Fonts
This commit is contained in:
parent
8e651ce856
commit
2963fce13d
1 changed files with 33 additions and 13 deletions
46
ui/style.css
46
ui/style.css
|
|
@ -9,14 +9,14 @@
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
/*background-color: rgb(56, 55, 55, 1);*/
|
/*background-color: rgb(56, 55, 55, 1);*/
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -27,9 +27,9 @@ body {
|
||||||
|
|
||||||
.move {
|
.move {
|
||||||
display: flex;
|
display: flex;
|
||||||
color: rgb(15, 12, 12, 0.88);
|
|
||||||
border: 3px solid black;
|
border: 3px solid black;
|
||||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -45,6 +45,9 @@ body {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
transition: opacity 1s, bottom 0.8s;
|
transition: opacity 1s, bottom 0.8s;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
/* color: rgb(15, 12, 12, 0.88); */
|
||||||
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||||
|
font-weight: bolder;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -60,7 +63,6 @@ body {
|
||||||
#sdvx3-button img {
|
#sdvx3-button img {
|
||||||
content: "";
|
content: "";
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -79,9 +81,7 @@ body {
|
||||||
|
|
||||||
#sdvx4-button img {
|
#sdvx4-button img {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -94,6 +94,27 @@ body {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sdvx6-button img {
|
||||||
|
content: "";
|
||||||
|
|
||||||
|
object-fit: cover;
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 0;
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sdvx6-button {
|
||||||
|
position: relative;
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
#sdvx5-button {
|
#sdvx5-button {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
@ -101,9 +122,7 @@ body {
|
||||||
|
|
||||||
#sdvx5-button img {
|
#sdvx5-button img {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -139,14 +158,15 @@ body {
|
||||||
.move:focus h1 {
|
.move:focus h1 {
|
||||||
transition: opacity 1s, bottom 0.8s;
|
transition: opacity 1s, bottom 0.8s;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: 1;
|
opacity: 0.90;
|
||||||
|
|
||||||
bottom: 80px;
|
bottom: 80px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.move:focus img {
|
.move:focus img {
|
||||||
transition: opacity 0.6s;
|
transition: opacity 0.6s;
|
||||||
opacity: 0.7;
|
opacity: 0.68;
|
||||||
}
|
}
|
||||||
|
|
||||||
.move img {
|
.move img {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue