Jump to content

MediaWiki:Vector.css: Difference between revisions

From WikiGor
Created page with "Vector Legacy के header logo को कस्टम SVG से बदलें: #p-logo a { background-image: url("/resources/assets/wikilogo.svg") !important; background-size: contain !important; width: 200px; अपनी लोगो की width यहाँ लिखें: height: 60px; अपनी लोगो की height यहाँ लिखें: text-indent: -9999px; /* लिंक टेक्स्ट छुपाए..."
 
Undo revision 913 by Gvihar (talk)
Tag: Undo
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 09:37, 23 July 2025

/* Vector Legacy के header logo को कस्टम SVG से बदलें */
#p-logo a {
  background-image: url("/resources/assets/wikilogo.svg") !important;
  background-size: contain !important;
  width: 200px;    /* अपनी लोगो की width यहाँ लिखें */
  height: 60px;    /* अपनी लोगो की height यहाँ लिखें */
  text-indent: -9999px;  /* लिंक टेक्स्ट छुपाए */
}