Template:ImageCard: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
(Created page with "<!--Start imagecard wrapper--> <div class="wiki-template-infocard {{#if:{{{class|}}}|{{{class}}}}}"> <!--Start image wrapper--><div style="position:relative; overflow:hidden;"...")
 
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--Start imagecard wrapper-->
<!--Start imagecard wrapper--><div class="wiki-template-imagecard" ><!--Start image-->[[Image:{{{image|}}}{{#if:{{{link}}}|{{!}}link={{{link}}}}}|class=image-card {{#if:{{{link}}}|fade-image}}]]<!-- end image --><!--Start text--><div style="position: absolute; background-color:rgba({{{annot-background-color|240, 240, 240}}}, {{{opacity|0.75}}}); width:100%; text-align:center; top:0px; padding:5px 0; pointer-events: none;"><span class="wiki-template-infocard-title" style="font-size: 1.5em; font-weight: bolder;">{{{heading|}}}</span></div><div class="wiki-template-infocard-content" style="position: absolute; width:90%; bottom:0px; padding:6px 5% 3px 5%; background-color:rgba({{{annot-background-color|240, 240, 240}}}, {{{opacity|0.75}}}); pointer-events: none;">{{{content}}}</div><!-- end text--></div><!-- end imagecard wrapper -->
<div class="wiki-template-infocard {{#if:{{{class|}}}|{{{class}}}}}">
<!--Start image wrapper--><div style="position:relative; overflow:hidden;">
<!--Start image-->
<div style="position:absolute"> [[Image:{{{image}}}|alt={{{alt|}}}{{#if:{{{link|}}}|{{!}link={{{link|}}} }} ]]
</div> <!-- end image --><!--Start text--><div style="background-color:{{{annot-background-color|transparent}}};">
<h3 class="wiki-template-infocard-title">{{{heading}}}</h3>
<div style="clear: both;"></div>
<div class="wiki-template-infocard-content">{{{content}}}</div><!-- end text-->
</div>
</div>
</div><!-- end imagecard wrapper -->

Latest revision as of 01:32, June 10, 2020

[[Image:|link={{{link}}}|class=image-card fade-image]]
{{{content}}}