list after _index.md and css reformatting
This commit is contained in:
parent
a068a1f31b
commit
5b2d4c27e3
4 changed files with 784 additions and 503 deletions
|
@ -1,9 +1,26 @@
|
|||
html, body, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr {
|
||||
html,
|
||||
body,
|
||||
dl,
|
||||
dt,
|
||||
dd,
|
||||
blockquote,
|
||||
figure,
|
||||
fieldset,
|
||||
legend,
|
||||
textarea,
|
||||
pre,
|
||||
iframe,
|
||||
hr {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -12,7 +29,10 @@ ul {
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
button, input, select, textarea {
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -20,7 +40,8 @@ html {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
img, video {
|
||||
img,
|
||||
video {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -29,169 +50,254 @@ iframe {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
strong del {
|
||||
/* font-weight: normal; */
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
margin-left: 1rem;
|
||||
box-decoration-break: clone;
|
||||
-webkit-box-decoration-break: clone;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
background-color: #fff9f9;
|
||||
border-left: 1px red solid;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
td, th {
|
||||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
padding-right: 1rem;
|
||||
padding-left: 1rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
td:not([align]), th:not([align]) {
|
||||
td:not([align]),
|
||||
th:not([align]) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* vollkorn-sc-regular - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vollkorn SC';
|
||||
font-family: "Vollkorn SC";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/vollkorn-sc-v4-latin-ext_latin-regular.eot');
|
||||
src: url("../fonts/vollkorn-sc-v4-latin-ext_latin-regular.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local(''), url('../fonts/vollkorn-sc-v4-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-regular.svg#VollkornSC') format('svg');
|
||||
src: local(""),
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-regular.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/vollkorn-sc-v4-latin-ext_latin-regular.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-regular.woff") format("woff"),
|
||||
/* Modern Browsers */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-regular.ttf")
|
||||
format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-regular.svg#VollkornSC")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
/* vollkorn-sc-600 - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vollkorn SC';
|
||||
font-family: "Vollkorn SC";
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('../fonts/vollkorn-sc-v4-latin-ext_latin-600.eot');
|
||||
src: url("../fonts/vollkorn-sc-v4-latin-ext_latin-600.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local(''), url('../fonts/vollkorn-sc-v4-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-600.svg#VollkornSC') format('svg');
|
||||
src: local(""),
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-600.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/vollkorn-sc-v4-latin-ext_latin-600.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-600.woff") format("woff"),
|
||||
/* Modern Browsers */ url("../fonts/vollkorn-sc-v4-latin-ext_latin-600.ttf")
|
||||
format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-600.svg#VollkornSC")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
/* vollkorn-sc-700 - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vollkorn SC';
|
||||
font-family: "Vollkorn SC";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('../fonts/vollkorn-sc-v4-latin-ext_latin-700.eot');
|
||||
src: url("../fonts/vollkorn-sc-v4-latin-ext_latin-700.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local(''), url('../fonts/vollkorn-sc-v4-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-700.svg#VollkornSC') format('svg');
|
||||
src: local(""),
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-700.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/vollkorn-sc-v4-latin-ext_latin-700.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-700.woff") format("woff"),
|
||||
/* Modern Browsers */ url("../fonts/vollkorn-sc-v4-latin-ext_latin-700.ttf")
|
||||
format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-700.svg#VollkornSC")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
/* vollkorn-sc-900 - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vollkorn SC';
|
||||
font-family: "Vollkorn SC";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: url('../fonts/vollkorn-sc-v4-latin-ext_latin-900.eot');
|
||||
src: url("../fonts/vollkorn-sc-v4-latin-ext_latin-900.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local(''), url('../fonts/vollkorn-sc-v4-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/vollkorn-sc-v4-latin-ext_latin-900.svg#VollkornSC') format('svg');
|
||||
src: local(""),
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-900.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/vollkorn-sc-v4-latin-ext_latin-900.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-900.woff") format("woff"),
|
||||
/* Modern Browsers */ url("../fonts/vollkorn-sc-v4-latin-ext_latin-900.ttf")
|
||||
format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/vollkorn-sc-v4-latin-ext_latin-900.svg#VollkornSC")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
/* vollkorn-500italic - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vollkorn';
|
||||
font-family: "Vollkorn";
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: url('../fonts/vollkorn-v12-latin-ext_latin-500italic.eot');
|
||||
src: url("../fonts/vollkorn-v12-latin-ext_latin-500italic.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local(''), url('../fonts/vollkorn-v12-latin-ext_latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-500italic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-500italic.svg#Vollkorn') format('svg');
|
||||
src: local(""),
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-500italic.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/vollkorn-v12-latin-ext_latin-500italic.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-500italic.woff") format("woff"),
|
||||
/* Modern Browsers */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-500italic.ttf")
|
||||
format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-500italic.svg#Vollkorn")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
/* vollkorn-regular - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vollkorn';
|
||||
font-family: "Vollkorn";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/vollkorn-v12-latin-ext_latin-regular.eot');
|
||||
src: url("../fonts/vollkorn-v12-latin-ext_latin-regular.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local(''), url('../fonts/vollkorn-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-regular.svg#Vollkorn') format('svg');
|
||||
src: local(""),
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-regular.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/vollkorn-v12-latin-ext_latin-regular.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-regular.woff") format("woff"),
|
||||
/* Modern Browsers */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-regular.ttf")
|
||||
format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-regular.svg#Vollkorn")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
/* vollkorn-500 - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vollkorn';
|
||||
font-family: "Vollkorn";
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url('../fonts/vollkorn-v12-latin-ext_latin-500.eot');
|
||||
src: url("../fonts/vollkorn-v12-latin-ext_latin-500.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local(''), url('../fonts/vollkorn-v12-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-500.svg#Vollkorn') format('svg');
|
||||
src: local(""),
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-500.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/vollkorn-v12-latin-ext_latin-500.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-500.woff") format("woff"),
|
||||
/* Modern Browsers */ url("../fonts/vollkorn-v12-latin-ext_latin-500.ttf")
|
||||
format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-500.svg#Vollkorn")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
/* vollkorn-italic - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vollkorn';
|
||||
font-family: "Vollkorn";
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/vollkorn-v12-latin-ext_latin-italic.eot');
|
||||
src: url("../fonts/vollkorn-v12-latin-ext_latin-italic.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local(''), url('../fonts/vollkorn-v12-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/vollkorn-v12-latin-ext_latin-italic.svg#Vollkorn') format('svg');
|
||||
src: local(""),
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-italic.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/vollkorn-v12-latin-ext_latin-italic.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-italic.woff") format("woff"),
|
||||
/* Modern Browsers */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-italic.ttf") format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/vollkorn-v12-latin-ext_latin-italic.svg#Vollkorn")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
/* great-vibes-regular - latin-ext_latin */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Great Vibes';
|
||||
font-family: "Great Vibes";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('../fonts/great-vibes-v7-latin-ext_latin-regular.eot');
|
||||
src: url("../fonts/great-vibes-v7-latin-ext_latin-regular.eot");
|
||||
/* IE9 Compat Modes */
|
||||
src: local('Great Vibes'), local('GreatVibes-Regular'), url('../fonts/great-vibes-v7-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../fonts/great-vibes-v7-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('../fonts/great-vibes-v7-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('../fonts/great-vibes-v7-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/great-vibes-v7-latin-ext_latin-regular.svg#GreatVibes') format('svg');
|
||||
src: local("Great Vibes"), local("GreatVibes-Regular"),
|
||||
url("../fonts/great-vibes-v7-latin-ext_latin-regular.eot?#iefix")
|
||||
format("embedded-opentype"),
|
||||
/* IE6-IE8 */ url("../fonts/great-vibes-v7-latin-ext_latin-regular.woff2")
|
||||
format("woff2"),
|
||||
/* Super Modern Browsers */
|
||||
url("../fonts/great-vibes-v7-latin-ext_latin-regular.woff") format("woff"),
|
||||
/* Modern Browsers */
|
||||
url("../fonts/great-vibes-v7-latin-ext_latin-regular.ttf")
|
||||
format("truetype"),
|
||||
/* Safari, Android, iOS */
|
||||
url("../fonts/great-vibes-v7-latin-ext_latin-regular.svg#GreatVibes")
|
||||
format("svg");
|
||||
/* Legacy iOS */
|
||||
}
|
||||
|
||||
html {
|
||||
line-height: 1.4;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Vollkorn', serif;
|
||||
font-family: "Vollkorn", serif;
|
||||
font-weight: 400;
|
||||
max-width: 1024px;
|
||||
font-size: 1.4rem;
|
||||
|
@ -201,7 +307,8 @@ body {
|
|||
color: black;
|
||||
}
|
||||
|
||||
sup, sub {
|
||||
sup,
|
||||
sub {
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
top: -0.4em;
|
||||
|
@ -217,15 +324,15 @@ sub {
|
|||
border-bottom: 0.3rem solid red;
|
||||
border-top: 0.1rem solid red;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: .5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
margin-bottom: 1rem
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
a.edit-button {
|
||||
color: #000;
|
||||
text-decoration: none
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.edit-button:hover {
|
||||
|
@ -233,8 +340,8 @@ a.edit-button:hover {
|
|||
-webkit-text-decoration-color: red;
|
||||
text-decoration-color: red;
|
||||
font-weight: 500;
|
||||
font-size: .97em;
|
||||
cursor: pointer
|
||||
font-size: 0.97em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
@ -293,11 +400,15 @@ a.edit-button:hover {
|
|||
margin-top: -0.9rem;
|
||||
}
|
||||
|
||||
input:focus, select:focus, textarea:focus, label:focus, button:focus {
|
||||
input:focus,
|
||||
select:focus,
|
||||
textarea:focus,
|
||||
label:focus,
|
||||
button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.ddmenu input:checked~.hiddendiv {
|
||||
.ddmenu input:checked ~ .hiddendiv {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -310,7 +421,7 @@ input:focus, select:focus, textarea:focus, label:focus, button:focus {
|
|||
border-radius: 50%;
|
||||
border: 0.3em solid red;
|
||||
display: inline-flex;
|
||||
font-family: 'Great Vibes', cursive;
|
||||
font-family: "Great Vibes", cursive;
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
|
@ -354,7 +465,7 @@ li {
|
|||
list-style-type: "› ";
|
||||
}
|
||||
|
||||
li[role=doc-endnote] {
|
||||
li[role="doc-endnote"] {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
|
@ -369,7 +480,7 @@ img {
|
|||
.supt {
|
||||
display: inline-flex;
|
||||
flex-wrap: nowrap;
|
||||
font-family: 'Great Vibes', cursive;
|
||||
font-family: "Great Vibes", cursive;
|
||||
font-size: 0.9em;
|
||||
font-style: normal;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
|
@ -381,7 +492,7 @@ img {
|
|||
.sup {
|
||||
display: inline-flex;
|
||||
flex-wrap: nowrap;
|
||||
font-family: 'Great Vibes', cursive;
|
||||
font-family: "Great Vibes", cursive;
|
||||
font-size: 0.9em;
|
||||
font-style: normal;
|
||||
color: red;
|
||||
|
@ -402,28 +513,25 @@ img {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.syllabustitle, .coretitle {
|
||||
.syllabustitle,
|
||||
.coretitle {
|
||||
margin-top: 4rem;
|
||||
font-style: italic;
|
||||
font-size: 4rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.mantletitle, .crusttitle {
|
||||
.mantletitle,
|
||||
.crusttitle {
|
||||
margin-top: 4rem;
|
||||
font-style: italic;
|
||||
font-size: 2rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.has, .afterhas {
|
||||
font-style: italic;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.grid {
|
||||
padding-left: 3rem;
|
||||
margin-bottom: 4rem;
|
||||
margin-bottom: 2rem;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
@ -448,13 +556,13 @@ img {
|
|||
}
|
||||
|
||||
#TableOfContents li a {
|
||||
font-family: 'Vollkorn';
|
||||
font-family: "Vollkorn";
|
||||
font-size: 1.4rem;
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#TableOfContents>ol:first-child>span>li>a::after {
|
||||
#TableOfContents > ol:first-child > span > li > a::after {
|
||||
content: "¶";
|
||||
color: rgba(0, 0, 0, 0.2);
|
||||
font-size: 1.3em;
|
||||
|
@ -462,14 +570,39 @@ img {
|
|||
}
|
||||
|
||||
.rightcolumn {
|
||||
grid-column: 2;
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
/* display: grid;
|
||||
grid-column: 2;
|
||||
grid-template-columns: auto 1fr;
|
||||
grid-auto-rows: max-content; */
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
.has {
|
||||
display: inline-grid;
|
||||
grid-column: 2;
|
||||
grid-auto-rows: max-content;
|
||||
font-size: 1.4rem;
|
||||
font-style: italic;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
.hasauthors {
|
||||
font-size: 1.6rem !important;
|
||||
}
|
||||
|
||||
.hassup {
|
||||
grid-column: 1;
|
||||
font-family: "Great Vibes", cursive;
|
||||
font-size: 0.9em;
|
||||
font-style: normal;
|
||||
color: red;
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
/* top: -0.3em; */
|
||||
}
|
||||
|
||||
.afterhas {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
@ -521,8 +654,40 @@ h6 {
|
|||
font-size: 1rem;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
.abstract {
|
||||
font-style: italic;
|
||||
border-left: 1px solid rgb(0, 0, 0);
|
||||
margin-left: 5rem;
|
||||
margin-right: 2rem;
|
||||
margin-bottom: 1.2rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 2rem;
|
||||
padding-top: 1.2rem;
|
||||
padding-bottom: 1.2rem;
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
max-width: 70ch;
|
||||
}
|
||||
|
||||
.authors {
|
||||
display: inline-block;
|
||||
font-size: 1.8rem;
|
||||
margin-left: 5rem;
|
||||
margin-right: 2rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.keywords {
|
||||
display: inline-block;
|
||||
font-size: 1.2rem;
|
||||
margin-left: 5rem;
|
||||
margin-right: 2rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 2rem;
|
||||
margin-bottom: 2.2rem;
|
||||
max-width: 72ch;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 1px red solid;
|
||||
margin-left: 1rem;
|
||||
margin-right: 2rem;
|
||||
|
@ -533,7 +698,7 @@ blockquote {
|
|||
background-color: #fff9f9;
|
||||
}
|
||||
|
||||
h2+p:first-letter {
|
||||
h2 + p:first-letter {
|
||||
font-family: "Great Vibes", cursive;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
font-size: 1.5em;
|
||||
|
@ -554,7 +719,7 @@ h2+p:first-letter {
|
|||
}
|
||||
|
||||
.smallcaps {
|
||||
font-family: 'Vollkorn SC', serif;
|
||||
font-family: "Vollkorn SC", serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
@ -563,54 +728,59 @@ body {
|
|||
}
|
||||
|
||||
h2 {
|
||||
counter-reset: h3
|
||||
counter-reset: h3;
|
||||
}
|
||||
|
||||
h3 {
|
||||
counter-reset: h4
|
||||
counter-reset: h4;
|
||||
}
|
||||
|
||||
h4 {
|
||||
counter-reset: h5
|
||||
counter-reset: h5;
|
||||
}
|
||||
|
||||
h5 {
|
||||
counter-reset: h6
|
||||
counter-reset: h6;
|
||||
}
|
||||
|
||||
h2:before {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
counter-increment: h2;
|
||||
content: counter(h2) ". "
|
||||
content: counter(h2) ". ";
|
||||
}
|
||||
|
||||
h3:before {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
counter-increment: h3;
|
||||
content: counter(h2) "." counter(h3) ". "
|
||||
content: counter(h2) "." counter(h3) ". ";
|
||||
}
|
||||
|
||||
h4:before {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
counter-increment: h4;
|
||||
content: counter(h2) "." counter(h3) "." counter(h4) ". "
|
||||
content: counter(h2) "." counter(h3) "." counter(h4) ". ";
|
||||
}
|
||||
|
||||
h5:before {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
counter-increment: h5;
|
||||
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". "
|
||||
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". ";
|
||||
}
|
||||
|
||||
h6:before {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
counter-increment: h6;
|
||||
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". "
|
||||
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "."
|
||||
counter(h6) ". ";
|
||||
}
|
||||
|
||||
h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.nocount:before, h6.nocount:before {
|
||||
h2.nocount:before,
|
||||
h3.nocount:before,
|
||||
h4.nocount:before,
|
||||
h5.nocount:before,
|
||||
h6.nocount:before {
|
||||
content: "";
|
||||
counter-increment: none
|
||||
counter-increment: none;
|
||||
}
|
||||
|
||||
details {
|
||||
|
@ -672,6 +842,34 @@ details {
|
|||
|
||||
.sitemap {
|
||||
padding-left: 3rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.sitemap a {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.sitemap .sup {
|
||||
color: rgba(255, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.highline a,
|
||||
.sitemap a:hover {
|
||||
color: rgba(0, 0, 0, 1);
|
||||
}
|
||||
|
||||
.highline .sup,
|
||||
.sitemap .sup:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.highline {
|
||||
font-size: 1.6rem;
|
||||
color: rgb(0, 0, 0);
|
||||
border-left: 1px red solid;
|
||||
padding-left: 1rem;
|
||||
padding-top: 0.1rem;
|
||||
padding-bottom: 0.1rem;
|
||||
background-color: #fff9f9;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
@ -697,10 +895,12 @@ details {
|
|||
.leftcolumn {
|
||||
display: none;
|
||||
}
|
||||
.has, .afterhas {
|
||||
.has,
|
||||
.afterhas {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
.mantle, .crust {
|
||||
.mantle,
|
||||
.crust {
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
.content {
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,16 +1,26 @@
|
|||
{{ define "singlebody" }}
|
||||
<div class="coretitle"><span class="supt">Sitemap⁄{{ substr $.Site.Title 0 1 }}</span>{{ substr $.Site.Title 1 }}</div>
|
||||
{{ $s := partialCached "scratch.html" . }}
|
||||
{{ $noTriad := (slice) }}
|
||||
{{ range $p := .Site.RegularPages }}
|
||||
{{ $scratch := $s.Get (printf "/%s" $p.File) }}
|
||||
{{ if eq $scratch.depth "core" }}
|
||||
<div class="sitemap"><a href="{{- $p.RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with $p.Title}} title="{{- $p.Title -}}"{{- end -}}><span class="sup">{{- substr $p.File.Dir 0 -1 -}}⁄</span>{{- $p.Title -}}</a>
|
||||
{{ range $coreKid := $scratch.has_children }}
|
||||
<div class="sitemap"><a href="{{- $coreKid.RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with $coreKid.Title}} title="{{- $coreKid.Title -}}"{{- end -}}><span class="sup">{{- substr $coreKid.File.Dir 0 -1 -}}⁄</span>{{- $coreKid.Title -}}</a>
|
||||
{{ $scratchCKid := $s.Get (printf "/%s" $coreKid.File) }}
|
||||
{{ range $mantleKid := $scratchCKid.has_children }}
|
||||
<div class="sitemap"><a href="{{- $mantleKid.RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with $mantleKid.Title}} title="{{- $mantleKid.Title -}}"{{- end -}}><span class="sup">{{ with $mantleKid.File }}{{substr .Dir 0 -1 -}}⁄{{ end }}</span>{{- $mantleKid.Title -}}</a></div>
|
||||
|
||||
|
||||
{{ $currentNode := . }}
|
||||
{{ $currentDir := "" }}
|
||||
{{ with .File }}
|
||||
{{ $currentDir = .Dir }}
|
||||
{{ end }}
|
||||
{{ $currentFile := (printf "/%s" .File) }}
|
||||
|
||||
<div class="coretitle"><span class="supt">Sitemap⁄{{ substr $.Site.Title 0 1 }}</span>{{ substr $.Site.Title 1 }} ({{ $currentDir }})</div>
|
||||
|
||||
{{ $s := partialCached "scratch.html" . }}
|
||||
{{ $noTriad := (slice) }}
|
||||
{{ range $p := .Site.RegularPages }}
|
||||
{{ $scratch := $s.Get (printf "/%s" $p.File) }}
|
||||
{{ if eq $scratch.depth "core" }}
|
||||
<div class="sitemap" ><div class="{{ with $p.File }}{{ if eq $currentDir .Dir }}highline{{ end }}{{ end }}"><a href="{{- $p.RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with $p.Title}} title="{{- $p.Title -}}"{{- end -}}><span class="sup">{{- substr $p.File.Dir 0 -1 -}}⁄</span>{{- $p.Title -}}</a></div>
|
||||
{{ range $coreKid := $scratch.has_children }}
|
||||
<div class="sitemap"><a href="{{- $coreKid.RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with $coreKid.Title}} title="{{- $coreKid.Title -}}"{{- end -}}><div class="{{ with $coreKid.File }}{{ if eq $currentDir .Dir }}highline{{ end }}{{ end }}"><span class="sup">{{- substr $coreKid.File.Dir 0 -1 -}}⁄</span>{{- $coreKid.Title -}}</a></div>
|
||||
{{ $scratchCKid := $s.Get (printf "/%s" $coreKid.File) }}
|
||||
{{ range $mantleKid := $scratchCKid.has_children }}
|
||||
<div class="sitemap"><div class="{{ with $mantleKid.File }}{{ if eq $currentDir .Dir }} highline{{ end }}{{ end }}"><a href="{{- $mantleKid.RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with $mantleKid.Title}} title="{{- $mantleKid.Title -}}"{{- end -}}><span class="sup">{{ with $mantleKid.File }}{{substr .Dir 0 -1 -}}⁄{{ end }}</span>{{- $mantleKid.Title -}}</a></div></div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
@ -21,6 +31,6 @@
|
|||
{{ end }}
|
||||
{{ end }}
|
||||
{{ range $noTriad }}
|
||||
<div class="sitemap"><a href="{{- .RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with .Title }} title="{{- . -}}"{{- end -}}><span class="sup">{{- substr .File.Dir 0 -1 -}}⁄</span>{{- .Title -}}</a></div>
|
||||
<div class="sitemap {{ with .File }}{{ if eq $currentDir .Dir }} highline{{ end }}{{ end }}"><a href="{{- .RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with .Title }} title="{{- . -}}"{{- end -}}><span class="sup">{{- substr .File.Dir 0 -1 -}}⁄</span>{{- .Title -}}</a></div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
2
static/css/site.min.css
vendored
2
static/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue