میڈیاویکی:Sidebar

نعت کائنات سے
Jump to navigationJump to search

/* =========================================================

  نعت کائنات — 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 (صفحۂ اول) ---------- */ /* Cover every body-class variant MediaWiki/Timeless may emit. */ body.page-صفحۂ_اول #firstHeading, body.page-صفحۂ_اول .mw-first-heading, body.page-صفحۂ_اول .mw-page-title-main, body.page-Main_Page #firstHeading, body.page-Main_Page .mw-first-heading, body.page-Main_Page .mw-page-title-main, body.rootpage-صفحۂ_اول #firstHeading, body.rootpage-صفحۂ_اول .mw-first-heading, body.rootpage-Main_Page #firstHeading, body.rootpage-Main_Page .mw-first-heading, body.mainpage #firstHeading, body.mainpage .mw-first-heading, body.mainpage .mw-page-title-main, body[class*="page-صفحۂ"] #firstHeading, body[class*="page-صفحۂ"] .mw-first-heading, body[class*="rootpage-صفحۂ"] #firstHeading, body[class*="rootpage-صفحۂ"] .mw-first-heading, body[class*="page-%D8%B5%D9%81%D8%AD%DB%82"] #firstHeading, body[class*="page-%D8%B5%D9%81%D8%AD%DB%82"] .mw-first-heading {

   display: none !important;

}

/* Hide the "From <site>" subtitle on the main page too */ body.page-صفحۂ_اول #siteSub, body.page-Main_Page #siteSub, body.mainpage #siteSub, body.page-صفحۂ_اول #contentSub, body.page-Main_Page #contentSub, body.mainpage #contentSub {

   display: none !important;

}


/* ---------- Light typographic polish (does NOT touch skin layout) ---------- */

/* Sitewide Urdu Nastaliq font + comfortable reading size */ body, .mw-body, .mw-body-content,

  1. bodyContent,
  2. mw-content-text,

.mw-parser-output, p, li, dd, dt, td, th, blockquote, h1, h2, h3, h4, h5, h6, .firstHeading, #firstHeading, .mw-first-heading {

   font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', 'Alvi Nastaleeq', 'Pak Nastaleeq', serif !important;

}

/* Body / paragraph reading size */ body, .mw-body-content,

  1. mw-content-text,

.mw-parser-output, .mw-parser-output p, .mw-parser-output li, .mw-parser-output dd, .mw-parser-output td, .mw-parser-output th {

   font-size: 28px !important;
   line-height: 2.2 !important;

}

/* Headings — green, bold, larger */ .mw-parser-output h1, .mw-parser-output h2, .mw-parser-output h3, .mw-parser-output h4, .mw-parser-output h5, .mw-parser-output h6, .firstHeading, #firstHeading, .mw-first-heading {

   color: #047857 !important;          /* deep emerald — matches home hero */
   font-weight: 700 !important;
   line-height: 1.7 !important;
   border-bottom-color: #6ee7b7 !important;

} .mw-parser-output h1, .firstHeading, #firstHeading, .mw-first-heading { font-size: 44px !important; } .mw-parser-output h2 { font-size: 38px !important; } .mw-parser-output h3 { font-size: 34px !important; color: #0f766e !important; } .mw-parser-output h4 { font-size: 30px !important; color: #0f766e !important; } .mw-parser-output h5 { font-size: 28px !important; color: #134e4a !important; } .mw-parser-output h6 { font-size: 26px !important; color: #134e4a !important; }

/* TOC (table of contents) tidy */ .toc, #toc {

   font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', serif !important;
   font-size: 24px !important;
   line-height: 2 !important;

} .toc h2, #toc h2, .toctitle {

   color: #047857 !important;
   font-weight: 700 !important;

}

/* Sidebar / portlet links sitewide */ .mw-portlet a, .portlet a,

  1. mw-panel a,
  2. column-one a,

.sidebar a, .mw-sidebar a {

   font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', 'Alvi Nastaleeq', sans-serif !important;
   font-size: 23px !important;
   line-height: 2 !important;

}

/* Sidebar section headings — green */ .mw-portlet-heading, .portlet h3, .portlet h5, .sidebar h2, .sidebar h3 {

   font-family: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', sans-serif !important;
   font-weight: 700 !important;
   color: #047857 !important;
   font-size: 24px !important;

}

/* Soft warm page background like Wikipedia */ body {

   background: #f6f6f6;

}

/* ---------- Hide the sidebar search box ---------- */ /* Timeless renders search as a separate portlet with id="p-search". */

  1. p-search,

.mw-portlet-search,

  1. mw-portlet-search,

div#p-search, li#p-search, .sidebar-chunk #p-search,

  1. mw-site-navigation #p-search,
  2. mw-related-navigation #p-search {
   display: none !important;

}

/* ---------- Sidebar width — narrow ---------- */ /* MonoBook only — Timeless manages its own layout, leave it alone. */

  1. column-one {
   width: 200px !important;
   box-sizing: border-box !important;

} body.skin-monobook #content, .monobook-body #content {

   margin-right: 210px !important;

}