تبديل القائمة
Toggle preferences menu
تبديل القائمة الشخصية
غير مسجل للدخول
سيكون عنوان الآيبي الخاص بك مرئيًا للعامة إذا قمت بإجراء أي تعديلات.
مراجعة 13:58، 24 يوليو 2026 بواسطة عبود السكاف (نقاش | مساهمات) (أنشأ الصفحة ب'.hidden-begin { box-sizing: border-box; width: 100%; padding: 5px; border: none; font-size: 100%;: } .hidden-title { font-weight: bold; line-height: 1.6; text-align: right; } .hidden-content { text-align: right; } [[phab:T360582]]: @media all and ( max-width: 500px ) { .hidden-begin { width: auto !important; clear: none !important; float: none !important; } }')
(فرق) → مراجعة أقدم | المراجعة الحالية (فرق) | مراجعة أحدث ← (فرق)
.hidden-begin {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: none;
	/* font-size: 100%; */
}

.hidden-title {
	font-weight: bold;
	line-height: 1.6;
	text-align: right;
}

.hidden-content {
	text-align: right;
}

/* [[phab:T360582]] */
@media all and ( max-width: 500px ) {
  .hidden-begin {
    width: auto !important;
    clear: none  !important;
    float: none !important;
  }
}