Difference between revisions of "Template:ScrollBox"

From Drawn to Life Wiki
Line 1: Line 1:
<includeonly><table cellpadding="0" cellspacing="0" border="0" align="center" style="width:{{{w|100%}}}; margin-bottom:0px; margin-top:0px; overflow-x: hidden;"><tr><td style="background:transparent;"><div style="overflow:auto; height:auto; max-height:{{{height|{{{h|300px}}}}}}; width:{{{width|{{{w|100%}}}}}}; background:transparent;">
+
<includeonly><table cellpadding="0" cellspacing="0" border="0" align="center" style="width:{{{w|100%}}}; margin-bottom:0px; margin-top:0px; overflow-x: hidden; box-shadow: #0000003b 5px 0px 7px inset; clip-path: inset(0px 0px 0px 11px);"><tr><td style="background:transparent;"><div style="overflow:auto; height:auto; max-height:{{{height|{{{h|300px}}}}}}; width:{{{width|{{{w|100%}}}}}}; background:transparent;">
 
{{{content|{{{1}}}}}}
 
{{{content|{{{1}}}}}}
 
{{Spacer}}
 
{{Spacer}}
Line 8: Line 8:
 
{{ScrollBox|
 
{{ScrollBox|
 
  |content = ScrollBox Content
 
  |content = ScrollBox Content
  |height  = Height (defaults to 100px)
+
  |height  = Height (defaults to 300px)
  |width  = Width  (automatic unless overridden)
+
  |width  = Width  (defaults to 100%)
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 21:01, 24 November 2020

Usage

{{ScrollBox|
 |content = ScrollBox Content
 |height  = Height (defaults to 300px)
 |width   = Width  (defaults to 100%)
}}