summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2021-10-18 19:24:34 -0400
committerlxf <sng@luxagraf.net>2021-10-18 19:24:34 -0400
commit73b166e71cebd3e63901585d1bca26d76041ba4d (patch)
tree7130262def2cc15f12244c7097499258b949d7a9 /design
parent845e84090a4abdc301e06f709ddaf597c76d873d (diff)
bumped stylesheet to v11 and went back to pure CSS.
Diffstat (limited to 'design')
-rw-r--r--design/sass/screenv10.scss3
-rw-r--r--design/templates/base.html15
2 files changed, 7 insertions, 11 deletions
diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss
index 6f2af0e..83a9e6f 100644
--- a/design/sass/screenv10.scss
+++ b/design/sass/screenv10.scss
@@ -108,9 +108,6 @@ object, embed, video, img {
max-width: 100%;
height: auto;
}
-audio {
- max-width: 100%;
-}
blockquote {
font-size: 22px;
font-size: 1.375rem;
diff --git a/design/templates/base.html b/design/templates/base.html
index 5db71d0..06220ed 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -14,10 +14,9 @@
title="Luxagraf RSS feed"
href="https://luxagraf.net/rss/">
{%block stylesheet%}<link rel="stylesheet"
- href="/media/screenv10.css{%comment%}?{% now "u" %}{%endcomment%}"
+ href="/media/screenv11.min.css?{% now "u" %}"
media="screen">{%endblock%}
<link rel="dns-prefetch" href="https://images.luxagraf.net">
- <link rel="dns-prefetch" href="https://stats.luxagraf.net">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.json" />
{%block extrahead%}{%endblock%}
@@ -29,9 +28,9 @@
<span class="sitesubtitle">{%block sitesubtitle %}Walk Slowly{% endblock%}</span>
</div>
<nav>
- <a class="nav-item" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a>{%comment%} &amp; <a href="{% url "fieldnotes:list" %}" title="Short stories, snapshots of daily life on the road.">Field Notes</a>{%endcomment%}
- <a class="nav-item" href="/friends/" title="Join 'friends of a long year'">Friends</a>
- <a class="nav-item" href="/about" title="About Scott">About</a>
+ <a class="nav-item smcaps" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a>{%comment%} &amp; <a href="{% url "fieldnotes:list" %}" title="Short stories, snapshots of daily life on the road.">Field Notes</a>{%endcomment%}
+ <a class="nav-item smcaps" href="/friends/" title="Join 'friends of a long year'">Friends</a>
+ <a class="nav-item smcaps" href="/about" title="About Scott">About</a>
</nav>
</header>
{% block breadcrumbs %}{% endblock %}
@@ -40,9 +39,9 @@
{% block disclaimer %}{% endblock%}
<footer class="page-footer">
<nav>
- <a class="nav-item" href="/blogroll" title="Sites that inspire us">Blogroll</a>
- <a class="nav-item" href="/contact/" title="contact luxagraf">Contact</a>
- <a class="nav-item" href="/feed.xml" title="RSS feed">RSS</a>
+ <a class="nav-item smcaps" href="/blogroll" title="Sites that inspire us">Blogroll</a>
+ <a class="nav-item smcaps" href="/contact/" title="contact luxagraf">Contact</a>
+ <a class="nav-item smcaps" href="/feed.xml" title="RSS feed">RSS</a>
</nav>
<p id="license">
&copy; 2003-{% now "Y" %}