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

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

#p-personal li a:hover {
        color: #92bbb2;
        font-weight: bold;
}


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

/* Main Page Game portals*/
/* Main column links (for Game Portals)

.dropdown td p a {
background-color: #000000;
background: -moz-linear-gradient(center top, #06305B, #3e4874);
background: -webkit-linear-gradient(top, #06305B, #3e4874);
background: -o-linear-gradient(top, #06305B, #3e4874);
background: -ms-linear-gradient(top, #06305B, #3e4874);
background: linear-gradient(top, #06305B, #3e4874);
border:1px solid #3e4874;
font-size:90%;
line-height: 1.2em;
margin: 3px 1px;
padding:3px;
width:600px;
left:0%;
right:0%;
}

.dropdown td p a:hover{
background-image: -moz-linear-gradient(center top, #bfbfff, #3e4874);
background-image: -webkit-linear-gradient(top, #bfbfff, #3e4874);
background-image: -o-linear-gradient(top, #bfbfff, #3e4874);
background-image: -ms-linear-gradient(top, #bfbfff, #3e4874);
background-image: linear-gradient(top, #bfbfff, #3e4874);
}
 */

.dropdowntable td {
border:white solid 1px;
}

/*Portals remake*/
.dropdowntable td a {
background-color: #000000;
background-image: -moz-linear-gradient(center top, #06305B, #3e4874);
background-image: -webkit-linear-gradient(top, #06305B, #3e4874);
background-image: -o-linear-gradient(top, #06305B, #3e4874);
background-image: -ms-linear-gradient(top, #06305B, #3e4874);
background-image: linear-gradient(top, #06305B, #3e4874);
color: #FFFFFF;
font-weight: normal;
display: block;
padding: 2px;
}

.dropdowntable td a:hover{
background-image: -moz-linear-gradient(center top, #bfbfff, #3e4874);
background-image: -webkit-linear-gradient(top, #bfbfff, #3e4874);
background-image: -o-linear-gradient(top, #bfbfff, #3e4874);
background-image: -ms-linear-gradient(top, #bfbfff, #3e4874);
background-image: linear-gradient(top, #bfbfff, #3e4874);
}

/* Alternating colors for site notice 
.altcolors {
    position: relative;
    /* Chrome, Safari, Opera */
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Standard syntax */
    animation-name: myfirst;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}*/

/* Chrome, Safari, Opera 
@-webkit-keyframes myfirst {
    0%   {color:#FFFFFF; opacity: 1.0;}
    10%  {color:#FFFFFF; opacity: 1.0;}
    20%  {opacity: 0.0;}
    30%  {color:#91a0e1; opacity: 1.0;}
    60%  {color:#91a0e1; opacity: 1.0;}
    70%  {opacity: 0.0;}
    80%  {color:#FFFFFF; opacity:1.0;}
    100% {color:#FFFFFF; opacity:1.0;}
}*/

/* Standard syntax
@keyframes myfirst {
    0%   {color:#FFFFFF; opacity: 1.0;}
    10%  {color:#FFFFFF; opacity: 1.0;}
    20%  {opacity: 0.0;}
    30%  {color:#91a0e1; opacity: 1.0;}
    60%  {color:#91a0e1; opacity: 1.0;}
    70%  {opacity: 0.0;}
    80%  {color:#FFFFFF; opacity:1.0;}
    100% {color:#FFFFFF; opacity:1.0;}
} */