MediaWiki:Gadget-user-profile.css

From UnderMine Wiki
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.horse-userprofile {
	font-size: 120%;
	color: var(--theme-text-color);
	background-color: var(--theme-table-header);
	border: 2px solid var(--undermine-border);
	padding: 6px 12px;
	margin: 1em 1em 0 0;
	margin-block: 1em 0;
	margin-inline: 0 1em;
}
.horse-userprofile-info span:first-of-type {
	font-weight: bold;
}