Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

Difference between revisions of "MediaWiki:Common.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
    font-family: "Segoe UI Light";
    font-weight: 200;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Semilight";
    font-weight: 300;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Semibold";
    font-weight: 600;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Bold";
    font-weight: 700;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Italic";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Bold Italic";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI");
}


body
body

Revision as of 16:46, 14 November 2014

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

@font-face {
    font-family: "Segoe UI Light";
    font-weight: 200;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Semilight";
    font-weight: 300;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Semibold";
    font-weight: 600;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Bold";
    font-weight: 700;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Italic";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI Bold Italic";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI");
}

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;
}