Difference between revisions of MediaWiki:Gadget-dropdown-menus-pagestyles.css

Jump to navigation Jump to search
(Created page with "/********************************************************************* ** ***WARNING: GLOBAL GADGET FILE*** ** ** any changes to this fi...")
 
(No difference)

Latest revision as of 19:42, 28 May 2020

/*********************************************************************
**                ***WARNING: GLOBAL GADGET FILE***                 **
**         any changes to this file will affect many users          **
**          please discuss changes on the talk page or at           **
**             [[Wikipedia talk:Gadget]] before editing             **
**     (consider dropping the script author a note as well...)      **
**********************************************************************
**             Script:        MoreMenu                              **
**             Author:        MusikAnimal                           **
**      Documentation:        [[meta:MoreMenu]]                     **
*********************************************************************/

/*** VECTOR ***/

/* User menu */
.client-js .skin-vector.ns-2 #p-views,
.client-js .skin-vector.ns-3 #p-views,
.client-js > .skin-vector.mw-special-Contributions #p-views,
.client-js > .skin-vector.mw-special-DeletedContributions #p-views,
.client-js > .skin-vector.mw-special-Block #p-views {
    padding-right: 3.68em;
}

/* Page menu */
.client-js .skin-vector:not(.ns-special) #p-views::after {
    content: '';
    display: inline-block;
    width: 3.85em;
}