User:KeybladeSpyMaster/common.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Created page with "→‎CSS Document: body{ background-image:https://lh6.googleusercontent.com/-cIGDg8omgnI/UQ3rac0XEfI/AAAAAAAAALk/0tw0baVH2UA/s800/Background%25201.png; color:#FFFFFF...")
 
No edit summary
 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS Document */
/*
body {
background: #000000 url(https://i.imgur.com/u8D8xhp.png) repeat;
}


body{
#p-logo a{
background-image:https://lh6.googleusercontent.com/-cIGDg8omgnI/UQ3rac0XEfI/AAAAAAAAALk/0tw0baVH2UA/s800/Background%25201.png;
background-image: url(https://i.imgur.com/w6Mt0Ii.png) !important;
        color:#FFFFFF;
background-color:transparent;
}
}
*/


 
/*
.main{
#siteNotice {
width:353px;
    width: 100%;
height:600px;
    margin: 0 auto;
align:left;
    white-space: nowrap;
float:left;
    overflow:hidden;
margin-left:40px;
    box-sizing:border-box;
margin-right:40px;
}
}


.item{
#siteNotice span {
background-color:#191970;
    display: inline-block;
border:solid;
    padding-left: 100%;
border-color:#c60;
    -webkit-animation: scroll-left 40s linear infinite;
border-width:3px;
    color: #E3F2FC;
margin-bottom:40px;
height:300px;
text-align:left;
        font-size:20px;
text-align:center;
}
}


 
#siteNotice span a {
.header{
    color: #9DCCFB;
background-color:#0Ff;
width:718px;
height:150px;
border:solid;
border-color:#c60;
border-width:3px;
padding:12px;
text-align:center;
margin-top:40px;
margin-bottom:40px;
}
}


.bigbox{
#siteNotice span:hover {
width:747px;
    -webkit-animation-play-state: paused;
height:900px;
margin-left:200px;
        color:#000000
}
}


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


.navBar{
#localNotice{
background-color:#008B8B;
    background: #404040;
width:127px;
    padding: 5px;
height:600px;
    margin-left: -1em;
border:solid;
    margin-right:-1em;
border-color:#c60;
border-width:3px;
float:left;
padding:12px;
        font-family:jokerman;
        font-size:16px;
 
}
}


.rightBar{
#siteNotice div.floatleft {
background-color:#589EA0;
    background: #000000;
width:127px;
    z-index: 1;
height:600px;
    margin-left: -0.5em;
border:solid;
    padding: 5px;
border-color:#c60;
    padding-bottom: 7px;
border-width:3px;
    margin-top: -0.5em;
float:left;
}*/
align:center;
padding:12px;
        font-family:poor richard;
        letter-spacing:6px;
}
 
a{
    color:#00CED1;
    text-decoration:underline;
}

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