Difference between revisions of "MediaWiki:Common.css"

From Bad Kitty Games Wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
border:1px solid black;
 
border:1px solid black;
 
border-radius:10px;
 
border-radius:10px;
 +
}
 +
 +
.inverted
 +
{
 +
color: white;
 +
background-color: black;
 
}
 
}

Revision as of 18:48, 30 October 2019

/* CSS placed here will be applied to all skins */

.shadow
{
  text-shadow: 0 0 7px black;
}

.box
{
  border:1px solid black;
}

.box_shadow
{
  box-shadow: 5px 5px 10px black;
}

.centered_text
{
  text-align: center;
}

.round_box
{
	border:1px solid black;
	border-radius:10px;
}

.inverted
{
color: white;
background-color: black;
}