More actions
Add basic styles |
Add more styles |
||
| Line 4: | Line 4: | ||
padding: 6px; | padding: 6px; | ||
width: 252px; | width: 252px; | ||
} | |||
.infobox.npc .image { | |||
max-width: 100%; | |||
} | } | ||
.infobox.npc img { | .infobox.npc img { | ||
width: 100%; | |||
height: auto; | |||
} | |||
.infobox.npc .image pre { | |||
background: transparent; | |||
border: none; | |||
} | } | ||
Revision as of 19:43, 5 March 2025
.infobox.npc {
float: right;
margin: 0.5em 0 0.5em 1em;
padding: 6px;
width: 252px;
}
.infobox.npc .image {
max-width: 100%;
}
.infobox.npc img {
width: 100%;
height: auto;
}
.infobox.npc .image pre {
background: transparent;
border: none;
}