Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

Difference between revisions of "User:KeybladeSpyMaster/monobook.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Line 69: Line 69:
li#pt-userpage, li#pt-anonuserpage {
li#pt-userpage, li#pt-anonuserpage {
    background-position: center left;
    background-position: center left;
}
}
@media screen and (min-width: 551px){
.portlet {
    border: 0;
    margin: 0 0.5em;
}
}
#sidebar .pBody {
    box-shadow: 0 0 8px -4px #000000;
    margin: 0.5em 0.2em;
}
@media screen and (min-width: 551px){
.pBody {
    background-color: #181818;
    padding: .5em;
}
}
}
}