الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»
من مرصد الاقتصاد الأردني
Created page with "←CSS placed here will be applied to all skins: ←Infoboxes: .infobox { border: 1px solid #a2a9b1; color: black; padding: 0.2em; font-size: 88%; line-height: 1.5em; border-spacing: 3px; }" |
لا ملخص تعديل |
||
(٢٢ مراجعات متوسطة بواسطة نفس المستخدم غير معروضة) | |||
سطر ٨: | سطر ٨: | ||
line-height: 1.5em; | line-height: 1.5em; | ||
border-spacing: 3px; | border-spacing: 3px; | ||
} | |||
pre, code, .mw-code { | |||
background-color: transparent; | |||
color: #000; | |||
border: none; | |||
} | |||
.body.page-Main_Page h1 { display: none; } | |||
th { | |||
font-weight: normal; | |||
} | |||
.vector-body { | |||
font-size: var(--font-size-large); | |||
} | |||
.vector-pinnable-element { | |||
font-size: 1rem; | |||
} | } |
المراجعة الحالية بتاريخ ١٠:٥٧، ٩ فبراير ٢٠٢٥
/* CSS placed here will be applied to all skins */ /* Infoboxes */ .infobox { border: 1px solid #a2a9b1; color: black; padding: 0.2em; font-size: 88%; line-height: 1.5em; border-spacing: 3px; } pre, code, .mw-code { background-color: transparent; color: #000; border: none; } .body.page-Main_Page h1 { display: none; } th { font-weight: normal; } .vector-body { font-size: var(--font-size-large); } .vector-pinnable-element { font-size: 1rem; }