Difference between revisions of "Template:Top box"
Jump to navigation
Jump to search
m (Simplify CSS (visually identical). Use "widebox" class defined on MediaWiki:Common.css) |
(The new CSS looks wrong, it is missing something. Revert to revision 60148) |
||
Line 1: | Line 1: | ||
− | + | {| style="width: 80%; margin-bottom: 4px; margin-left: 10%; border: solid {{{brcol|#aaa}}} 1px; background-color: {{{bgcol|#f9f9f9}}}; clear: both;" | |
+ | | style="width: 80px;" | <div style="text-align: center; margin: 0px 10px; padding: 0px 5px; border: solid {{{brcol|#aaa}}} 1px; background-color: #fff">'''{{{id}}}'''</div> | ||
+ | | <span style="text-align: left; vertical-align: middle;">{{{text}}}</span> | ||
+ | |}<noinclude> | ||
Options are: | Options are: |
Revision as of 03:10, 24 March 2019
{{{id}}}
|
{{{text}}} |
Options are:
- id= stuff for white box, should be module name
- text= text to put in the box
- bgcol= background colour, default #f9f9f9
- brcol= border colour, default #aaa