# HG changeset patch # User Hans Richter # Date 1385724725 -3600 # Node ID 16bd2442d8cef6a9f49f42b9102d1d08a6e63963 # Parent a4b4abbf6f1a92d10f8c4e04372076be7fb6d888 Modifications:pymove3d.css, theme.html and upload plone.logo diff -r a4b4abbf6f1a -r 16bd2442d8ce static/css/pymove3d.css --- a/static/css/pymove3d.css Fri Nov 29 11:18:33 2013 +0100 +++ b/static/css/pymove3d.css Fri Nov 29 12:32:05 2013 +0100 @@ -67,4 +67,23 @@ .flags { padding: 5px 0 0 5px; - float: right;} \ No newline at end of file + float: right;} + +#footer { +background: #e9e2d0; +height: 80px; +} +.separator { + width: 100%; + border-bottom: 1px solid #ff9a20; + text-align: center; + height: 22px; + margin-bottom: 15px; +} +.separator img { + line-height: 43px; + padding: 0 10px; + background: #e9e2d0; /* Farbe des Elements darunter */ + display: inline-block; + /*margin-top: 20px;*/ + color: #dbe2e3; \ No newline at end of file diff -r a4b4abbf6f1a -r 16bd2442d8ce static/images/python-logo.png Binary file static/images/python-logo.png has changed diff -r a4b4abbf6f1a -r 16bd2442d8ce templates/theme.html --- a/templates/theme.html Fri Nov 29 11:18:33 2013 +0100 +++ b/templates/theme.html Fri Nov 29 12:32:05 2013 +0100 @@ -84,6 +84,7 @@
{% block jumbotron %}{% endblock %}
+ {% block body %}{% endblock %}