MediaWiki:Vector.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


/* Sidebar */
/*
*Sidebar.
*/
#p-logo + .mw-portlet .vector-menu-heading {
#p-logo + .mw-portlet .vector-menu-heading {
  display: block;
/* Show "Navigation" header. */
  display: block;
}
}


#p-lang { display: none }
/* Hide "In other languages" header. */
 
#p-lang { display:none; }
div#mw-panel nav.portal li a[href="https://discord.gg/yBUvasVmt4"] {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 119px;
    margin: 0.25em;
}
div#mw-panel nav.portal li a[href="https://discord.gg/yBUvasVmt4"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -0.25em;
    content: "";
    background: url(https://discord.com/api/guilds/1120379200428326912/embed.png) no-repeat;
}

Latest revision as of 11:46, 15 May 2024

/* CSS placed here will affect users of the Vector skin */

/*
 *Sidebar.
 */
#p-logo + .mw-portlet .vector-menu-heading {
/* Show "Navigation" header. */
  display: block;
}

/* Hide "In other languages" header. */
#p-lang { display:none; }