Dialog O programu #9

This commit is contained in:
2026-03-27 20:46:29 +01:00
parent ced80f7024
commit 8c18e3fa6b
5 changed files with 155 additions and 0 deletions

View File

@@ -429,6 +429,12 @@ body {
height: 100%;
background-color: rgba(0,0,0,0.8);
overflow-y: auto;
align-items: center;
justify-content: center;
}
.modal.show {
display: flex !important;
}
.modal-content {
@@ -474,6 +480,59 @@ textarea.form-control {
margin-top: 20px;
}
/* About Modal Styles */
.about-content {
text-align: center;
padding: 30px;
}
.about-header {
margin-bottom: 25px;
}
.about-logo {
width: 96px;
height: 96px;
margin-bottom: 15px;
}
.about-version {
color: var(--text-muted);
font-size: 0.9rem;
margin-top: 5px;
}
.about-description {
font-size: 1.1rem;
margin-bottom: 25px;
line-height: 1.5;
}
.about-authors-section {
text-align: left;
background: rgba(255, 255, 255, 0.05);
padding: 15px;
border-radius: 8px;
margin-bottom: 20px;
}
.about-authors-section h3 {
margin-top: 0;
font-size: 1rem;
color: #1f8a46;
}
.about-authors-list {
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}
.about-authors-list li {
margin-bottom: 5px;
font-size: 0.95rem;
}
.btn-primary {
background-color: #1f8a46;
color: white;