User:KeybladeSpyMaster/common.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
m (Testing for theme.)
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Main Page Game portals*?
/*
/* Main column links (for Game Portals) */
body {
.dropdown td p a {
background: #000000 url(https://i.imgur.com/u8D8xhp.png) repeat;
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;
text-align:left;
}
}


.dropdown caption a:hover{
#p-logo a{
border-radius:10px;
background-image: url(https://i.imgur.com/w6Mt0Ii.png) !important;
background-color:transparent;
}
}
*/


.dropdown td p a:hover{
/*
background-image: -moz-linear-gradient(center top, #bfbfff, #3e4874);
#siteNotice {
background-image: -webkit-linear-gradient(top, #bfbfff, #3e4874);
    width: 100%;
background-image: -o-linear-gradient(top, #bfbfff, #3e4874);
    margin: 0 auto;
background-image: -ms-linear-gradient(top, #bfbfff, #3e4874);
    white-space: nowrap;
background-image: linear-gradient(top, #bfbfff, #3e4874);
    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;
}*/

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