MediaWiki:Common.css

From BattleMaster Wiki
Revision as of 18:53, 27 February 2023 by Danaris (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.wikitable p { margin:0; padding:0; }
.heraldrySignature {
	display: inline-block;
	margin-left: 1em;
}
.titleSignature {
	display: inline-block;
}

.message-signature {
	margin-top: 0.6em;
}
/* colored message type selection menu */
.Letter {
	background-color: black;
	color: #FFFFFF;
}

.Roleplay {
	background-color: #1A1A07;
	color: #FFFFFF;
}

.Roleplay.private {
	border: 1px solid maroon;
}
.Roleplay.public {
	border: 1px solid lightgray;
}
.Roleplay.invite {
	border: 1px solid darkgreen;
}
.rpInteract {
	display: block;
	text-align: center;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	height: 1em;
	line-height: 1em;
	font-size: 90%;
	background-color: #1A1A07;
	width: 16em;
	border-radius: 5px;
}
.Roleplay.invite .rpInteract {
	border: 1px solid darkgreen;
}
.Roleplay.public .rpInteract {
	border: 1px solid lightgray;
}
.Roleplay.private .rpInteract {
	border: 1px solid maroon;
}

.Report {
	background-color: #002030;
	color: #FFFFFF;
}

.Request {
	background-color: #082412;
	color: #FFFFFF;
}

.Out-of-Character {
	background-color: #323232;
	color: #FFFFFF;
}

.Orders {
	background-color: #240000;
	color: #FFFFFF;
}

.Personal {
	border-left: 3px double slategray;
	border-right: 3px double slategray;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000000;
}

.Event {
	background-color: #000000;
	color: #FFFFFF;
}

.RP-Event {
	background-color: #756932;
	color: #FFFFFF;
}

select#writeMessageSelect {
	font-size: 1.2em;
}

/* End colored menu CSS */
.AdminMsg {
	background-color: #404000;
	color: #FFFFFF;
}

.TitanStatement {
	background-color: #894E30;
	color: #FFFFFF;
}