32bit.cafe/content/events/spring23/sent.php

99 lines
1.8 KiB
PHP
Raw Normal View History

2024-05-01 00:33:01 +00:00
<style>
.main {
background: url(spring-bg.gif);
background-repeat: repeat;
}
@media screen and (max-width: 600px) {
.form {
width: 45vw;
}
input, textarea {
width: 40vw;
}
}
@media screen and (min-width: 600px) {
.form {
width: 18vw;
}
input, textarea {
width: 15vw;
}
}
.main-content {
background-color: #FFF;
padding: 10px;
font-family: Verdana, sans serif;
}
.main-content strong {
color: #73956F;
}
.main-content p, li {
font-size: 11pt;
}
.main-content h2 {
color: #410647;
text-align: center;
cursor: default;
}
.main-content h2:hover {
color: #AF1B3F;
cursor: default;
}
.main-content ul {
list-style: none;
}
.field {
font-family: Verdana, sans serif;
font-size: 10pt;
font-weight: bold;
color: #410647;
line-height: 16pt;
}
.field label {
color: #FFF;
background-color: #AF1B3F;
padding: 2px 5px;
line-height: 20pt;
}
.field sup {
opacity: 0.5;
}
input, textarea {
background-color: #D7C0D0;
border: 1px solid #410647;
color: #410647;
font-family: Verdana, sans serif;
font-size: 8pt;
letter-spacing: 0.5pt;
line-height: 10pt;
outline: none;
}
.form {
margin: 0 auto;
text-align: center;
}
* {
scrollbar-width: auto;
scrollbar-color: #d7c0d0 #ffffff;
}
*::-webkit-scrollbar {
width: 8px;
}
*::-webkit-scrollbar-track {
background: #ffffff;
}
*::-webkit-scrollbar-thumb {
background-color: #d7c0d0;
border-radius: 0px;
border: 0px none #ffffff;
}
</style>
<section class="main-content">
<h2>🌸 32-bit cafe spring '23 event 🌸</h2>
<p>your submission has been sent! thank you for participating!</p>
<p>for your participation, feel free to add this to your site linking back to the page: <img src="spring2023participation.png" style="vertical-align:middle"></p>
<p align="center"><a href="../spring23/index.php">go back</a></p>
</section>