summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2021-08-14 22:56:25 -0400
committereudoxia <uplink@distress.network>2021-08-14 22:56:25 -0400
commitdf7b120905fef1b7dd047926b8f7e388c4489c98 (patch)
treeca6aa7544dc7b7e579e11dbe0aa5aaebb20de7e3
parent24a9d5c83b8237625e386a152263cc417896da17 (diff)
css: spacing adjustments; styletest: minor copy revisions
-rwxr-xr-xcss/main.css6
-rwxr-xr-xmeta/styletest/index.html10
-rwxr-xr-xmeta/styletest/src.md4
-rwxr-xr-xsitemap.xml2
4 files changed, 9 insertions, 13 deletions
diff --git a/css/main.css b/css/main.css
index 769f97b..6ce331b 100755
--- a/css/main.css
+++ b/css/main.css
@@ -36,7 +36,7 @@ nav a:active {color: var(--color-main-l); text-decoration: none;}
main {order: 2; flex: 1 1 75%; min-height: 100vh; padding: 1rem 0; padding-right: 25vw; overflow-x: hidden;}
.leading,h1,h2 {font-family: neue-haas-grotesk-display, var(--fs-sans); line-height: 1;}
.leading {font-size: 2.5rem; font-weight: 300; font-style: italic; border: 0; padding: 0;}
-.toc {margin: 0; padding: 0 1rem; height: auto;}
+.toc {margin: 0; padding: 0; height: auto;}
.toc li {text-align: left;}
.toc a:hover {clip-path: none;}
h1 {font-size: 2.5rem; font-weight: 700; margin: 1rem 0 0;}
@@ -47,8 +47,8 @@ p,td {font-weight: 400;}
p strong,th {font-weight: 700;}
p em {font-style: italic;}
p img {vertical-align: baseline;}
-ul,ol {margin: 1rem 0; padding: 0 0 0 1rem;}
-ul ul,ol ol {margin: 0 1rem;}
+ul,ol {margin: 1rem 0; padding: 0 0 0 2rem;}
+ul ul,ol ol {margin: 0;}
code {font-family: var(--fs-mono); font-weight: normal; font-size: 1rem; line-height: 1.5em;}
main a {font-family: neue-haas-grotesk-text, var(--fs-sans); color: var(--color-main-l); font-weight: 700; font-size: 1rem; cursor: pointer;}
main a:link {text-decoration: none; color: var(--color-main-l);}
diff --git a/meta/styletest/index.html b/meta/styletest/index.html
index c812c86..d96070e 100755
--- a/meta/styletest/index.html
+++ b/meta/styletest/index.html
@@ -11,21 +11,21 @@
<link rel="manifest" href="/favicon/site.webmanifest">
<script src="/js/bg.js"></script>
<title>Style Template &mdash; DistressNetwork°</title>
-<meta name="description" content="&laquo;BOMBER TEXT&raquo; &mdash; Title &amp; Explanatory Phrase" />
-<meta http-equiv="last-modified" content="2021-06-23 01:59:52-04:00" />
+<meta name="description" content="&laquo;BOMBER TEXT&raquo; &mdash; Title and/or Leading Phrase" />
+<meta http-equiv="last-modified" content="2021-08-14 22:50:50-04:00" />
</head>
<body>
<header>
<div class="bomber">BOMBER TEXT</div>
<hr>
<div class="identcontainer">
-<div class="ident"><time datetime="2021-06-23 01:59:52-04:00">210623</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
+<div class="ident"><time datetime="2021-08-14 22:50:50-04:00">210814</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
<img class="headerlogo" src="/media/distressnetwork-b.svg" alt="">
</div>
</header>
<div class="contentlevel">
<main>
-<div class="leading">Title &amp; Explanatory Phrase</div>
+<div class="leading">Title and/or Leading Phrase</div>
<hr>
<nav class="toc">
<ul>
@@ -98,8 +98,6 @@ Level Three</p>
<p>The field of <strong>formal language theory</strong> studies primarily the purely syntactical aspects of such languages—that is, their internal structural patterns. Formal language theory sprang out of linguistics, as a way of understanding the syntactic regularities of natural languages. In computer science, formal languages are used among others as the basis for defining the grammar of programming languages and formalized versions of subsets of natural languages in which the words of the language represent concepts that are associated with particular meanings or semantics.</p>
-<p>In <strong>computational complexity theory</strong>, decision problems are typically defined as formal languages, and complexity classes are defined as the sets of the formal languages that can be parsed by machines with limited computational power. In logic and the foundations of mathematics, formal languages are used to represent the syntax of axiomatic systems, and mathematical formalism is the philosophy that all of mathematics can be reduced to the syntactic manipulation of formal languages in this way.</p>
-
<h1 id="Table%20Test">Table Test</h1>
<table>
diff --git a/meta/styletest/src.md b/meta/styletest/src.md
index f3ba1e9..7cbe125 100755
--- a/meta/styletest/src.md
+++ b/meta/styletest/src.md
@@ -1,6 +1,6 @@
title: Style Template
bomber: BOMBER TEXT
-leading: Title &amp; Explanatory Phrase
+leading: Title and/or Leading Phrase
opts: c
@@ -49,8 +49,6 @@ In mathematics, computer science, and linguistics, a **formal language** consist
The field of **formal language theory** studies primarily the purely syntactical aspects of such languages—that is, their internal structural patterns. Formal language theory sprang out of linguistics, as a way of understanding the syntactic regularities of natural languages. In computer science, formal languages are used among others as the basis for defining the grammar of programming languages and formalized versions of subsets of natural languages in which the words of the language represent concepts that are associated with particular meanings or semantics.
-In **computational complexity theory**, decision problems are typically defined as formal languages, and complexity classes are defined as the sets of the formal languages that can be parsed by machines with limited computational power. In logic and the foundations of mathematics, formal languages are used to represent the syntax of axiomatic systems, and mathematical formalism is the philosophy that all of mathematics can be reduced to the syntactic manipulation of formal languages in this way.
-
# Table Test
Left Header | Center Header | Right Header
diff --git a/sitemap.xml b/sitemap.xml
index 1f4c1d1..f3871da 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -10,7 +10,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://distress.network/meta/sitemap/</loc><lastmod>2021-02-01T00:24:46-05:00</lastmod></url>
-<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2021-06-23T01:59:52-04:00</lastmod></url>
+<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2021-08-14T22:50:50-04:00</lastmod></url>
<url><loc>https://distress.network/meta/todo/</loc><lastmod>2020-12-31T21:02:55-05:00</lastmod></url>