MediaWiki:Common.css

From Arkham Horror Wiki
Jump to: navigation, 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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
table
{
	border-collapse: collapse;
}
caption
{
	font-weight: bold;
}
th.ColumnHeader
{
	border: 1px solid black;
}
th.RowHeader
{
	text-align: right;
	padding-right: 12px;
}
/* Investigator Skills Table */
table.InvestigatorSkills
{
	width: 200px;
	border: 1px solid black;
}
table.InvestigatorSkills td
{
	padding: 2px;
}
table.InvestigatorSkills .Speed,.Fight,.Lore
{
	color: #0079c2;
	background-color: #efefff;
}
table.InvestigatorSkills .Sneak,.Will,.Luck
{
	color: #ad002a;
	background-color: #ffefef;
}
/* Cascading Images */
div.GameItemImage
{
	width: 200px;
	float: right;
	margin-left: 40px;
	background-color: #ffffff;
}
div.GameItemImage .Image1Cascading
{
	position: relative;
	right: 30px;
}
div.GameItemImage .Image2Cascading
{
	position: relative;
	top: -200px;
}

/* wikitable */
table.wikitable
{
	background-color: #efefef;
	border-collapse: collapse;
	border: 1px solid black;
}
table.wikitable td
{
	padding: 2px;
	border-bottom: 1px solid #cfcfcf;
}
table.wikitable th
{
	padding: 2px;
	border-bottom: 1px solid black;
}
/* Monsters */
.HorrorRating,.HorrorDamage
{
	color: #0079c2;
}
.CombatRating,.CombatDamage
{
	color: #ad002a;
}
/* Movement */
.MovementNormalBorder
{
	border: 3px solid #000000;
}
.MovementFlyingBorder
{
	border: 3px solid #c0dbf8;
}
.MovementSpecialBorder
{
	border: 3px solid #71a428;
}
.MovementFastBorder
{
	border: 3px solid #ad002a;
}
.MovementStationaryBorder
{
	border: 3px solid #ffe661;
}
.MovementStalkerBorder
{
	border: 3px solid #8b538c;
}
.MovementAquaticBorder
{
	border: 3px solid #cb5024;
}
.MovementNormalBackground
{
	background-color: #000000;
	color: #ffffff;
}
.MovementFlyingBackground
{
	background-color: #c0dbf8;
}
.MovementSpecialBackground
{
	background-color: #71a428;
}
.MovementFastBackground
{
	background-color: #ad002a;
	color: #ffffff;
}
.MovementStationaryBackground
{
	background-color: #ffe661;
}
.MovementStalkerBackground
{
	background-color: #8b538c;
	color: #ffffff;
}
.MovementAquaticBackground
{
	background-color: #cb5024;
	color: #ffffff;
}
/* Awareness */
.AwarenessAggressive
{
	color: #ad002a;
}
.AwarenessElusive
{
	color: #71a428;
}
/* Headings */
.HeadingA
{
	padding:0.2em 0.4em; 
	margin:10px 0 10px 0; 
	border:1px solid #a3bfb1; 
	background:#cef2e0; 
	color:#000; 
	font-size:120%; 
	font-weight:bold; 
	text-align:left;
}
.HeadingB
{
	padding:0.2em 0.4em; 
	margin:10px 0 10px 0; 
	border:1px solid #a3b0bf; 
	background:#cedff2; 
	color:#000; 
	font-size:120%; 
	font-weight:bold; 
	text-align:left;
}
/* Info Box */
.InfoBox
{
	float: right;
	background-color: #efefef;
	padding: 6px;
}
/* Monster Info Box */
table.MonsterInfoBox
{
	width: 250px;
	font-size: .9em;
	background-color: transparent;
}
table.MonsterInfoBox td,th
{
	vertical-align: top;
}
table.MonsterCombatStats td,th
{
	text-align: center;
}
/* Mythos Monster Movement */
table.MythosMonsterMovement
{
	border: 1px solid black;
}
table.MythosMonsterMovement td
{
	border: 1px solid black;
}