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

Template:Navbox worlds/styles.css

Template page
/* PvP Isles and Worlds sit side by side here rather than stacking like
   a normal third loka-navbox-group -- overrides the shared Navbox
   stylesheet's vertical group-to-group margin (see Template:Navbox/
   styles.css) for just the pair, and supplies its own margin-top
   (slightly more than the shared .4em -- confirmed too tight against
   the Continents links right above it) so the row still reads as
   clearly separate from Continents. */
.loka-navbox-worlds-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: .3em 1.6em;
	margin-top: .6em;
}

.loka-navbox-worlds-row .loka-navbox-group + .loka-navbox-group {
	margin-top: 0;
}

/* "PvP" typed already in its real case, not run through the shared
   .loka-navbox-title uppercase transform like every other navbox title
   on the wiki -- see the comment on pvp_isles_group in
   _gen_navbox_worlds.py for why. */
.loka-navbox-title--mixed-case {
	text-transform: none;
}