Difference between revisions of "MediaWiki:Common.css"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
.noautonum .tocnumber { display: none; }
 
.noautonum .tocnumber { display: none; }
 +
 +
.mw-headline
 +
{
 +
margin-top: 0.25em;
 +
{

Revision as of 02:17, 3 December 2014

/* CSS placed here will be applied to all skins */
.fftfont
{
	display: block;
	width: 20px;
	height: 28px;
	background-image: url('/font.png');
	background-repeat: no-repeat;
}

.noautonum .tocnumber { display: none; }

.mw-headline
{
	margin-top: 0.25em;
{