Módulo:Infobox/Style
Ir para navegação
Ir para pesquisar
40x40px | This module is rated as pre-alpha. It is unfinished, and may or may not be in active development. It should not be used from article namespace pages. Modules remain pre-alpha until the original editor (or someone who takes one over if it is abandoned for some time) is satisfied with the basic structure. |
Descrição
Este módulo tem funções auxiliares para criar infocaixas.
Uso
Outra documentação:
-- estilo padrão. Mais conveniente por enquanto do que usar as classes do enorme common.css return { cabecalho = { display = 'table', width ='100%', ['border-spacing'] = '0', zoom = '1', ['background-color'] = maincolor or '#E1E1E1', ['word-wrap'] = 'break-word', height = '45px', -- celle de infobox V2. Celle d'infobox V2, '100%!ie', est souvent moche ['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' }, }