Handmade Cities 2026
This commit is contained in:
@@ -121,3 +121,53 @@ blockquote p:first-of-type {
|
||||
content: "" !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Revolt chat server
|
||||
.revolt-form-section {
|
||||
max-width: 600px;
|
||||
margin: 2rem auto;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
.revolt-form .form-group {
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
.revolt-form label {
|
||||
display: block;
|
||||
margin-bottom: 0.5rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.revolt-form .required {
|
||||
color: #e74c3c;
|
||||
}
|
||||
|
||||
.revolt-form input,
|
||||
.revolt-form textarea {
|
||||
width: 100%;
|
||||
padding: 0.75rem;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.revolt-form input:focus,
|
||||
.revolt-form textarea:focus {
|
||||
outline: none;
|
||||
border-color: #3498db;
|
||||
}
|
||||
|
||||
.revolt-form button {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 0.75rem 1.5rem;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
font-size: 1rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.revolt-form button:hover {
|
||||
background: #2980b9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user