Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Npc infobox/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 5: Line 5:
width: 252px;
width: 252px;
background:
background:
    url('/images/d/d9/infobox-top-left.png') top left no-repeat,
    url('/images/d/d9/infobox-corner-top-left.png') top left no-repeat,
    url('/images/e/ec/infobox-top-right.png') top right no-repeat,
    url('/images/e/ec/infobox-corner-top-right.png') top right no-repeat,
    url('/images/4/4e/infobox-bottom-left.png') bottom left no-repeat,
    url('/images/4/4e/infobox-corner-bottom-left.png') bottom left no-repeat,
    url('/images/8/8f/infobox-bottom-right.png') bottom right no-repeat,
    url('/images/8/8f/infobox-corner-bottom-right.png') bottom right no-repeat,
    url('/images/6/6e/infobox-top.png') top repeat-x,
    url('/images/6/6e/infobox-top.png') top repeat-x,
    url('/images/8/81/infobox-bottom.png') bottom repeat-x,
    url('/images/8/81/infobox-bottom.png') bottom repeat-x,

Revision as of 20:08, 5 March 2025

.infobox.npc {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	padding: 6px;
	width: 252px;
	background:
	    url('/images/d/d9/infobox-corner-top-left.png') top left no-repeat,
	    url('/images/e/ec/infobox-corner-top-right.png') top right no-repeat,
	    url('/images/4/4e/infobox-corner-bottom-left.png') bottom left no-repeat,
	    url('/images/8/8f/infobox-corner-bottom-right.png') bottom right no-repeat,
	    url('/images/6/6e/infobox-top.png') top repeat-x,
	    url('/images/8/81/infobox-bottom.png') bottom repeat-x,
	    url('/images/b/b0/infobox-left.png') left repeat-y,
	    url('/images/2/22/infobox-right.png') right repeat-y;
}
.infobox.npc .image {
	max-width: 100%;
}
.infobox.npc img {
	width: 100%;
	height: auto;
}
.infobox.npc .image pre {
	background: transparent;
	border: none;
}