Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
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; | |||
} | } | ||
} | } |
Revision as of 06:47, 26 April 2020
body{ background:#EAEAEA; } .mw-body{ background:#FFFFFF; border:none; padding:2em; box-shadow:0 0 8px -4px #000000; } @media screen and (min-width: 551px){ .mw-body{ margin:2.8em 0 0 13.7em; } } @media screen and (min-width: 551px){ #p-cactions { left:13.5em; } } @media screen and (min-width: 551px){ #p-cactions li.selected { box-shadow: 0 -2px 8px -4px #000000; border-top: #CC0000 3px solid; } } #p-cactions li.selected a{ border:none; background:#FFFFFF; } #p-cactions li { border: none; border-bottom: none; background: #282828; transition:.1s ease-in-out; } #p-cactions li:hover{ border-top:2px #CC0000 solid; box-shadow: 0 -2px 8px -4px #000000; } #p-cactions li a{ position:relative; } #p-cactions li a, #p-cactions li a:hover{ background:none; border:none; box-shadow:none; } #p-personal .pBody ul { height:unset; background: #444444; border-bottom: 2px solid #CC0000; border-left: none; border-bottom-left-radius: 0; box-shadow: 0 0 8px 0 #000000; padding: .25em 1em; } @media screen and (min-width: 551px){ li#pt-userpage, li#pt-anonuserpage { 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; } }