/ ‘themes/aurora/templates/base.html’
/ ‘themes/aurora/templates/categories.html’ / ‘themes/moe-dark/templates/base.html’ / ‘themes/moe-dark/templates/categories.html’ / ‘themes/white/templates/base.html’ / ‘themes/white/templates/categories.html’ / ‘themes/yoshi/templates/base.html’ / ‘themes/yoshi/templates/categories.html’
This commit is contained in:
parent
c1015e6a38
commit
ccdd906309
8 changed files with 38 additions and 4 deletions
|
|
@ -24,6 +24,10 @@
|
|||
font-family: AppleGothic, NanumSquare, Sans-serif;
|
||||
}
|
||||
|
||||
.shrinkingtitle {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.shrinkingtitle {
|
||||
font-size: 0.5em;
|
||||
|
|
|
|||
|
|
@ -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 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
<a class="b fr o-30 pr1 shrinkingtitle" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,16 @@
|
|||
font-family: AppleGothic, NanumSquare, Sans-serif;
|
||||
}
|
||||
|
||||
.shrinkingtitle {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.shrinkingtitle {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
|
|
|||
|
|
@ -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 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
<a class="b fr o-30 pr1 shrinkingtitle" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,16 @@
|
|||
font-family: AppleGothic, NanumSquare, Sans-serif;
|
||||
}
|
||||
|
||||
.shrinkingtitle {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.shrinkingtitle {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
|
|
|||
|
|
@ -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 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
<a class="b fr o-10 pr1 shrinkingtitle" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,16 @@
|
|||
font-family: AppleGothic, NanumSquare, Sans-serif;
|
||||
}
|
||||
|
||||
.shrinkingtitle {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.shrinkingtitle {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
|
|
|||
|
|
@ -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 shrinkingtitle" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
<a class="b fr o-30 pr1 shrinkingtitle" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue