174
edits
Welcome to Yoshipedia! If you want an account, please request it over at Mario Wiki, Italia Wiki, Gabe the Slacker Wiki, or Fanonpedia.
(add) |
(display improvements) |
||
Line 14: | Line 14: | ||
body { | body { | ||
font-family: verdana; | font-family: verdana; | ||
} | |||
/* green border */ | |||
textarea { | |||
border: 1px solid #001D00; | |||
} | |||
.mw-body, body.skin--responsive .pBody { | |||
border: 1px solid #001D00; | |||
} | |||
/* round */ | |||
#p-cactions ul li, | |||
#p-cactions ul li a, | |||
#p-cactions li.selected, | |||
#p-cactions li.selected a { | |||
border-top-left-radius: 1em; | |||
border-top-right-radius: 1em; | |||
} | |||
select { | |||
color: #000; | |||
border: 1px solid #001D00; | |||
} | |||
@media all and (min-width: 551px) { | |||
#content { | |||
border-top-left-radius: 1em; | |||
border-bottom-left-radius: 1em; | |||
} | |||
div.pBody { | |||
border-top-right-radius: 1em; | |||
border-bottom-right-radius: 1em; | |||
} | |||
#p-cactions li { | |||
padding-bottom: 1em; | |||
border-top-left-radius: .72em !important; | |||
border-top-right-radius: .72em !important; | |||
} | |||
body.skin-monobook li#pt-login, | |||
body.skin-monobook li#pt-userpage, | |||
body.skin-monobook li#pt-anonuserpage { | |||
color: #606060; | |||
background: url(https://mywikis-wiki-media.s3.us-central-1.wasabisys.com/yoshi/User_icon.png) top left no-repeat; | |||
padding: 1px 0 2px 20px; | |||
line-height: 20px; | |||
} | |||
body.skin-monobook #p-cactions li { | |||
padding-bottom: 1em; | |||
} | |||
body.skin-monobook #p-personal ul { | |||
background: #FFFFFF; | |||
border-left: 1px solid #000; | |||
border-bottom: 1px solid #000; | |||
border-bottom-left-radius: 1em; | |||
width: auto; | |||
display: inline; | |||
position: absolute; | |||
right: 0; | |||
padding-left: 0px; | |||
padding-bottom: 0px; | |||
margin-top: -1px; | |||
} | |||
} | } | ||
Line 75: | Line 139: | ||
.suggestions-result-current { | .suggestions-result-current { | ||
background-color: #4b8d2a; | background-color: #4b8d2a; | ||
} | } | ||