blob: 7525fb7ac1f2cb8c4afcea81b4f7218ef08894df [file] [log] [blame]
.publish-seed-container {
background: #333;
color: #333;
min-height: 100vh;
padding: 20px 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.pub-card {
background-color: #e9ded2;
border-radius: 16px;
max-width: 800px;
margin: 0 auto;
margin-top: 40px;
padding: 40px 48px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
form > div {
margin-bottom: 20px;
}
label {
display: block;
font-weight: bold;
margin-bottom: 8px;
color: #5F4437;
}
input[type="text"],
textarea,
select {
width: 100%;
padding: 10px 12px;
border-radius: 6px;
border: 1px solid #e0c4a1;
background-color: #fff5f5;
color: #5F4437;
font-size: 1rem;
transition: border-color 0.3s;
}
input[type="text"]:focus,
textarea:focus,
select:focus {
outline: none;
border-color: #c49c6b;
}
textarea {
resize: vertical;
min-height: 80px;
}
.seed-file-label,
.cover-upload button {
display: inline-block;
padding: 8px 16px;
border: 1px solid #e0c4a1;
background-color: #fff5f5;
border-radius: 6px;
cursor: pointer;
font-size: 14px;
font-weight: 500;
color: #5F4437;
transition: all 0.2s ease;
}
.seed-file-label:hover,
.cover-upload button:hover {
background-color: #f1e0d0;
}
.seed-file input,
.cover-upload input {
display: none;
}
.message {
background-color: #fff3cd;
color: #856404;
padding: 12px;
border-radius: 8px;
margin-bottom: 20px;
border: 1px solid #ffeeba;
}
.upload-button {
text-align: center;
}
.upload-button button {
background-color: #5F4437;
color: #fff;
padding: 12px 32px;
border: none;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.upload-button button:hover {
background-color: #472f23;
}
.upload-button button:disabled {
background-color: #9c8c84;
cursor: not-allowed;
}
img {
border-radius: 8px;
border: 1px solid #ccc;
max-width: 100%;
max-height: 200px;
object-fit: contain;
}