diff --git a/.gitignore b/.gitignore index 14603170..218eb763 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,5 @@ db.sqlite3 env/ doc/html data/ -/static/ +static/ sith/settings_custom.py diff --git a/core/static/core/img/gala.jpg b/core/static/core/img/gala.jpg deleted file mode 100755 index 0edfced3..00000000 Binary files a/core/static/core/img/gala.jpg and /dev/null differ diff --git a/core/static/core/img/logo-white.png b/core/static/core/img/logo-white.png deleted file mode 100644 index bfc2b8b0..00000000 Binary files a/core/static/core/img/logo-white.png and /dev/null differ diff --git a/core/static/core/img/logoGala.png b/core/static/core/img/logoGala.png deleted file mode 100755 index 9b1bf9e9..00000000 Binary files a/core/static/core/img/logoGala.png and /dev/null differ diff --git a/core/static/core/style.css b/core/static/core/style.css index f2f2b69f..4c67f11d 100644 --- a/core/static/core/style.css +++ b/core/static/core/style.css @@ -1,23 +1,10 @@ /*--------------------------------GENERAL------------------------------*/ body{ - /* commented for gala update background-color:#EEE; position: relative; width: 100%; - */ font-family: sans-serif; } -/* to auto adapt background */ -html { - background: url(/static/core/img/gala.jpg) no-repeat center center fixed; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; -} -footer { - color: white; -} a { text-decoration: none; color: #265C83; diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index d0c05231..e47262c6 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -15,10 +15,8 @@
{% block header %} {% if not popup %} - +