Editing Template:Boxcode
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2: | Line 2: | ||
<div style="margin:5px; padding:3px; background:#e5e5ff; border:3px double #8080b0; box-shadow: 4px 4px 2px 1px rgba(0,0,0,.2);"> | <div style="margin:5px; padding:3px; background:#e5e5ff; border:3px double #8080b0; box-shadow: 4px 4px 2px 1px rgba(0,0,0,.2);"> | ||
{{#if:{{{title|}}} | | {{#if:{{{title|}}} | | ||
<div class="nowrap" style=" | <div class="nowrap" style="width:100%; display:inline-block; overflow:auto;"> | ||
<div style="float:left; padding-left:5px; padding-right:5px; line-height:25px; background:#ffffff; | <div style="float:left; padding-left:5px; padding-right:5px; line-height:25px; background:#ffffff; border:1px solid #8080b0; font-weight:bold; font-style:italic; color:#606090;">{{{title|Custom Title}}}</div><span style="text-align:right; margin-left:5px;">[[image:Edit-copy_purple.svg.png|link=|x25px]]</span> | ||
</div> | | </div> | | ||
}} | }} | ||
<div style="height:{{{height|auto}}}; border:1px dashed #8080b0; {{#if:{{{height|}}}|overflow-y:scroll;|overflow:auto;}}">{{#tag:pre|{{{code|Code Sample}}}|style=" | <div style="height:{{{height|auto}}}; border:1px dashed #8080b0; {{#if:{{{height|}}}|overflow-y:scroll;|overflow:auto;}}">{{#tag:pre|{{{code|Code Sample}}}|style="min-width:100%; margin-bottom:-5px; display:inline-block; padding:0px; border:none;"}}</div> | ||
</div> | </div> | ||
</div><noinclude> | </div><noinclude> |