"میڈیاویکی:Common.css" کے نسخوں کے درمیان فرق
نعت کائنات سے
Jump to navigationJump to search
کوئی خلاصۂ ترمیم نہیں |
کوئی خلاصۂ ترمیم نہیں |
||
| سطر 1: | سطر 1: | ||
/* CSS | /* ========================================================= | ||
نعت کائنات — 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 { | |||
body | |||
# | |||
display: none !important; | display: none !important; | ||
} | } | ||
نسخہ بمطابق 01:16، 23 اپريل 2026ء
/* =========================================================
نعت کائنات — 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;
}