162 lines
2.5 KiB
CSS
162 lines
2.5 KiB
CSS
/*
|
|
* base text: #06CDFF
|
|
* important text: #8200FF
|
|
* background: #03001C
|
|
*/
|
|
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
font-weight: 800;
|
|
color: #06CDFF;
|
|
background: #03001C;
|
|
line-height: 1.5;
|
|
margin-inline: auto;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.inside {
|
|
max-width: 60rem;
|
|
margin: 0 auto;
|
|
padding: 2rem 1.5rem;
|
|
}
|
|
|
|
nav {
|
|
padding: 1rem;
|
|
text-align: center;
|
|
width: 6rem;
|
|
}
|
|
|
|
nav ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.gap {
|
|
width: 4rem;
|
|
}
|
|
|
|
.content {
|
|
width: 48rem;
|
|
text-align: left;
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
.column {
|
|
width: 100%;
|
|
}
|
|
.gap {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
.trianta {
|
|
border: none !important;
|
|
color: #06CDFF !important;
|
|
font-size: 2.5rem !important;
|
|
min-width: 12rem;
|
|
margin: -1rem;
|
|
}
|
|
|
|
.canvas {
|
|
margin: auto;
|
|
display: inline-block;
|
|
width: 60rem;
|
|
vertical-align: bottom;
|
|
border: solid 4px #06CDFF;
|
|
}
|
|
|
|
.stats {
|
|
font-size: 18px;
|
|
display: inline-block;
|
|
width: 12rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
h1 {
|
|
max-width: 650px;
|
|
text-align: left;
|
|
padding: 8px 1.5rem;
|
|
}
|
|
|
|
h2 {
|
|
border: solid 2px #06CDFF;
|
|
margin: auto;
|
|
padding: 8px;
|
|
text-align: center;
|
|
width: 400px;
|
|
}
|
|
|
|
h3 {
|
|
text-align: center;
|
|
margin-top: 0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
p {
|
|
margin: 0px;
|
|
}
|
|
|
|
a {
|
|
background-color: #03001C;
|
|
border: solid 2px #06CDFF;
|
|
border-radius: 12px;
|
|
color: #06CDFF;
|
|
display: inline-block;
|
|
margin: 6px;
|
|
margin-top: 0px;
|
|
max-width: 8rem;
|
|
padding: 8px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
width: 100%;
|
|
}
|
|
|
|
a:hover, a:active {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a.button {
|
|
margin: 14px 10%;
|
|
padding: 4px 12px;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
width: 80px;
|
|
text-align: center;
|
|
}
|
|
|
|
a:visited {
|
|
border: solid 2px #8200FF;
|
|
color: #8200FF;
|
|
}
|
|
|
|
@keyframes hover {
|
|
0% { box-shadow: 0 0 8px 4px #eff1f5; }
|
|
15% { box-shadow: 0 0 8px 4px #bcc0cc; }
|
|
50% { box-shadow: 0 0 8px 4px #7287fd; }
|
|
85% { box-shadow: 0 0 8px 4px #bcc0cc; }
|
|
100% { box-shadow: 0 0 8px 4px #eff1f5; }
|
|
}
|
|
|
|
@keyframes card {
|
|
0% { box-shadow: 0 0 8px 4px #eff1f5; }
|
|
50% { box-shadow: 0 0 8px 4px #fe640b; }
|
|
100% { box-shadow: 0 0 8px 4px #eff1f5; }
|
|
}
|
|
|
|
.card {
|
|
text-align: center;
|
|
margin: 0px auto;
|
|
margin-top: 25px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.reserve {
|
|
max-height: 800px;
|
|
}
|
|
|
|
#pong {
|
|
margin: 6px;
|
|
background: #03001C;
|
|
}
|