{% extends 'site_layout.html.j2' %} {% if new %} {% set title="New - User CSS" %} {% else %} {% set title="Editing " + css.name + " - User CSS" %} {% endif %} {% block content %}

{% if new %}New{% else %}Editing {{ css.name }}{% endif %} - User Defined CSS

Note: This feature is only used for CSS. Any attempts to enter HTML or malicious CSS code will have CSS cosmetic privilages removed, if caught. Please don't, we check the databases often. Thanks!

{% if not new %}

Using your custom CSS

This user defined CSS has a unique ID of {{ css.id }}.

To use this CSS in the embed, you must apped a ?css={{ css.id }} to the embed URL.

Something like this will work:

{% endif %}

Give your CSS a name

Edit your CSS code here

{% if new %}/* Enter your CSS code here! */{% else %}{{ css.css }}{% endif %}

Submit {% if not new %}Delete{% endif %}
{% endblock %} {% block script %} {% endblock %} {% block additional_head_elements %} {% endblock %}