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
View source for MediaWiki:Common.css
From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will be applied to all skins */
.center {
margin-left: auto;
margin-right: auto;
}
.right {
float:right;
}
body, body.skin--responsive {
background: #FFFFFF url("https://seiwanetwork.org/images/bg.png");
font-family: "Open Sans", sans-serif;
}
@media (prefers-color-scheme: dark){
body, body.skin--responsive {
background: #1c1c1c url("https://seiwanetwork.org/images/bg-dark.png");
color: #DEDEDE;
}
000
1:0
Return to MediaWiki:Common.css.