Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 13: Line 13:
/*
/*
  * Advertisement
  * Advertisement
*
* See MW:Group-user.css for how ads are hidden for logged-in users.
  */
  */


#p-Advertisement {
/* Make room for top-right ad banner. */
/* Will be made visible for not-logged-in users. */
#firstHeading {
/*display: none;*/
/* Make sure there's enough vertical space for the ad banner. */
margin-top: 15px;
padding-bottom: 15px;
/* Ad banner is 468px. Add another 16px as padding. */
max-width: calc(100% - 468px - 16px);
}
}


Line 30: Line 36:
}
}


/*
/* Non-logged in users have little use for these, though we add a link to
* Sidebar
  Special:Upload to the sidebar for them, as they may want to use that. */
*/
 
/* Shown for logged-in users via MW:Group-user.css */
#p-Special,
#p-Special,
#p-tb {
#p-tb {