2024-12-09 19:34:39 -06:00
|
|
|
/*
|
|
|
|
* base text: #343131
|
|
|
|
* important text: #EEDF7A
|
|
|
|
* first background: #A04747
|
|
|
|
* second background: #D8A25E
|
|
|
|
*/
|
2024-12-09 16:35:53 -06:00
|
|
|
/*
|
2024-12-09 20:31:57 -06:00
|
|
|
* base text: #4F6D7A
|
|
|
|
* important text: #C0D6DF
|
|
|
|
* first background: #DD6E42
|
|
|
|
* second background: #E8DAB2
|
2024-12-09 16:35:53 -06:00
|
|
|
*/
|
|
|
|
|
2024-08-09 00:25:49 -05:00
|
|
|
body {
|
2024-08-09 18:19:52 -05:00
|
|
|
font-family: Arial, sans-serif;
|
2024-12-09 20:31:57 -06:00
|
|
|
color: #4F6D7A;
|
|
|
|
background: #E8DAB2;
|
2024-08-09 00:25:49 -05:00
|
|
|
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-11-25 18:40:22 -06:00
|
|
|
canvas {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2024-12-09 16:11:21 -06:00
|
|
|
.inside {
|
2024-12-09 16:14:30 -06:00
|
|
|
min-height: 800px;
|
2024-12-09 16:11:21 -06:00
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.first {
|
2024-12-09 20:31:57 -06:00
|
|
|
background: #DD6E42;
|
2024-12-09 16:11:21 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.second {
|
2024-12-09 20:31:57 -06:00
|
|
|
background: #E8DAB2;
|
2024-12-09 16:11:21 -06:00
|
|
|
}
|
|
|
|
|
2024-08-09 18:19:52 -05:00
|
|
|
#navigation {
|
2024-11-25 19:07:25 -06:00
|
|
|
text-align: right;
|
2024-11-25 22:42:27 -06:00
|
|
|
padding: 6px;
|
2024-12-09 15:37:45 -06:00
|
|
|
max-width: inherit;
|
2024-11-25 19:46:33 -06:00
|
|
|
margin: auto;
|
2024-11-25 23:22:17 -06:00
|
|
|
display: flex;
|
2024-11-25 19:46:33 -06:00
|
|
|
}
|
|
|
|
|
2024-11-25 18:16:24 -06:00
|
|
|
#navBarLeft {
|
|
|
|
text-align: left;
|
2024-11-25 23:27:21 -06:00
|
|
|
padding: 4px;
|
2024-11-25 23:22:17 -06:00
|
|
|
margin-right: auto;
|
2024-11-25 18:16:24 -06:00
|
|
|
}
|
|
|
|
|
2024-08-09 18:46:40 -05:00
|
|
|
.navItem {
|
2024-12-09 20:31:57 -06:00
|
|
|
color: #4F6D7A;
|
|
|
|
background-color: #C0D6DF;
|
2024-08-09 18:19:52 -05:00
|
|
|
margin: 6px;
|
|
|
|
margin-top: 0px;
|
2024-11-25 18:13:39 -06:00
|
|
|
padding: 8px;
|
2024-11-25 23:22:17 -06:00
|
|
|
display: inline-block;
|
2024-12-09 16:53:24 -06:00
|
|
|
border-radius: 12px;
|
2024-08-09 00:25:49 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 03:02:32 -05:00
|
|
|
#top {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
border-radius: 16px;
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
margin: 4px auto;
|
|
|
|
margin-top: 0px;
|
|
|
|
height: 55px;
|
|
|
|
}
|
|
|
|
|
2024-11-25 14:37:17 -06:00
|
|
|
.canvas {
|
|
|
|
width: 780px;
|
|
|
|
height: 600px;
|
2024-11-25 18:35:59 -06:00
|
|
|
margin: auto;
|
2024-11-25 14:37:17 -06:00
|
|
|
}
|
|
|
|
|
2024-08-09 18:46:40 -05:00
|
|
|
.cardStats {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2024-08-09 00:25:49 -05:00
|
|
|
h1 {
|
2024-12-09 16:11:21 -06:00
|
|
|
max-width: 650px;
|
|
|
|
text-align: left;
|
|
|
|
padding: 8px 1.5rem;
|
2024-12-09 20:31:57 -06:00
|
|
|
color: #C0D6DF;
|
2024-12-09 15:45:49 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2024-11-25 23:37:18 -06:00
|
|
|
width: 400px;
|
2024-08-09 00:25:49 -05:00
|
|
|
text-align: center;
|
2024-11-25 23:37:18 -06:00
|
|
|
margin: auto;
|
2024-08-09 03:02:32 -05:00
|
|
|
padding: 8px;
|
2024-11-25 23:37:18 -06:00
|
|
|
background: #e6e9ef;
|
|
|
|
border-radius: 24px;
|
2024-08-09 00:25:49 -05:00
|
|
|
}
|
|
|
|
|
2024-12-09 15:45:49 -06:00
|
|
|
h3 {
|
2024-08-09 03:02:32 -05:00
|
|
|
text-align: center;
|
2024-08-09 00:25:49 -05:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2024-08-09 18:19:52 -05:00
|
|
|
margin: 0px;
|
2024-08-09 00:25:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2024-08-09 03:02:32 -05:00
|
|
|
|
2024-08-09 00:25:49 -05:00
|
|
|
a:hover, a:active {
|
2024-12-09 16:58:40 -06:00
|
|
|
border-radius: 12px;
|
2024-08-09 00:25:49 -05:00
|
|
|
text-decoration: underline;
|
2024-08-09 03:02:32 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
a.button {
|
|
|
|
margin: 14px 10%;
|
|
|
|
padding: 4px 12px;
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
|
|
|
width: 80px;
|
|
|
|
text-align: center;
|
2024-08-09 00:25:49 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 17:39:10 -05:00
|
|
|
@keyframes hover {
|
2024-11-25 15:43:19 -06:00
|
|
|
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; }
|
2024-08-09 03:02:32 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 17:39:10 -05:00
|
|
|
@keyframes card {
|
2024-11-25 15:43:19 -06:00
|
|
|
0% { box-shadow: 0 0 8px 4px #eff1f5; }
|
2024-11-26 17:45:19 -06:00
|
|
|
50% { box-shadow: 0 0 8px 4px #fe640b; }
|
2024-11-25 15:43:19 -06:00
|
|
|
100% { box-shadow: 0 0 8px 4px #eff1f5; }
|
2024-08-09 17:39:10 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 03:02:32 -05:00
|
|
|
.card {
|
2024-11-25 15:43:19 -06:00
|
|
|
background: #ccd0da;
|
2024-08-09 03:02:32 -05:00
|
|
|
text-align: center;
|
2024-11-25 15:34:53 -06:00
|
|
|
border-radius: 18px;
|
2024-08-09 17:39:10 -05:00
|
|
|
animation: card 3s linear infinite;
|
2024-08-27 23:32:54 -05:00
|
|
|
height: 800px;
|
2024-08-09 18:46:40 -05:00
|
|
|
margin: 0px auto;
|
2024-08-27 23:32:54 -05:00
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 25px;
|
2024-08-09 03:02:32 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 18:46:40 -05:00
|
|
|
.cardTop {
|
2024-11-25 22:48:00 -06:00
|
|
|
background: #acb0be;
|
2024-08-09 03:02:32 -05:00
|
|
|
border-top-left-radius: 18px;
|
|
|
|
border-top-right-radius: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pong {
|
|
|
|
margin: 6px;
|
|
|
|
border-radius: 9px;
|
|
|
|
background: #494d64;
|
|
|
|
}
|