Template:HomeContentV2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="position:relative; padding:0; margin:0; display:block; text-decoration:none; width:100%; "> | <div style="position:relative; padding:0; margin:0; display:block; text-decoration:none; width:100%; "> | ||
<div style="float:left; width:100%; top:0px; left:0px; min-width:230px; border-bottom: | <div style="float:left; width:100%; top:0px; left:0px; min-width:230px; background-color:#f2f2f2; border-bottom:8px solid #fff;"> | ||
<div id="homeContentImage">{{{Image}}}</div> | <div id="homeContentImage">{{{Image}}}</div> | ||
</div> | </div> | ||
<div style="float:left; margin-top: | <div style="float:left; margin-top:0px; width:100%; left:0px; | ||
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);"> | |||
<div class="padded">{{{Body}}}</div> | <div class="padded">{{{Body}}}</div> | ||
</div> | </div> |
Latest revision as of 15:59, 20 March 2017
{{{Image}}}
{{{Body}}}
Usage
{{HomeContentV2
|Image=
|Body=
}}