rDrama/drama/templates/title.html

1 line
601 B
HTML

<span style="color: #{{t.color}}{% if t.background_color_1 %}; background-color: #{{t.background_color_1}}{% endif %}{% if t.background_color_1 and t.background_color_2 %}; background-image: linear-gradient({{t.gradient_angle}}deg, #{{t.background_color_1}} 0%, #{{t.background_color_2}} 100%){% endif %}{% if t.box_shadow_color %}; box-shadow: 0 1px 2px rgba({{t.box_shadow_color}}, 0.5){% endif %}{% if t.text_shadow_color %}; text-shadow: 1px 1px 2px rgb({{t.text_shadow_color}}){% endif %}"{% if t.background_color_1 %} class="badge font-weight-normal text-small ml-1"{% endif %}>{{t.text}}</span>