Site Notice

Remember to pay a visit to our Discord server and chat with our community! See here for more info.

Be sure to check out the KHUX Wiki for the latest on Kingdom Hearts Union χ and Kingdom Hearts Dark Road! Go and pitch in!

The KHWiki contains spoilers for all Kingdom Hearts games. Read at your own risk.

Please remember not to add information about unreleased games from trailers.

User:KeybladeSpyMaster/monobook.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body
{
font-family: Segoe UI;
}

/*
#p-Navigation, #p-Interaction, #p-search, #p-tb, #p-lang {
	background: #FFFFFF url(https://i.imgur.com/EfiCCAt.png);
}*/

#p-Navigation li, #p-Interaction li, #p-search li, #p-tb li, #p-lang li {
list-style: none;
font-family:  Segoe UI;
}

.mw-code {
font-family: Calibri;
}

/* Page tabs color scheme for Kingdom Hearts III Theme

#p-cactions li a{
	border: 2px solid #454659;
	border-bottom: none;
        background: #9294b0;
        box-shadow: 0px 0px 4px 2px #FFFFFF;
        position: static;
        color: #454659;
        font-weight: bold;
}

#p-cactions li.selected a{
	border: 2px solid #716992;
        background-color: #454659;
        color:#FFFFFF;
}
#p-cactions li a:hover {
	z-index: 3;
	text-decoration: none;
	background: #464a91;
	border: 2px solid #aeb2f2;
        color:#aeb2f2;
}

Personal links 
#p-personal .pBody ul {
	background: #464a91;
	border-bottom: 2px solid #9294b0;
	border-left: 2px solid #9294b0;
	border-bottom-left-radius: 0.5em;
        box-shadow: 0px 0px 4px 2px #FFFFFF;
	float:right;
	padding-left:5px;
	height: 1.45em;
}

#p-personal li a{
        color: #FFFFFF;
        font-weight: bold;
}

#p-personal li a:hover {
        color: #8a8bbd;
        font-weight: bold;
}
*/

/* Personal snowflake replaces keyblade */
li#pt-userpage {
        background: url(https://lh5.googleusercontent.com/-REWZwYeQaBg/UuH5f6WvCAI/AAAAAAAAAlg/NsEm1yfoAPI/s15-no/snowflake_large_blue_crystal_T.png) center left no-repeat;
        padding: 15px;
}