Difference between revisions of "Template:Jumbotron"

From Buddha-Nature
((by SublimeText.Mediawiker))
((by SublimeText.Mediawiker))
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="container">
+
<div class="container p-0 px-lg-3">
<div class="row">
+
<div class="row">{{#ifeq: {{{fullwidth | }}} | yes |
<div class="col-lg-1"></div>
+
<div class="col-12 p-0"> |
<div class="col-lg-10 p-0">
+
<div class="{{{ width-classes | col-lg-10 offset-lg-1 }}} p-0"> }}
<div class="row bnw-minitron depth-1 p-0" style="border-top: none; border-bottom: 1px solid rgb(111, 162, 236);">{{#widget:DivWithBackImg
+
<div class="row bnw-minitron depth-1 p-0 rounded {{{ classes | }}}" style="border-top: none;">{{#widget:DivWithBackImg
 
|src={{{ featuredImage | }}}
 
|src={{{ featuredImage | }}}
|classes=col-4
+
|classes={{{ imagewidth | col-0 col-md-4 }}}
 +
|imageposition={{{ imagePosition | center }}}
 +
|styles=none
 
}}
 
}}
<div class="col-8 p-4">{{{ content | }}}</div>
+
<div class="{{{ textwidth | col-12 col-md-8 }}}" style="padding: 2.25rem;">{{{ content | }}}</div>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="col-lg-1"></div>
 
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 11:16, 21 October 2021