/ ‘content/pages.html’

/ ‘themes/aurora/templates/base.html’
/ ‘themes/aurora/templates/categories.html’
/ ‘themes/aurora/templates/index.html’
/ ‘themes/moe-dark/templates/categories.html’
/ ‘themes/moe-dark/templates/index.html’
/ ‘themes/white/templates/categories.html’
/ ‘themes/white/templates/index.html’
/ ‘themes/yoshi/templates/categories.html’
/ ‘themes/yoshi/templates/index.html’
This commit is contained in:
Dooho Yi 2020-08-10 11:29:24 +09:00
parent deab04ba76
commit c1015e6a38
10 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@
{% block content_header %}
<div class="fl o-50" style="font-size:0.4em;">[ ] <br/>#pages#</div>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
<a class="b fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-10 pr1 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
{% endblock %}
{% block content %}

View file

@ -25,8 +25,8 @@
}
@media only screen and (max-width: 600px) {
.sitename {
font-size: 1.6em;
.shrinkingtitle {
font-size: 0.5em;
}
}

View file

@ -2,7 +2,7 @@
{% block content_header %}
<div class="fl o-50" style="font-size:0.4em;">/<br/>categ*r-ies</div>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
<a class="b fr o-30 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-30 pr1 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
{% endblock %}
{% block content %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content_header %}
<a class="b fl o-30 sitename" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fl o-30" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
{% endblock %}

View file

@ -2,7 +2,7 @@
{% block content_header %}
<div class="fl o-50" style="font-size:0.4em;">/<br/>categ*r-ies</div>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
<a class="b fr o-30 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-30 pr1 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
{% endblock %}
{% block content %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content_header %}
<a class="b fl o-30 sitename" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fl o-30" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
{% endblock %}

View file

@ -2,7 +2,7 @@
{% block content_header %}
<div class="fl o-50" style="font-size:0.4em;">/<br/>categ*r-ies</div>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
<a class="b fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-10 pr1 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
{% endblock %}
{% block content %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content_header %}
<a class="b fl o-10 sitename" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fl o-10" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
{% endblock %}

View file

@ -2,7 +2,7 @@
{% block content_header %}
<div class="fl o-50" style="font-size:0.4em;">/<br/>categ*r-ies</div>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
<a class="b fr o-30 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-30 pr1 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
{% endblock %}
{% block content %}

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content_header %}
<a class="b fl o-30 sitename" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fl o-30" href="{{ SITEURL }}">{{ SITENAME }}</a>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
<a class="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
{% endblock %}