Шаблон:Timeline styles/styles.css

Материал из SS220 SS14 WIKI
Версия от 16:21, 6 марта 2024; Vinogradgarden (обсуждение | вклад) (Новая страница: «table.timeline { border: 0; } table.timeline, table.timeline tbody { display: block; } table.timeline tr { position: relative; margin-left: 8px; padding: calc(0.5 * 1rem) calc(0.5 * 1rem) calc(0.5 * 1rem) 20px; display: flex; flex-direction: column; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } table.timeline tr:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; display...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
table.timeline {
	border: 0;	
}

table.timeline, table.timeline tbody {
    display: block;
}

table.timeline tr {
	position: relative;
	margin-left: 8px;
	padding: calc(0.5 * 1rem) calc(0.5 * 1rem) calc(0.5 * 1rem) 20px;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

table.timeline tr:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    background-color: rgba(255,255,255,0.08);
}

table.timeline tr td:first-child {
    font-size: 1rem;
    font-weight: 600;
    color: #202122;
}

table.timeline tr td:first-child:before {
	content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #72777d;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    margin-top: 8px;
}

table.timeline tr td {
	padding: 0;
	border: 0 !important;
}