Module:Userbox/Skins

From IdleOn MMO Wiki

Documentation for this module may be created at Module:Userbox/Skins/doc

return {
	modern = {
	-- this is the default userbox skin
		main = {
			margin = '.1em .1em',
			float = 'left',
			border_width = 1,
			border_color = '#acacac',
			height = 90,
		},
		id = {
			width = 93.2,
			-- color = 'inherit',
			-- background = 'transparent',
			align = 'center',
			size = 16,
			padding = '0 .9em',
		},
		info = {
			-- color = 'inherit',
			-- background = 'transparent',
			align = 'left',
			size = 'inherit',
			padding = '0 .7em',
		},
	},
	retro = {
		main = {
			class = 'userbox-retro'
		},
		id = {
		},
		info = {
		},
	},
}