Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!

Welcome Indie Wiki Jammers! Check out here for info on the jam

MediaWiki:Common.css: Difference between revisions

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
No edit summary
No edit summary
Line 17: Line 17:
}
}


#mw-datatable TablePager {
.TablePager {
   color:#000000;
   color:#000000;
}
}

Revision as of 00:15, 4 May 2015

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

body
{
  font-family:'Segoe UI','Segoe',Segoe,'Lucida Grande','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
}

.center
{ 
 margin-left: auto;   
 margin-right: auto; 
}

.right
{
  float:right;
}

.TablePager {
  color:#000000;
}