--
This commit is contained in:
@@ -229,6 +229,14 @@
|
|||||||
.narrow-height {
|
.narrow-height {
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
.unselectable {
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
.hide {
|
.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p class="text-small text-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
|
<p class="text-small text-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
|
||||||
<p class="text-highlight big-text"><span class="text-lowlight">"</span>{{ get_daily_quote() }}<span class="text-lowlight">"</span></p>
|
<p class="text-highlight big-text"><span class="text-lowlight unselectable">"</span>{{ get_daily_quote() }}<span class="text-lowlight unselectable">"</span></p>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<p>日替わり迷言集です。毎日0:00 UTCに更新されます。</p>
|
<p>日替わり迷言集です。毎日0:00 UTCに更新されます。</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user