MediaWiki:Group-user.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
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.
Line 7: Line 10:
  * There doesn't seem to be a way to load CSS only for not-logged-in users.
  * 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-Special,
Line 13: Line 24:
}
}


#firstHeading {
/* Only there for non-logged-in users, for whom the toolbox is hidden. */
margin-top: 0;
#n-Upload-file {
padding-bottom: 0;
max-width: unset;
}
 
.bg3wiki-ad {
display: none;
display: none;
}
}

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;
}