Changes

Spoiler ALERT css
Line 13: Line 13:  
/*Primary Container*/
 
/*Primary Container*/
 
#widgetcontainer{
 
#widgetcontainer{
line-height:1.2 !important; /*MediaWiki resizes line height, destroying placements.*/
+
line-height:1.2 !important; /*MediaWiki resizes line height, dsestroying placements.*/
 
max-width:1600px;
 
max-width:1600px;
 
margin-left:auto;
 
margin-left:auto;
Line 1,076: Line 1,076:  
padding-left: 10px;
 
padding-left: 10px;
 
list-style: none;
 
list-style: none;
 +
}
 +
 +
/************************************************/
 +
/* SPOILER ALERT */
 +
.spoiler {
 +
background-color: black;
 +
color: #000000;
 +
}
 +
 +
.spoiler:hover {
 +
background-color: black;
 +
color: #ffffff;
 +
}
 +
 +
/************************************************/
 +
/* Centered Table (instead of <table align="center">) */
 +
.centertable {
 +
margin-left: auto;
 +
margin-right: auto;
 
}
 
}
  
6,043

edits