Вилучено вміст Додано вміст
Створена сторінка: .char-nav { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; } .char-nav a, .char-nav-item { display: inline-block; padding: 8px 16px; border-radius: 20px; font-weight: 600; text-decoration: none; text-align: center; transition: all 0.2s ease; } .char-nav a { border: 1.5px solid #2ecc71; color: #2ecc71; background: transparent; } .char-nav a:hover { background: rgba(46, 204, 113,... |
Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
. |
.charnav-wrap { |
||
display: flex; |
display: flex; |
||
gap: 8px; |
gap: 8px; |
||
| Рядок 6: | Рядок 6: | ||
} |
} |
||
.charnav-wrap .charnav-link, |
|||
.char-nav a, |
|||
.charnav-wrap .charnav-current { |
|||
.char-nav-item { |
|||
display: inline-block; |
display: inline-block; |
||
padding: 8px 16px; |
padding: 8px 16px; |
||
| Рядок 17: | Рядок 17: | ||
} |
} |
||
.charnav-wrap .charnav-link { |
|||
.char-nav a { |
|||
border: 1.5px solid #2ecc71; |
border: 1.5px solid #2ecc71; |
||
color: #2ecc71; |
color: #2ecc71; |
||
| Рядок 23: | Рядок 23: | ||
} |
} |
||
. |
.charnav-wrap .charnav-link:hover { |
||
background: rgba(46, 204, 113, 0.15); |
background: rgba(46, 204, 113, 0.15); |
||
} |
} |
||
. |
.charnav-wrap .charnav-current { |
||
background: #2ecc71; |
background: #2ecc71; |
||
color: #0a1f14; |
color: #0a1f14; |
||
Версія за 18:22, 1 липня 2026
.charnav-wrap {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.charnav-wrap .charnav-link,
.charnav-wrap .charnav-current {
display: inline-block;
padding: 8px 16px;
border-radius: 20px;
font-weight: 600;
text-decoration: none;
text-align: center;
transition: all 0.2s ease;
}
.charnav-wrap .charnav-link {
border: 1.5px solid #2ecc71;
color: #2ecc71;
background: transparent;
}
.charnav-wrap .charnav-link:hover {
background: rgba(46, 204, 113, 0.15);
}
.charnav-wrap .charnav-current {
background: #2ecc71;
color: #0a1f14;
border: 1.5px solid #2ecc71;
}