تبديل القائمة
Toggle preferences menu
تبديل القائمة الشخصية
غير مسجل للدخول
سيكون عنوان الآيبي الخاص بك مرئيًا للعامة إذا قمت بإجراء أي تعديلات.
مراجعة 06:34، 20 يونيو 2025 بواسطة عبود السكاف (نقاش | مساهمات) (أنشأ الصفحة ب'table.timeline { box-shadow: none; } table.timeline, table.timeline tbody { display: block; } table.timeline tr { position: relative; margin-right: 8px; padding: var( --space-xs ) var( --space-xs ) var( --space-xs ) 20px; display: flex; flex-direction: column; border-top-left-radius: var( --border-radius-small ); border-bottom-left-radius: var( --border-radius-small ); } table.timeline tr:before { content: ""; position: absolute;...')
(فرق) → مراجعة أقدم | المراجعة الحالية (فرق) | مراجعة أحدث ← (فرق)
table.timeline {
	box-shadow: none;	
}

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

table.timeline tr {
	position: relative;
	margin-right: 8px;
	padding: var( --space-xs ) var( --space-xs ) var( --space-xs ) 20px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: var( --border-radius-small );
    border-bottom-left-radius: var( --border-radius-small );
}

table.timeline tr:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    display: block;
    width: 2px;
    background-color: var( --border-color-base );
}

table.timeline tr td:first-child {
    font-size: var( --font-size-medium );
    font-weight: var( --font-weight-semibold );
    color: var( --color-base--emphasized );
}

table.timeline tr td:first-child:before {
	content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: var( --color-base--subtle );
    border-radius: 100%;
    position: absolute;
    right: -4px;
    margin-top: 8px;
}

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