User:KeybladeSpyMaster/common.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Testing to prepare the theme for the Vector and RoundedBlue skins.)
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
body
/*
{background-image: url(https://lh5.googleusercontent.com/-9a9Gs4H9ND4/U8yKEFrjY-I/AAAAAAAAAVU/_znA8cIUpCQ/s250-no/KHHD2+ver6.png);
body {
font-family: Segoe UI;
background: #000000 url(https://i.imgur.com/u8D8xhp.png) repeat;
}
}


#p-personal.pBody ul{
#p-logo a{
background: #D1D1D1;
background-image: url(https://i.imgur.com/w6Mt0Ii.png) !important;
border-bottom: #ffffff;
background-color:transparent;
}
}
*/


#p-logo a, #p-logo a:hover
/*
{background-image: none !important;
#siteNotice {
background-color:transparent;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow:hidden;
    box-sizing:border-box;
}
}


#p-Navigation, #p-Interaction, #p-search, #p-tb, #p-lang {
#siteNotice span {
background: #FFFFFF url(https://lh3.googleusercontent.com/-9Xu6DBkANvw/Ux6Dkzhf4DI/AAAAAAAAAo8/9b6wklx7FJI/w720-h44-no/Ssblue.png) repeat-x;
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll-left 40s linear infinite;
    color: #E3F2FC;
}
}


#p-Navigation li, #p-Interaction li, #p-search li, #p-tb li, #p-lang li {
#siteNotice span a {
list-style: none;
    color: #9DCCFB;
font-family:  Segoe UI;
}
}


.mw-code {
#siteNotice span:hover {
font-family: Calibri;
    -webkit-animation-play-state: paused;
}
}


#p-Navigation li > ul > li.hover > a, #p-Interaction li > ul > li.hover > a {
@-webkit-keyframes scroll-left { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0);} }
background-color: #FFFFFF;
 
#localNotice{
    background: #404040;
    padding: 5px;
    margin-left: -1em;
    margin-right:-1em;
}
}


#p-Navigation .pBody a:hover,#p-Interaction .pBody a:hover,#p-search .pBody a:hover,#p-tb .pBody a:hover,#p-lang .pBody a:hover {color: #BFBFBF; background-color:#06305B}
#siteNotice div.floatleft {
    background: #000000;
    z-index: 1;
    margin-left: -0.5em;
    padding: 5px;
    padding-bottom: 7px;
    margin-top: -0.5em;
}*/

Latest revision as of 21:37, 1 December 2018

/*
body {
	background: #000000 url(https://i.imgur.com/u8D8xhp.png) repeat;
}

#p-logo a{
background-image: url(https://i.imgur.com/w6Mt0Ii.png) !important;
background-color:transparent;
}
*/

/*
#siteNotice {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow:hidden;
    box-sizing:border-box;
}

#siteNotice span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll-left 40s linear infinite;
    color: #E3F2FC;
}

#siteNotice span a {
    color: #9DCCFB;
}

#siteNotice span:hover {
    -webkit-animation-play-state: paused;
}

@-webkit-keyframes scroll-left { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0);} }

#localNotice{
     background: #404040;
     padding: 5px;
     margin-left: -1em;
     margin-right:-1em;
}

#siteNotice div.floatleft {
    background: #000000;
    z-index: 1;
    margin-left: -0.5em;
    padding: 5px;
    padding-bottom: 7px;
    margin-top: -0.5em;
}*/