r23 vs r24
1
{{{#!html <div style="border-width: 100px 200px 100px; border-style: dashed; border-color: orange gray gray; border-image: initial; text-align: center; margin: -10px 10px ; margin-bottom: 10px;" onmouseover="this.style.borderTopColor='red';" onmouseout="this.style.borderTopColor='orange';">text</div>}}}
1
{{{#!html <div style="border-width: 100px 200px 100px; border-style: dashed; border-color: white gray gray; border-image: initial; background-color : black; color : black; text-align: center; margin: -30px 10px ; margin-bottom: 10px;" onmouseover="this.style.borderTopColor='red';" onmouseout="this.style.borderTopColor='orange';">H</div>}}}