Reorganize epicenter links and add a fancy background topper
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
@font-face {font-family:"Minecraft";src:url("minecraft.eot") format("eot"),url("minecraft.woff") format("woff"),url("minecraft.ttf") format("truetype"),url("minecraft.svg#Minecraft") format("svg");font-weight:normal;font-style:normal;}
|
||||
|
||||
body {
|
||||
html {
|
||||
background: url(img/blocks.gif);
|
||||
font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background: top left url(img/bg_grass.png) repeat-x;
|
||||
}
|
||||
|
||||
.stat-box {
|
||||
padding: 1em;
|
||||
color: #fff;
|
||||
@@ -397,3 +401,11 @@ fieldset {
|
||||
background-color: #00b;
|
||||
border: 1px solid #c0c0ff;
|
||||
}
|
||||
|
||||
#epicenter .staff-link {
|
||||
float: right;
|
||||
clear: both;
|
||||
}
|
||||
#epicenter .staff-link a {
|
||||
font-size: small;
|
||||
}
|
||||
|
@@ -21,7 +21,7 @@
|
||||
{% block sidebar %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
<div class="stat-box">
|
||||
<div class="stat-box" id="forum-stats">
|
||||
<h2 class="title">Forums</h2>
|
||||
<h3>Latest Posts</h3>
|
||||
<ul>
|
||||
|
@@ -81,12 +81,13 @@ s.parentNode.insertBefore(po, s);
|
||||
</div>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="{% url user_profile %}">Your Profile</a></li>
|
||||
<li><a href="{% url django.contrib.auth.views.logout %}">Logout</a></li>
|
||||
<li><a href="{% url messages.views.inbox %}">Mail</a></li>
|
||||
{% if user.is_staff or user.is_superuser %}
|
||||
<li><a href="{% url admin:index %}">Admin</a></li>
|
||||
<li class="staff-link"><a href="{% url admin:index %}">Admin</a></li>
|
||||
{% endif %}
|
||||
<li class="staff-link"><a href="{% url django.contrib.auth.views.logout %}">Logout</a></li>
|
||||
<li><a href="{% url user_profile %}">Your Profile</a></li>
|
||||
<li><a href="{% url local.views.invites %}">Invites</a></li>
|
||||
<li><a href="{% url messages.views.inbox %}">Mail</a></li>
|
||||
</ul>
|
||||
{% else %}
|
||||
<h2 class="title">Login</h2>
|
||||
|
Reference in New Issue
Block a user