From: Seth Woodworth Date: Sat, 26 Jan 2013 00:23:58 +0000 (-0500) Subject: adding initial create course lightbox, loads on click X-Git-Tag: release-20150131~546^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e6b0b39892a8dcd290e0434c27644b9779bdfce6;p=oweals%2Fkarmaworld.git adding initial create course lightbox, loads on click --- diff --git a/karmaworld/assets/css/global.css b/karmaworld/assets/css/global.css index 0f9e756..fe450ea 100644 --- a/karmaworld/assets/css/global.css +++ b/karmaworld/assets/css/global.css @@ -645,3 +645,17 @@ a.white:hover font-family: "MuseoSlab-700"; font-size: 32px; } + +/* GAAAH, random body p copy should be readable text */ +p.text +{ + font-family: "MuseoSlab-500"; + font-size: 17px; + margin: 20px 0 0; + line-height: 150%; +} +p.text a +{ + color: #f05a28; + text-decoration: underline; +} diff --git a/karmaworld/templates/courses/course_list.html b/karmaworld/templates/courses/course_list.html index 535fd13..b65e596 100644 --- a/karmaworld/templates/courses/course_list.html +++ b/karmaworld/templates/courses/course_list.html @@ -14,6 +14,7 @@ {% block pagescripts %} + {% endblock %} -{% block content %} +{% block lightboxen %} + {% include 'lightbox/add_course.html' %} +{% endblock %} +{% block content %}
+
+
+

Can't find your course? + Add it now +

+
+
{% endblock %} - diff --git a/karmaworld/templates/lightbox/add_course.html b/karmaworld/templates/lightbox/add_course.html new file mode 100644 index 0000000..290a3e2 --- /dev/null +++ b/karmaworld/templates/lightbox/add_course.html @@ -0,0 +1,86 @@ +{% load url from future %} + + +