tMove
style to css. - diasporadiaries - a platform for writing stories with personal accounts and messages [h|git clone git://parazyd.org/diasporadiaries.git|URL:git://parazyd.org/diasporadiaries.git|server|port] [1|Log|/git/diasporadiaries/log.gph|server|port] [1|Files|/git/diasporadiaries/files.gph|server|port] [1|Refs|/git/diasporadiaries/refs.gph|server|port] [1|Submodules|/git/diasporadiaries/file/.gitmodules.gph|server|port] [1|README|/git/diasporadiaries/file/README.md.gph|server|port] [1|LICENSE|/git/diasporadiaries/file/LICENSE.gph|server|port] --- [1|commit 412325db64ae974bc748357565ce78c6c972498c|/git/diasporadiaries/commit/412325db64ae974bc748357565ce78c6c972498c.gph|server|port] [1|parent 205f93a0814b0aa398646849483b8ba1bca2cc6c|/git/diasporadiaries/commit/205f93a0814b0aa398646849483b8ba1bca2cc6c.gph|server|port] [h|Author: parazyd |URL:mailto:parazyd@dyne.org|server|port] Date: Mon, 21 Jan 2019 22:13:31 +0100 Move
style to css. Diffstat: M static/css/diaspora.css | 5 +++++ M templates/contact.html | 2 +- M templates/country.html | 2 +- M templates/dashboard.html | 2 +- M templates/fail.html | 2 +- M templates/gallery.html | 2 +- M templates/index.html | 2 +- M templates/messages.html | 8 ++++---- M templates/profile.html | 6 +++--- M templates/success_approve.html | 2 +- M templates/success_delete.html | 2 +- M templates/success_edit.html | 2 +- M templates/success_hide.html | 2 +- M templates/success_write.html | 2 +- M templates/users.html | 2 +- M templates/view.html | 6 +++--- 16 files changed, 27 insertions(+), 22 deletions(-) --- [1|diff --git a/static/css/diaspora.css b/static/css/diaspora.css|/git/diasporadiaries/file/static/css/diaspora.css.gph|server|port] t@@ -13,6 +13,11 @@ html, body { font-size: 1em; } +hr { + width: 100%; + height: 2px; +} + nav { font-family: 'Libre Baskerville', serif; font-style: italic; [1|diff --git a/templates/contact.html b/templates/contact.html|/git/diasporadiaries/file/templates/contact.html.gph|server|port] t@@ -7,7 +7,7 @@

Contact

-
+

You can contact us at elena@dyne.org and parazyd.dyne.org

[1|diff --git a/templates/country.html b/templates/country.html|/git/diasporadiaries/file/templates/country.html.gph|server|port] t@@ -11,7 +11,7 @@ {% else %}

{{ country }} diaries

{% endif %} -
+
{% include 'gallery.html' %} [1|diff --git a/templates/dashboard.html b/templates/dashboard.html|/git/diasporadiaries/file/templates/dashboard.html.gph|server|port] t@@ -7,7 +7,7 @@

Dashboard - {{ listtype }} stories

-
+
{% include 'gallery.html' %} [1|diff --git a/templates/fail.html b/templates/fail.html|/git/diasporadiaries/file/templates/fail.html.gph|server|port] t@@ -7,7 +7,7 @@

Sorry!

-
+

{{ msg }}

[1|diff --git a/templates/gallery.html b/templates/gallery.html|/git/diasporadiaries/file/templates/gallery.html.gph|server|port] t@@ -53,7 +53,7 @@ {% if loop.index % 3 == 0 or loop.last %} {% if not loop.last %} -
+
{% endif %} {% endif %} {% endfor %} [1|diff --git a/templates/index.html b/templates/index.html|/git/diasporadiaries/file/templates/index.html.gph|server|port] t@@ -7,7 +7,7 @@

Diaspora Diaries

-
+

This is a place where everyone that has an experience with living abroad can write down their story.

[1|diff --git a/templates/messages.html b/templates/messages.html|/git/diasporadiaries/file/templates/messages.html.gph|server|port] t@@ -11,7 +11,7 @@ {% else %}

Messages

{% endif %} -
+
{% if not single %}
t@@ -38,7 +38,7 @@
-
+

Reply:

t@@ -52,14 +52,14 @@ {% endif %} {% for i in messages %} -
+

{{ i['message']}}

{{ i['from'] }} - {{ i['time'] }}
{% endfor %} -
+
< back {% endif %} [1|diff --git a/templates/profile.html b/templates/profile.html|/git/diasporadiaries/file/templates/profile.html.gph|server|port] t@@ -7,7 +7,7 @@

Diaries by {{ name }}

-
+
t@@ -42,7 +42,7 @@ {% if loop.index % 3 == 0 or loop.last %}
{% if not loop.last %} -
+
{% endif %} {% endif %} t@@ -51,7 +51,7 @@
{% if current_user.is_active %} -
+
[1|diff --git a/templates/success_approve.html b/templates/success_approve.html|/git/diasporadiaries/file/templates/success_approve.html.gph|server|port] t@@ -7,7 +7,7 @@

Story approved!

-
+

You can return to the dashboard now.

[1|diff --git a/templates/success_delete.html b/templates/success_delete.html|/git/diasporadiaries/file/templates/success_delete.html.gph|server|port] t@@ -7,7 +7,7 @@

Story deleted!

-
+

We're sorry you deleted your story.

[1|diff --git a/templates/success_edit.html b/templates/success_edit.html|/git/diasporadiaries/file/templates/success_edit.html.gph|server|port] t@@ -7,7 +7,7 @@

Story redacted!

-
+

You can return to the dashboard now.

[1|diff --git a/templates/success_hide.html b/templates/success_hide.html|/git/diasporadiaries/file/templates/success_hide.html.gph|server|port] t@@ -7,7 +7,7 @@

Story hidden.

-
+

You can return to the dashboard now.

[1|diff --git a/templates/success_write.html b/templates/success_write.html|/git/diasporadiaries/file/templates/success_write.html.gph|server|port] t@@ -7,7 +7,7 @@

Story submitted!

-
+

Thank you for writing your story!

[1|diff --git a/templates/users.html b/templates/users.html|/git/diasporadiaries/file/templates/users.html.gph|server|port] t@@ -7,7 +7,7 @@

Users

-
+
[1|diff --git a/templates/view.html b/templates/view.html|/git/diasporadiaries/file/templates/view.html.gph|server|port] t@@ -9,18 +9,18 @@ {% if story %}

{{ story['name'] }} in {{ story['disembarkname'] }}

-
+

by {{ story['name'] }}, {{ story['date'] }} {{ story['time'] }}

{% if current_user.is_admin %} EditHide -
+
{% endif %} {{ story['story']|safe }} -
+
< back {% else %}