MediaWiki:Vector.css

Revision as of 01:21, 23 July 2025 by Gvihar (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* पुराना Vector (Legacy) — logo override */
/* पहले default background हटाएं */
#p-logo a {
  background: none !important;
}
/* फिर custom SVG background सेट करें */
#p-logo .mw-logo {
  background-image: url("/resources/assets/wikilogo.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 200px !important;    /* अपनी लोगो width */
  height: 60px !important;    /* अपनी लोगो height */
  text-indent: -9999px !important;
}
/* लिंक टेक्स्ट पूरी तरह छुपाने के लिए */
#p-logo .mw-logo a {
  text-indent: -9999px !important;
}