Вилучено вміст Додано вміст
Створена сторінка: .char-ver-nav-wrap { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; } .char-ver-nav-wrap a { text-decoration: none; color: inherit; } .char-ver-nav-wrap .char-ver-nav-link, .char-ver-nav-wrap .char-ver-nav-current { display: inline-block; padding: 8px 16px; border-radius: 10px; font-weight: 600; text-decoration: none; text-align: center; transition: all 0.2s... |
Немає опису редагування |
||
| Рядок 16: | Рядок 16: | ||
display: inline-block; |
display: inline-block; |
||
padding: 8px 16px; |
padding: 8px 16px; |
||
border-radius: |
border-radius: 20px; |
||
font-weight: 600; |
font-weight: 600; |
||
text-decoration: none; |
text-decoration: none; |
||
| Рядок 24: | Рядок 24: | ||
.char-ver-nav-wrap .char-ver-nav-link { |
.char-ver-nav-wrap .char-ver-nav-link { |
||
border: 1.5px solid # |
border: 1.5px solid #2ecc71; |
||
color: |
color: #2ecc71; |
||
background: |
background: transparent; |
||
} |
} |
||
| Рядок 34: | Рядок 34: | ||
.char-ver-nav-wrap .char-ver-nav-current { |
.char-ver-nav-wrap .char-ver-nav-current { |
||
background: #2ecc71; |
|||
background: linear-gradient(to right, rgba(42, 245, 152, 1), rgba(0, 158, 253, 1)); |
|||
color: |
color: #0a1f14; |
||
border: 1.5px solid # |
border: 1.5px solid #2ecc71; |
||
} |
} |
||
Версія за 10:52, 2 липня 2026
.char-ver-nav-wrap {
display: flex;
justify-content: center;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.char-ver-nav-wrap a {
text-decoration: none;
color: inherit;
}
.char-ver-nav-wrap .char-ver-nav-link,
.char-ver-nav-wrap .char-ver-nav-current {
display: inline-block;
padding: 8px 16px;
border-radius: 20px;
font-weight: 600;
text-decoration: none;
text-align: center;
transition: all 0.2s ease;
}
.char-ver-nav-wrap .char-ver-nav-link {
border: 1.5px solid #2ecc71;
color: #2ecc71;
background: transparent;
}
.char-ver-nav-wrap .char-ver-nav-link:hover {
background: rgba(46, 204, 113, 0.15);
}
.char-ver-nav-wrap .char-ver-nav-current {
background: #2ecc71;
color: #0a1f14;
border: 1.5px solid #2ecc71;
}