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
m (Created page with "CSS placed here will be applied to all skins: .collapseButton {'show'/'hide' buttons created dynamically: float: right;by the CollapsibleTables javascript in: font-...")
 
Line 9: Line 9:
 
width: 6em;/* the vde links from [[Template:Tnavbar]], */
 
width: 6em;/* the vde links from [[Template:Tnavbar]], */
 
}/* so they need to be the same width. */
 
}/* so they need to be the same width. */
 +
 +
.textlight
 +
{
 +
  color:#ffffff;
 +
}

Revision as of 09:06, 12 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;
}