# HG changeset patch # User BenoƮt Allard # Date 1414753968 -3600 # Node ID 0f19ece4e7e588186f781aff1be5603877b0c0b1 # Parent 105bb08570ede02b8987c8477672daada8a0ea87 Add logos at multiple places diff -r 105bb08570ed -r 0f19ece4e7e5 farol/static/background.png Binary file farol/static/background.png has changed diff -r 105bb08570ed -r 0f19ece4e7e5 farol/static/logo_120x120.png Binary file farol/static/logo_120x120.png has changed diff -r 105bb08570ed -r 0f19ece4e7e5 farol/static/logo_50x50.png Binary file farol/static/logo_50x50.png has changed diff -r 105bb08570ed -r 0f19ece4e7e5 farol/static/style.css --- a/farol/static/style.css Fri Oct 31 12:00:15 2014 +0100 +++ b/farol/static/style.css Fri Oct 31 12:12:48 2014 +0100 @@ -14,6 +14,16 @@ } */ +@media (min-width: 768px){ + body { + background: url('background.png') no-repeat fixed right bottom rgb(255,255,255); + } +} + +.cover { + background: rgba(255,255,255,0.8); +} + form.inlined-form { display: inline-block; } diff -r 105bb08570ed -r 0f19ece4e7e5 farol/templates/about.j2 --- a/farol/templates/about.j2 Fri Oct 31 12:00:15 2014 +0100 +++ b/farol/templates/about.j2 Fri Oct 31 12:12:48 2014 +0100 @@ -26,11 +26,21 @@ {% extends "base.j2" %} {% from "macros.j2" import textinput, textarea %} +{% set active = "about" %} + {% block title %}About{% endblock %} {% block content %}
diff -r 105bb08570ed -r 0f19ece4e7e5 farol/templates/layout.j2 --- a/farol/templates/layout.j2 Fri Oct 31 12:00:15 2014 +0100 +++ b/farol/templates/layout.j2 Fri Oct 31 12:12:48 2014 +0100 @@ -38,47 +38,53 @@ - +
+ {% block pre_content %}{% endblock %} +
+ {% block content %}{% endblock %} +
+ {% block post_content %}{% endblock %}
- {% block post_content %}{% endblock %} +
- diff -r 105bb08570ed -r 0f19ece4e7e5 farol/templates/welcome.j2 --- a/farol/templates/welcome.j2 Fri Oct 31 12:00:15 2014 +0100 +++ b/farol/templates/welcome.j2 Fri Oct 31 12:12:48 2014 +0100 @@ -26,6 +26,8 @@ {% extends "base.j2" %} {% from "macros.j2" import panel %} +{% set active = "welcome" %} + {% macro progress_label(progress) -%} -

Farol The Security Advisory Management Platform

- -

This web platform offers to review, create, edit and transform security advisories supporting various input and output formats. During your session the advisory is stored in a cache from which you should save your changes to your local file system.

+
+
+ +
+
+

Farol The Security Advisory Management Platform

+ +

This web platform offers to review, create, edit and transform security advisories supporting various input and output formats. During your session the advisory is stored in a cache from which you should save your changes to your local file system.

+
+
Security Advisories interactions