Dantes (обсуждение | вклад) (Полностью удалено содержимое страницы) Метка: очистка |
Dantes (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
.timeline { | |||
width: 100%; | |||
margin: 20px 0; | |||
} | |||
.timeline-entry { | |||
padding: 10px; | |||
border-bottom: 1px solid #555; | |||
background-color: #333; | |||
} | |||
.timeline-header { | |||
font-size: 18px; | |||
font-weight: bold; | |||
color: #fff; | |||
cursor: pointer; | |||
} | |||
.timeline-content { | |||
padding: 10px; | |||
font-size: 16px; | |||
color: #ddd; | |||
background-color: #444; | |||
display: none; | |||
} | |||
.timeline-entry:nth-child(even) { | |||
background-color: #222; | |||
} | |||
.timeline-entry:hover { | |||
background-color: #555; | |||
} | |||
.timeline-entry a { | |||
color: #ff9800; | |||
text-decoration: none; | |||
} | |||
.timeline-entry a:hover { | |||
text-decoration: underline; | |||
} | |||
Версия от 07:18, 17 января 2025
.timeline {
width: 100%;
margin: 20px 0;
}
.timeline-entry {
padding: 10px;
border-bottom: 1px solid #555;
background-color: #333;
}
.timeline-header {
font-size: 18px;
font-weight: bold;
color: #fff;
cursor: pointer;
}
.timeline-content {
padding: 10px;
font-size: 16px;
color: #ddd;
background-color: #444;
display: none;
}
.timeline-entry:nth-child(even) {
background-color: #222;
}
.timeline-entry:hover {
background-color: #555;
}
.timeline-entry a {
color: #ff9800;
text-decoration: none;
}
.timeline-entry a:hover {
text-decoration: underline;
}