Module:Mbox/data
Documentation for this module may be created at Module:Mbox/data/doc
local localStyle = { ['mbox'] = { ['display'] = 'flex', ['position'] = 'relative', ['background-color'] = 'rgba(41, 43, 46, .66)', ['border-style'] = 'solid', ['border-width'] = '0 0 0 10px', ['border-radius'] = '10px', ['margin-bottom'] = '5px', ['min-height'] = '32px', ['color'] = '#e6e6e6' }, ['mbox__content'] = { ['display'] = 'table', ['box-sizing'] = 'border-box', ['width'] = '100%', ['padding'] = '6px' }, ['mbox__content__image'] = { ['display'] = 'table-cell', ['width'] = '40px', ['height'] = '100%', ['text-align'] = 'center', ['vertical-align'] = 'middle', ['padding-right'] = '6px', }, ['mbox__content__wrapper'] = { ['display'] = 'table-cell', ['vertical-align'] = 'middle' }, ['mbox__content__header'] = { ['display'] = 'block', ['font-weight'] = 'bold', ['line-height'] = '1.2em', ['margin-bottom'] = '.2em', ['margin-top'] = '.1em', }, ['mbox__content__text'] = { ['display'] = 'block', ['font-size'] = '14px', ['line-height'] = '1.4em', }, ['mbox__content__text__comment'] = { ['font-size'] = 'small' }, ['mbox__content__aside'] = { ['display'] = 'table-cell', ['width'] = '100px', ['vertical-align'] = 'middle', ['text-align'] = 'center', ['padding-left'] = '15px', ['border-left'] = '1px solid #d6d6d6' }, ['mbox__close'] = { ['position'] = 'absolute', ['right'] = '0', ['top'] = '0', ['padding'] = '2px 7px', ['font-weight'] = 'bold', ['font-size'] = '16px', ['color'] = '#bbb', ['cursor'] = 'pointer', ['transition'] = 'all .15s ease-in' }, ['__vars'] = { ['danger'] = 'rgba(218, 70, 55, .8)', ['warn'] = 'rgba(235, 145, 31, .66)', ['info'] = 'rgba(106, 101, 79, .8)' } } return { localStyle = localStyle }