2022-11-27 07:03:38 +00:00
|
|
|
{% extends "user/base-users-two-col.html" %}
|
2020-01-21 06:35:58 +00:00
|
|
|
|
|
|
|
{% block users_media %}
|
2023-01-27 23:11:10 +00:00
|
|
|
<style>
|
|
|
|
#users-table td:nth-child(3), #users-table th:nth-child(3) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
#users-table td:nth-child(2), #users-table th:nth-child(2) {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
.rank-td {
|
|
|
|
font-family: "Jersey M54";
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
.user-points, .user-problem-count, .rating-td {
|
|
|
|
font-family: cursive;
|
|
|
|
}
|
|
|
|
</style>
|
2020-01-21 06:35:58 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block title_ruler %}{% endblock %}
|
|
|
|
|
2022-06-06 16:36:35 +00:00
|
|
|
{% block title_row %}{% endblock %}
|
|
|
|
|
|
|
|
{% block left_sidebar %}
|
2023-01-27 23:11:10 +00:00
|
|
|
{% include "user/user-left-sidebar.html" %}
|
2020-01-21 06:35:58 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block users_table %}
|
2023-01-27 23:11:10 +00:00
|
|
|
{% include "user/users-table.html" %}
|
2020-01-21 06:35:58 +00:00
|
|
|
{% endblock %}
|