Site Notice
  • We have a limited coverage policy. Please check our coverage page to see which articles are allowed.
  • Please no leaked content less than one year old, or videos of leaks.
  • Content copied verbatim from other websites or wikis will be removed.

Difference between revisions of "MediaWiki:Common.css"

From NintendoWiki, your source on Nintendo information. By fans, for fans.
Jump to navigation Jump to search
Line 11: Line 11:
  
 
.textlight  
 
.textlight  
 +
{
 +
  color:#ffffff;
 +
}
 +
 +
 +
td
 
{
 
{
 
   color:#ffffff;
 
   color:#ffffff;
 
}
 
}

Revision as of 01:58, 15 December 2010

/* CSS placed here will be applied to all skins */
.collapseButton {/* 'show'/'hide' buttons created dynamically */
float: right;/* by the CollapsibleTables javascript in*/
font-weight: normal; /* [[MediaWiki:Common.js]]are styled here*/
text-align: right; /* so they can be customised.*/
width: auto;
}
.navbox .collapseButton {/* In navboxes, the show/hide button balances */
width: 6em;/* the vde links from [[Template:Tnavbar]], */
}/* so they need to be the same width. */

.textlight 
{
   color:#ffffff;
}


td
{
   color:#ffffff;
}