میڈیاویکی:Common.css
نعت کائنات سے
یاد دہانی: محفوظ کرنے کے بعد ان تبدیلیوں کو دیکھنے کے لیے آپ کو اپنے براؤزر کا کیش (cache) صاف کرنا ہوگا۔
- فائرفاکس/ سفاری: جب Reload پر کلک کریں تو Shift دباکر رکھیں، یا Ctrl-F5 یا Ctrl-R دبائیں (Mac پر R-⌘)
- گوگل کروم: Ctrl-Shift-R دبائیں (Mac پر Shift-R-⌘)
- انٹرنیٹ ایکسپلورر: جب Refresh پر کلک کریں تو Ctrl یا Ctrl-F5 دبائیں
- اوپیرا: Tools → Preferences میں جائیں اور کیش (cache) صاف کریں
/* =========================================================
نعت کائنات — MediaWiki:Common.css
Paste contents of this file into:
https://naatkainaat.org/index.php/MediaWiki:Common.css
After saving, do Ctrl+F5 on any page to clear CSS cache.
========================================================= */
/* ---------- Hide page title on Main Page (صفحۂ اول) ---------- */
/* MediaWiki auto-generates body class as "page-<URL-encoded-title>". */
body.page-صفحۂ_اول h1.firstHeading,
body.page-صفحۂ_اول #firstHeading,
body.page-صفحۂ_اول .mw-first-heading,
body.page-Main_Page h1.firstHeading,
body.page-Main_Page #firstHeading,
body.page-Main_Page .mw-first-heading {
display: none !important;
}
/* Also hide the "From <site>" subtitle / siteSub on the main page */
body.page-صفحۂ_اول #siteSub,
body.page-Main_Page #siteSub,
body.page-صفحۂ_اول #contentSub,
body.page-Main_Page #contentSub {
display: none !important;
}
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Jameel Noori Nastaleeq';
src: url('path-to-font-file.ttf');
}
#mw-panel {
width: 22%; /* Adjust the percentage as needed */
}
body {
font-family: 'Jameel Noori Nastaleeq', sans-serif;
font-size: 20px !important; /* Font size properly applied */
}
h1, h2, h3, h4 {
color: green;
}
#ca-talk {
display: none !important;
}