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:


/*
/*
  * The following have the sole purpose of reverting some CSS in MW:Vector.css,
  * The following are to revert some CSS in MW:Vector.css, related to making
  * because it's intended for non-logged-in users only, but there's no special
  * room for and displaying ads.
  * CSS that gets loaded for non-logged-in users only.
*
  * There doesn't seem to be a way to load CSS only for not-logged-in users.
  */
  */


Line 15: Line 16:
margin-top: 0;
margin-top: 0;
padding-bottom: 0;
padding-bottom: 0;
max-width: unset;
}
}
/*
* Logged-in users don't see ads.
*/


.bg3wiki-ad {
.bg3wiki-ad {
display: none;
display: none;
}
}

Revision as of 17:34, 6 August 2024

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

/*
 * 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.
 */

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

#firstHeading {
	margin-top: 0;
	padding-bottom: 0;
	max-width: unset;
}

.bg3wiki-ad {
	display: none;
}