@media all and (min-width:720px) {
.trainer-poke {
display: grid;
grid-template-columns: minmax(min-content, 25%) 1fr;
grid-template-areas:
'image header'
'image description'
'table description'
;
}
}
@media all and (max-width:719px) {
.trainer-poke {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
clear: both;
}
}
/* Override Minerva table styling */
.embedded-table {
display: table;
width: 100%;
border-collapse: separate;
margin: 0px;
}
/* Drop shadow for mega-icon */
.mega-symbol[typeof="mw:File"] {
filter: drop-shadow(0px 0px 1px white);
}
/* <noinclude>
[[Category:Table templates]]
[[Category:TemplateStyles stylesheets]]
</noinclude> */