Template:TileLayoutSectionHidden: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="TileLayoutHead" style="margin-bottom:10px; background-color:# | <div class="TileLayoutHead" style="margin-bottom:10px; background-color:#f2f2f2;"> | ||
<p style="font-size:20px; font-weight:normal; margin:0; padding:8px 0 10px 16px;">{{{Head}}}</p> | <p style="font-size:20px; font-weight:normal; margin:0; padding:8px 0 10px 16px;">{{{Head}}}</p> | ||
<div class="TileLayoutBody" style="display:none; min-width:100px; width:100%; background-color:# | <div class="TileLayoutBody" style="display:none; border-top:8px solid white; min-width:100px; width:100%; background-color:#f2f2f2; | ||
background-image: -moz-linear-gradient(#f2f2f2, #fff); | |||
background-image: -o-linear-gradient(#f2f2f2, #fff); | |||
background-image: -webkit-linear-gradient(#f2f2f2, #fff); | |||
background-image: linear-gradient(#f2f2f2, #fff); padding-top:16px;"> | |||
{{{Body}}} | {{{Body}}} | ||
</div> | </div> |
Latest revision as of 00:22, 17 May 2018
{{{Head}}}
Usage
{{TileLayoutSection
|Head=
|Body=
}}