Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c02395d0d | |||
| 60bece505c | |||
| c56f88911c | |||
| b28f7886e1 |
@@ -12,6 +12,7 @@
|
||||
defer
|
||||
></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% include 'risdeveau/templates/header.tmpl' %}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
{% extends 'risdeveau/templates/base.tmpl' %}
|
||||
|
||||
{% block head %}
|
||||
<style>
|
||||
main {
|
||||
width: -webkit-fill-available;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h3>Development</h3>
|
||||
<div class="blocks badges">
|
||||
|
||||
@@ -194,6 +194,26 @@ footer {
|
||||
border-radius: .2em;
|
||||
}
|
||||
|
||||
.webring {
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
a {
|
||||
padding: .5rem 1rem;
|
||||
margin: .1rem !important;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.disabled {
|
||||
opacity: 50%;
|
||||
cursor: not-allowed;
|
||||
|
||||
a {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: .5rem;
|
||||
|
||||
@@ -49,4 +49,10 @@
|
||||
<span class="mono">200:ee1:bad2:1732:4b91:c3e3:2f08:29b3</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="webring disabled">
|
||||
<a class="block" href="https://otor.ing/lair/prev"><</a>
|
||||
<a class="block" href="https://otor.ing/">Otoring</a>
|
||||
<a class="block" href="https://otor.ing/lair/next">></a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user