Модуль:Multifaction military conflict/style

Материал из Википедии — свободной энциклопедии
Перейти к навигации Перейти к поиску
Документация
local InfoboxConflictStyle = {}

InfoboxConflictStyle.IMC = {
	header_raw = 'background-color:lightsteelblue;text-align:center;',
	header_ibox = 'background: lightsteelblue; font-size: 100%;',
	sub_header_raw = 'background-color:#DDDDDD;',
	internal_border = '1px dotted #aaa;',
}

InfoboxConflictStyle.ICC = {
	main_header_raw = 'font-size: 125%; background-color: #CEE0F2; text-align: center; vertical-align: middle',
	header_raw = 'background-color: #CEE0F2; text-align: center; vertical-align: middle;',
	sub_header_raw = 'background-color: #CEE0F2; text-align: center; vertical-align: middle; font-style: normal;',
	internal_border = '1px dotted #aaa;'
}

return InfoboxConflictStyle