diff --git a/accounts/static/css/styles.css b/accounts/static/css/styles.css index d7009ee..4737a29 100644 --- a/accounts/static/css/styles.css +++ b/accounts/static/css/styles.css @@ -1,5 +1,50 @@ + +@font-face { + font-family: Martel; + src: url('../fonts/martel.eot'); + src: local("Martel"), url('../fonts/martel.ttf'); +} + .sidebar-nav { margin-top: 20px; padding: 0; list-style: none; -} \ No newline at end of file +} + +.tibia-headline { + font-family: "Martel", Georgia, "Times New Roman", serif; + color: gold; + text-shadow: 2px 2px black; +} + +.blog-header-logo { + font-family: "Martel", Georgia, "Times New Roman", serif; + font-size: 2.25rem; + color: gold; + text-shadow: 2px 2px black; +} + +.text-gold { + color: gold; +} + +body { background: lightgray !important; } + +a:visited { + color: darkgoldenrod !important; + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; + +} + + +a { + color: gold !important; + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; + +} + +a:hover { + color: lightgoldenrodyellow !important; + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; +} + diff --git a/accounts/static/fonts/martel.eot b/accounts/static/fonts/martel.eot new file mode 100644 index 0000000..2972a04 Binary files /dev/null and b/accounts/static/fonts/martel.eot differ diff --git a/accounts/static/fonts/martel.ttf b/accounts/static/fonts/martel.ttf new file mode 100644 index 0000000..0dfc855 Binary files /dev/null and b/accounts/static/fonts/martel.ttf differ diff --git a/accounts/templates/add_character.html b/accounts/templates/add_character.html index fefcfcf..05bcda5 100644 --- a/accounts/templates/add_character.html +++ b/accounts/templates/add_character.html @@ -1,7 +1,7 @@ {% extends "base_generic.html" %} {% block content %} -

Add Character

+

Add Character

{% csrf_token %} {{ form.as_p }} diff --git a/accounts/templates/base_generic.html b/accounts/templates/base_generic.html index e0c9c33..3a99ede 100644 --- a/accounts/templates/base_generic.html +++ b/accounts/templates/base_generic.html @@ -1,17 +1,33 @@ - {% block title %}Ambitious Server{% endblock %} - + {% block title %}SomeTibia{% endblock %} + {% load static %} +
+
+
+
+ +
+
+ +
+ +
+
+ +
-
+
{% block sidebar %} {% endblock %}
-
{% block content %}{% endblock %}
+
{% block content %}{% endblock %}
+ + + + + \ No newline at end of file diff --git a/accounts/templates/index.html b/accounts/templates/index.html index f47c226..4651520 100644 --- a/accounts/templates/index.html +++ b/accounts/templates/index.html @@ -1,7 +1,7 @@ {% extends "base_generic.html" %} {% block content %} -

Highscore

+

Highscore

{% if best_players %} diff --git a/accounts/templates/login.html b/accounts/templates/login.html index c3913da..128d25f 100644 --- a/accounts/templates/login.html +++ b/accounts/templates/login.html @@ -1,7 +1,7 @@ {% extends "base_generic.html" %} {% block content %} -

Login

+

Login

{% csrf_token %} diff --git a/accounts/templates/players.html b/accounts/templates/players.html index dd24d36..101054b 100644 --- a/accounts/templates/players.html +++ b/accounts/templates/players.html @@ -1,6 +1,7 @@ {% extends "base_generic.html" %} {% block content %} +

My Characters

{% if players %}
    {% for player in players %}