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
730 bytes added ,  05:04, 8 January 2022
no edit summary
Line 21: Line 21:
background: #1c1c1c url("https://seiwanetwork.org/images/bg-dark.png");
background: #1c1c1c url("https://seiwanetwork.org/images/bg-dark.png");
color: #DEDEDE;
color: #DEDEDE;
}
body a, body.skin--responsive a {
color: #79A6B9;
}
}
}
}
Line 58: Line 62:
h1, h2, h3, h4, h5, h6{
h1, h2, h3, h4, h5, h6{
color:#EDEDED;
color:#EDEDED;
}
}
/**********************************************
**
** TABLES
**
**********************************************/
@media (prefers-color-scheme: dark){
table, .wikitable {
background: #181818;
color: #EDEDED;
border-color: #505050;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #373737;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
border-color: #505050;
}
}
/**********************************************
**
** FOOTER
**
**********************************************/
@media (prefers-color-scheme: dark){
#catlinks {
background: #181818;
border-color: #505050;
}
}
}
}

Navigation menu