Template:ProductSection: Difference between revisions
Jump to navigation
Jump to search
Created page with "<div style="position:relative; padding:0; margin:0; display:block; text-decoration:none; width:100%; "> <div style="width:100%; top:0px; left:0px; min-width:640px; background-..." |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| border="0" valign="top" style="border-spacing:0px; min-width:640px; width:100%;" | |||
|- | |||
|valign="top" width="100%"| | |||
<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="width:100%; top:0px; left:0px | <div style="width:100%; top:0px; left:0px; background-color:#f2f2f2; border-bottom:8px solid #fff;"> | ||
<div style=""> | |||
<p style="font-size:20px; font-weight:normal; margin:0; padding:8px 0 10px 16px;">{{{ProductTitle}}}</p> | <p style="font-size:20px; font-weight:normal; margin:0; padding:8px 0 10px 16px;">{{{ProductTitle}}}</p> | ||
</div> | </div> | ||
<div style="float:left; margin-top:0px | </div> | ||
<div style="float:left; margin-top:0px; width:100%; left:0px; | |||
background-color:#f2f2f2; | background-color:#f2f2f2; | ||
background-image: -moz-linear-gradient(#f2f2f2, #fff); | background-image: -moz-linear-gradient(#f2f2f2, #fff); | ||
Line 9: | Line 14: | ||
background-image: -webkit-linear-gradient(#f2f2f2, #fff); | background-image: -webkit-linear-gradient(#f2f2f2, #fff); | ||
background-image: linear-gradient(#f2f2f2, #fff);"> | background-image: linear-gradient(#f2f2f2, #fff);"> | ||
<div class="padded">{{{ProductIcons}}}</div> | <div class="padded" style="padding-top:20px;">{{{ProductIcons}}}</div> | ||
</div> | </div> | ||
<div class="clear-both"></div> | <div class="clear-both"></div> | ||
</div> | </div> | ||
|} | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == |
Latest revision as of 16:23, 2 May 2018
{{{ProductTitle}}} {{{ProductIcons}}}
|
Usage
{{ProductSection
|ProductTitle=
|ProductIcons=
}}