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 Christmas Theme */
#p-cactions li a{
border: 2px solid #839d5c;
border-bottom: none;
background: #2e3d39;
box-shadow: 0px 0px 4px 2px #FFFFFF;
position: static;
color: #FFFFFF;
font-weight: bold;
}
#p-cactions li.selected a{
border: 2px solid #839d5c;
background-color: #b3283f;
color:#FFFFFF;
}
#p-cactions li a:hover {
z-index: 3;
text-decoration: none;
background: #839d5c;
border: 2px solid #5e7151;
color:#FFFFFF;
}
/* Personal links */
#p-personal .pBody ul {
background: #b3283f;
border-bottom: 2px solid #839d5c;
border-left: 2px solid #839d5c;
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;
padding: 0.5em;
}
#p-personal li a:hover {
color: #92bbb2;
font-weight: bold;
}
/* Personal snowflake replaces keyblade */
li#pt-userpage {
background: url(/images/9/9f/Mini_Keyblade.png) center left no-repeat;
padding: 15px;
}