Moduli:Infobox/Style

Nga Wikipedia, enciklopedia e lirë
-- stili i paracaktuar. Më i përshtatshëm tani për tani sesa përdorimi i klasave nga "common.css" i madh
return {
entete = {
	display = 'table',
	width ='100%',
	['border-spacing'] = '0',
	zoom = '1',
	['background-color'] = maincolor or '#E1E1E1',
	['word-wrap'] = 'break-word',
	height = '45px', -- atë të infobox V2. Ajo e infobox V2, '100%!ie', është shpesh e shëmtuar
	['font-weight'] = 'bold',
	['text-align'] = 'center',
	['font-size'] = '1.4em',
	['line-height'] = '1.1em',
	margin = '0 0 10px 0 !important',
	padding = '3px 0',
	border = '2px',
	solid = '#DFEDFF',
	},
boldline = {
	['text-align'] = 'center',
	['font-weight'] = 'bold'
},
}