123 lines
2.1 KiB
PHP
123 lines
2.1 KiB
PHP
<?php include('../includes/header.php'); ?>
|
|
<style>
|
|
.main {
|
|
background: url(bg.jpeg);
|
|
background-repeat: repeat;
|
|
}
|
|
form {
|
|
text-align: center;
|
|
}
|
|
input, textarea {
|
|
width: 30vw;
|
|
}
|
|
.main-content {
|
|
background-color: #FFF;
|
|
padding: 10px;
|
|
font-family: Arial, sans serif;
|
|
color: #000;
|
|
}
|
|
.main-content strong {
|
|
color: orange;
|
|
}
|
|
.main-content p, li {
|
|
font-size: 11pt;
|
|
}
|
|
.main-content h2 {
|
|
color: #FF595E;
|
|
text-align: center;
|
|
cursor: default;
|
|
}
|
|
.main-content h2:hover {
|
|
color: #FFCA3A;
|
|
cursor: default;
|
|
}
|
|
.main-content ul {
|
|
list-style: none;
|
|
}
|
|
.field {
|
|
font-family: Arial, sans serif;
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
color: #1982C4;
|
|
line-height: 16pt;
|
|
}
|
|
.field label {
|
|
color: #FFF;
|
|
background-color: #8AC926;
|
|
padding: 2px 5px;
|
|
line-height: 20pt;
|
|
}
|
|
.field sup {
|
|
opacity: 0.5;
|
|
}
|
|
input, textarea {
|
|
background-color: #1982C4;
|
|
border: 1px solid #410647;
|
|
color: #FFF;
|
|
font-family: Arial, sans serif;
|
|
font-size: 8pt;
|
|
letter-spacing: 0.5pt;
|
|
line-height: 11pt;
|
|
outline: none;
|
|
}
|
|
textarea {
|
|
height: 10vh;
|
|
}
|
|
.gallery {
|
|
background-color: #fde2e4;
|
|
text-align: center;
|
|
}
|
|
.gallery strong {
|
|
color: #cfbaf0;
|
|
font-size: 0.9rem;
|
|
}
|
|
.gallery p {
|
|
color: #52b2cf;
|
|
font-size: 8.5pt;
|
|
line-height: 10pt;
|
|
}
|
|
.gallery h4 {
|
|
color: #ff9b85;
|
|
text-align: center;
|
|
}
|
|
.row:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
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;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.gallery strong {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|
|
<section class="main-content">
|
|
<h2>🌈 32-bit cafe pride '23 event 🌈</h2>
|
|
<section>
|
|
<p>your submission has been entered! thank you for participating!</p>
|
|
|
|
<p>for your participation, feel free to add this to your site linking back to the event page: <img src="badge.png"></p>
|
|
|
|
<p align="center"><a href="../pride23/index.php">go back</a></p>
|
|
</section>
|
|
|
|
<?php include('../includes/footer.php'); ?>
|