MediaWiki:Group-user.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


/*
/*
* TODO: Remove all the below after 2 days.
*      See corresponding note in Vector.css about caches etc.
*
  * The following are to revert some CSS in MW:Vector.css, related to making
  * The following are to revert some CSS in MW:Vector.css, related to making
  * room for and displaying ads.
  * room for and displaying ads.

Latest revision as of 16:08, 7 August 2024

/* CSS placed here will affect registered users only */

/*
 * TODO: Remove all the below after 2 days.
 *       See corresponding note in Vector.css about caches etc.
 *
 * The following are to revert some CSS in MW:Vector.css, related to making
 * room for and displaying ads.
 *
 * There doesn't seem to be a way to load CSS only for not-logged-in users.
 */

#firstHeading {
	max-width: unset;
}

.mw-indicators {
	margin-right: unset;
}

#p-Special,
#p-tb {
	display: block;
}

/* Only there for non-logged-in users, for whom the toolbox is hidden. */
#n-Upload-file {
	display: none;
}