Template:Helpbox: Difference between revisions
m
→top: headingstyle (padding-bottom to match padding-top), reduced code's whitespace, removed semicolon in case duplicated (style)
w:en>Sardanaphalus (Undid revision 612827015 by Sardanaphalus (talk)) |
w:en>Sardanaphalus m (→top: headingstyle (padding-bottom to match padding-top), reduced code's whitespace, removed semicolon in case duplicated (style)) |
||
Line 1: | Line 1: | ||
{{Sidebar | {{Sidebar | ||
| name | | name = {{#if:{{{templatename|}}} |{{{templatename}}} |{{{name|{{PAGENAME}}}}} }} | ||
| float | | float = {{{float|right}}} | ||
| class | | class = {{{class|{{{bodyclass|}}}}}} | ||
| style | | style = width:auto;background:#f5faff;font-size:90%;line-height:1.6em; {{#if:{{{1|}}} |{{{1}}} }} | ||
| basestyle | | basestyle = background:#cee0f2; | ||
| titlestyle = font-size:130%; display:block;margin-bottom:6px; {{{titlestyle|}}} | | titlestyle = font-size:130%; display:block;margin-bottom:6px; {{{titlestyle|}}} | ||
| title | | title = {{{title|{{{name|}}}}}} | ||
| headingstyle = padding-top:0.15em; {{{headingstyle|}}} | | headingstyle = padding-top:0.15em;padding-bottom:0.15em;{{{headingstyle|}}} | ||
| contentstyle = padding-top:0.15em; | | contentstyle = padding-top:0.15em; | ||