{% extends "dav_base/base.html" %} {% load bootstrap3 %} {% block head-title %}CSS Demo{% endblock %} {% block messages %}
{% bootstrap_alert "This is a default (info) message." %} {% bootstrap_alert "This is a success message." alert_type="success" %} {% bootstrap_alert "This is a warning message." alert_type="warning" %} {% bootstrap_alert "This is a error (danger) message." alert_type="danger" %}
{% endblock messages %} {% block page-container-fluid %}

Header h1 Small Text

Header h2 Small Text

Header h3 Small Text

Header h4 Small Text

Header h5 Small Text
Header h6 Small Text

This is a jumbotron with h1 header

{% lorem %}

This is a well with h2 header

{% lorem %}

{% lorem %}


Regular Bootstrap Buttons

btn-default btn-primary btn-success btn-info btn-warning btn-danger

Additional defined Buttons

btn-white btn-orange btn-green btn-blue btn-yellow btn-red

btn-black btn-mandarin btn-lime btn-cyan btn-caramel btn-plum btn-purple


Regular Bootstrap Text

text-muted {% lorem %}

text-primary {% lorem %}

text-success {% lorem %}

text-info {% lorem %}

text-warning {% lorem %}

text-danger {% lorem %}

Additional defined Text

text-default {% lorem %}

text-orange {% lorem %}

text-green {% lorem %}

text-blue {% lorem %}

text-yellow {% lorem %}

text-red {% lorem %}

text-black {% lorem %}

text-mandarin {% lorem %}

text-lime {% lorem %}

text-cyan {% lorem %}

text-caramel {% lorem %}

text-plum {% lorem %}

text-purple {% lorem %}


Regular Bootstrap Backgrounds

bg-primary {% lorem %}

bg-success {% lorem %}

bg-info {% lorem %}

bg-warning {% lorem %}

bg-danger {% lorem %}

Additional defined Backgrounds

bg-orange {% lorem %}

bg-green {% lorem %}

bg-blue {% lorem %}

bg-yellow {% lorem %}

bg-red {% lorem %}

bg-mandarin {% lorem %}

bg-lime {% lorem %}

bg-cyan {% lorem %}

bg-caramel {% lorem %}

bg-plum {% lorem %}

bg-purple {% lorem %}


{% endblock page-container-fluid %}