تبديل القائمة
تبديل القائمة الشخصية
غير مسجل للدخول
سيكون عنوان الآيبي الخاص بك مرئيًا للعامة إذا قمت بإجراء أي تعديلات.

وحدة:Chem2/styles.css

من ويكي عربية
مراجعة 18:48، 28 أغسطس 2023 بواسطة Admin (نقاش | مساهمات) (أنشأ الصفحة ب'.template-chem2-su { display: inline-block; font-size: 80%; line-height: 1; vertical-align: -0.35em; } .template-chem2-su > span { display: block; } ←‏Ignore the linter error about this selector being "overqualified"; this is the correct selector to override the default stylesheet.: sub.template-chem2-sub { font-size: 80%; vertical-align: -0.35em; } sup.template-chem2-sup { font-size: 80%; vertical-align: 0.65em; }')
(فرق) → مراجعة أقدم | المراجعة الحالية (فرق) | مراجعة أحدث ← (فرق)
.template-chem2-su { 
	display: inline-block;
	font-size: 80%;
	line-height: 1;
	vertical-align: -0.35em;
}

.template-chem2-su > span {
	display: block;
}

/* Ignore the linter error about this selector being "overqualified"; this is the
   correct selector to override the default stylesheet. */
sub.template-chem2-sub {
	font-size: 80%;
	vertical-align: -0.35em;
}

sup.template-chem2-sup {
	font-size: 80%;
	vertical-align: 0.65em;
}