trianta.dev/default.css

142 lines
2.3 KiB
CSS
Raw Normal View History

2024-12-09 16:35:53 -06:00
/*
2024-12-09 23:01:42 -06:00
* base text: #06CDFF
2024-12-09 23:36:29 -06:00
* important text: #8200FF
2024-12-09 23:11:54 -06:00
* background: #03001C
2024-12-09 16:35:53 -06:00
*/
body {
2024-08-09 18:19:52 -05:00
font-family: Arial, sans-serif;
2024-12-09 23:01:42 -06:00
color: #06CDFF;
2024-12-09 23:06:07 -06:00
background: #03001C;
line-height: 1.5;
margin-inline: auto;
2024-12-09 16:44:54 -06:00
margin: 0 auto;
2024-08-09 18:19:52 -05:00
}
2024-12-09 16:11:21 -06:00
.inside {
max-width: 80rem;
2024-12-09 16:44:54 -06:00
margin: 0 auto;
2024-12-09 16:49:59 -06:00
padding: 2rem 1.5rem;
2024-12-09 16:11:21 -06:00
}
2024-12-10 00:26:52 -06:00
#introLeft {
display: inline-block;
width: 85%;
vertical-align: top;
}
2024-12-10 00:26:52 -06:00
#introRight {
display: inline-block;
2024-12-10 01:08:55 -06:00
max-width: 8rem;
2024-12-10 00:54:17 -06:00
width: 100%;
}
2024-12-10 01:52:48 -06:00
.trianta {
2024-12-10 01:54:08 -06:00
font-size: 3.5rem !important;
color: #06CDFF !important;
border: none !important;
2024-12-10 01:51:51 -06:00
}
.canvas {
2024-11-25 18:35:59 -06:00
margin: auto;
2024-12-09 21:17:44 -06:00
display: inline-block;
width: 60rem;
vertical-align: middle;
border: solid 4px #06CDFF;
}
2024-12-09 21:15:13 -06:00
.stats {
font-size: 18px;
2024-12-09 21:15:13 -06:00
display: inline-block;
width: 12rem;
vertical-align: middle;
}
h1 {
2024-12-09 16:11:21 -06:00
max-width: 650px;
text-align: left;
padding: 8px 1.5rem;
2024-12-09 15:45:49 -06:00
}
h2 {
2024-12-10 01:11:40 -06:00
border: solid 2px #06CDFF;
border-radius: 12px;
2024-12-09 23:11:54 -06:00
margin: auto;
padding: 8px;
text-align: center;
width: 400px;
}
2024-12-09 15:45:49 -06:00
h3 {
text-align: center;
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
2024-08-09 18:19:52 -05:00
margin: 0px;
}
a {
background-color: #03001C;
border: solid 2px #06CDFF;
border-radius: 12px;
color: #06CDFF;
display: inline-block;
margin: 6px;
margin-top: 0px;
2024-12-10 01:08:55 -06:00
max-width: 8rem;
padding: 8px;
2024-12-10 01:08:55 -06:00
text-align: center;
text-decoration: none;
2024-12-10 01:08:55 -06:00
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; }
2024-11-26 17:45:19 -06:00
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 {
min-height: 800px;
}
#pong {
margin: 6px;
2024-12-09 23:06:07 -06:00
background: #03001C;
}