MediaWiki:Common.css

From Stylecards
Revision as of 13:52, 5 June 2025 by Xyntia (talk | contribs) (Created page with "CSS placed here will be applied to all skins: CSS placed here will be applied to all skins: #firstHeading { display: none; } .featured-image-box { width: 600px; background-color: #95d5b2; padding: 5px; } .threadsday-box { width: 1000px; background-color: #e3f2fd; padding: 5px; margin-right: auto; margin-left: auto; } .latest-issue-box { width: 460px; background-color: #bbdefb; padding: 5px; } .stylecards-model-box { width: 400px; background-c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#firstHeading {
	display: none;	
}

.featured-image-box {
	width: 600px;
	background-color: #95d5b2;
	padding: 5px;
}

.threadsday-box {
	width: 1000px;
	background-color: #e3f2fd;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

.latest-issue-box {
	width: 460px;
	background-color: #bbdefb;
	padding: 5px;
}

.stylecards-model-box {
	width: 400px;
	background-color: #cde5e7;
	padding: 5px;
}

.stylecards-contributor-box {
	width: 400px;
	background-color: #d5cef0;
	padding: 5px;
}