1,089
edits
Welcome to PikloDex! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(credit to https://www.wikidex.net/wiki/MediaWiki:Mobile.css) |
(addign this too from https://www.wikidex.net/wiki/MediaWiki:Mobile.css) |
||
Line 515: | Line 515: | ||
abbr[title], acronym[title] { | abbr[title], acronym[title] { | ||
text-decoration: dotted underline; | text-decoration: dotted underline; | ||
} | |||
/* evolution table */ | |||
table.evolution { | |||
text-align:center; | |||
margin:1em auto; | |||
border:1px solid #e0e0e0; | |||
font-size:smaller; | |||
line-height:1.4em; | |||
background:#fff; | |||
color:#000; | |||
} | |||
table.evolution td {padding:0.2em 1em 0.2em; vertical-align:bottom;} | |||
table.evolution td.arrow { | |||
background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTAiIGhlaWdodD0iMjgiPjxwYXRoIHN0eWxlPSJmaWxsOiNkZGQiIGQ9Im0gMCw2LjUgMzMyLDAgMCwtNi41IDE4LDE0IC0xOCwxNCAwLC02LjUgLTMzMiwwIHoiIC8+PC9zdmc+') no-repeat right center; | |||
color:#000; | |||
height:30px; | |||
padding:0 1.5em; | |||
font-size:larger; | |||
vertical-align:middle; | |||
} | } | ||