User:KeybladeSpyMaster/common.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
body{
/*
background-image:url('https://lh6.googleusercontent.com/-cIGDg8omgnI/UQ3rac0XEfI/AAAAAAAAALk/0tw0baVH2UA/s800/Background%25201.png');
body {
background-color:#cccccc;
background: #000000 url(https://i.imgur.com/u8D8xhp.png) repeat;
border-color:#FFFFFF
}
}
body, h1, h2, big, p,.firstHeading{
 
color:#555555;
#p-logo a{
font-family:Calibri;
background-image: url(https://i.imgur.com/w6Mt0Ii.png) !important;
background-color:transparent;
}
}
a{
*/
color:000000;
 
/*
#siteNotice {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow:hidden;
    box-sizing:border-box;
}
}
#p-personal .pBody ul {
 
background:silver;
#siteNotice span {
border-color:white;
    display: inline-block;
font-family:Calibri;
    padding-left: 100%;
    -webkit-animation: scroll-left 40s linear infinite;
    color: #E3F2FC;
}
}
#p-personal li a {
 
color:white;
#siteNotice span a {
    color: #9DCCFB;
}
}
#siteNotice{
 
font-size:100%
#siteNotice span:hover {
    -webkit-animation-play-state: paused;
}
}
#p-logo a{
 
background-image: url(https://lh3.googleusercontent.com/-yXXGDkBWdYQ/UQ8cYJovKzI/AAAAAAAAAL4/LDD4nuDHVyQ/s800/Wiki%2520Logo%2520KHHD15.png) !important;
@-webkit-keyframes scroll-left { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0);} }
background-color:transparent;
 
#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;
}*/