| Server IP : 74.208.236.79 / Your IP : 216.73.217.19 Web Server : Apache System : Linux infongp-us50 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u93192080 ( 6162215) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/45/d732875416/htdocs/clickandbuilds/IronWyvern/ |
Upload File : |
body {
font-family: 'Inter', sans-serif;
background-color: #1a202c;
background-image: radial-gradient(#2d3748 1.5px, transparent 1.5px), radial-gradient(#2d3748 1.5px, transparent 1.5px);
background-size: 30px 30px;
background-position: 0 0, 15px 15px;
color: #edf2f7;
}
.container {
max-width: 42rem;
margin: 2rem auto;
padding: 2rem;
background-color: #2d3748;
border-radius: 0.5rem;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.bg-gray-800 {
background-color: #2d3748;
}
.bg-gray-700 {
background-color: #4a5568;
}
.text-orange-400 {
color: #f6ad55;
}
.border-gray-600 {
border-color: #4a5568;
}
.win-btn {
background-color: #4a5568;
color: #fff;
font-weight: 600;
padding: 0.5rem 1.5rem;
border-radius: 0.5rem;
transition: background-color 0.2s;
width: 200px;
}
.win-btn.selected-win {
background-color: #48bb78;
}
.win-btn.selected-draw {
background-color: #f6ad55;
}
.win-btn:hover:not(:disabled) {
background-color: #38a169;
}
.win-btn:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.hidden {
display: none;
}
/* Modal styles */
#custom-modal {
background-color: rgba(0, 0, 0, 0.75);
}
/* Responsive styling for player input */
@media (min-width: 640px) {
.player-row {
flex-direction: row;
align-items: center;
gap: 0.5rem;
}
}
/* Custom date input styling for calendar icon */
input[type="date"] {
position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
color: transparent;
background: transparent;
}
.date-input-container {
position: relative;
display: flex;
align-items: center;
}
.date-input-container input {
padding-right: 3rem; /* Make space for the icon */
}
.date-icon {
position: absolute;
right: 0.75rem;
top: 50%;
transform: translateY(-50%);
pointer-events: none; /* Make the icon not clickable */
}
.pod-btn {
background-color: #4a5568;
color: #fff;
font-weight: 600;
padding: 0.5rem 1.5rem;
border-radius: 0.5rem;
transition: background-color 0.2s;
flex-grow: 1;
}
.pod-btn.selected-win {
background-color: #48bb78;
}
.pod-btn.selected-draw {
background-color: #f6ad55;
}
/* Custom styles for the bye match */
.bye-pairing {
background-color: #38a169;
color: #fff;
padding: 1rem;
border-radius: 0.5rem;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.bye-pairing .bye-button {
cursor: not-allowed;
pointer-events: none;
background-color: #2f855a;
}