damnit four
This commit is contained in:
1
themes/kiera/static/css/katex.min.css
vendored
Normal file
1
themes/kiera/static/css/katex.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
themes/kiera/static/css/normalize.min.css
vendored
Normal file
2
themes/kiera/static/css/normalize.min.css
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
|
||||
/*# sourceMappingURL=normalize.min.css.map */
|
463
themes/kiera/static/css/styles-dark.css
Normal file
463
themes/kiera/static/css/styles-dark.css
Normal file
@@ -0,0 +1,463 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: hidden;
|
||||
font-family: "Roboto Slab", serif;
|
||||
color: #ffffff;
|
||||
background: #2A2829;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
time {
|
||||
font-family: "Ruda", sans-serif;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-width: 100vw;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#container > * {
|
||||
width: 700px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#container > * {
|
||||
width: auto;
|
||||
margin: 0 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
#container header {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#container header h1 {
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
|
||||
#container header h1 a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#container header ul {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#container header ul li {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#container header ul {
|
||||
float: none;
|
||||
}
|
||||
#container header ul li {
|
||||
margin: 0 1em 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
#container nav {
|
||||
border-bottom: solid 3px #cecece;
|
||||
padding-bottom: 0.5em;
|
||||
font-family: "Ruda", sans-serif;
|
||||
}
|
||||
|
||||
#container nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#container nav ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#container nav ul li {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#container nav ul li a.active {
|
||||
border-bottom: 0.5em solid #ffffff;
|
||||
}
|
||||
|
||||
#container main {
|
||||
flex: 1 0 0;
|
||||
line-height: 1.5;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
#container main section#home ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#container main section#home ul li {
|
||||
margin: 0.5em 0;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#container main section#home ul li h2 {
|
||||
margin: 0.2em 0;
|
||||
}
|
||||
|
||||
#container main section#home span {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
#container main section#list ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#container main section#list ul li {
|
||||
padding: 0.5em 0;
|
||||
border-bottom: 1px solid #cecece;
|
||||
}
|
||||
|
||||
#container main section#list ul li time, #container main section#list ul li span.count {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#container main section#list ul li:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#container main section.post-nav ul {
|
||||
margin: 0.5em 0;
|
||||
padding: 0.5em 0 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-top: 1px solid #f7f7f7;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#container main section.post-nav ul li:last-child {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#container main article > pre {
|
||||
background-color: #a0a04b;
|
||||
overflow-x: auto;
|
||||
padding: 0.8em;
|
||||
font-size: 0.9em;
|
||||
box-shadow: 0 -1px 0 #bbbbbb inset;
|
||||
}
|
||||
|
||||
#container main article .highlight pre {
|
||||
overflow-x: auto;
|
||||
font-size: 0.9em;
|
||||
padding: 0.8em;
|
||||
}
|
||||
|
||||
#container main article pre code {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#container main article p code {
|
||||
padding: 0.2em;
|
||||
background-color: #d03232;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#container main article p kbd {
|
||||
display: inline-block;
|
||||
padding: 0.2em 0.3em;
|
||||
font-size: 0.8em;
|
||||
line-height: 1em;
|
||||
color: #555555;
|
||||
vertical-align: middle;
|
||||
background-color: #fcfcfc;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #cccccc #cccccc #bbbbbb;
|
||||
border-image: none;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 -1px 0 #bbbbbb inset;
|
||||
}
|
||||
|
||||
#container main h1 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#container footer {
|
||||
border-top: solid 1px #cecece;
|
||||
}
|
||||
|
||||
#container footer h6 {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#container footer ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#container footer ul li:first-child {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#container footer ul li:not(:first-child) {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#container footer ul li a.active {
|
||||
border-bottom: 0.2em solid #ffffff;
|
||||
}
|
||||
|
||||
#container textarea, input {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
border: 1px solid #cecece;
|
||||
border-radius: 3px;
|
||||
color: #000000;
|
||||
/*display: -webkit-inline-box;*/
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
font-size: 14px;
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
line-height: 24px;
|
||||
padding: 8px;
|
||||
position: relative;
|
||||
box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1);
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#container button {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
border: 1px solid #d3d6db;
|
||||
border-radius: 3px;
|
||||
color: #666666;
|
||||
/*display: -webkit-inline-box;*/
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#container button:hover {
|
||||
border: solid #cecece 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.meta-aside, #container main section#home ul li aside, #container main article aside {
|
||||
margin: 0.5em 0;
|
||||
font-family: "Ruda", sans-serif;
|
||||
color: #909090;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.meta-aside ul, #container main section#home ul li aside ul, #container main article aside ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.meta-aside ul li, #container main section#home ul li aside ul li, #container main article aside ul li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
/*text-decoration: none;*/
|
||||
}
|
||||
|
||||
.image, figure img, img {
|
||||
width: 100%;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
/**
|
||||
:not(#home) and :not(#list) is avoiding full width image in list of posts, e.g. home and taxonomy pages
|
||||
*/
|
||||
header .full-image, header figure.full img, header img[src*="full"],
|
||||
article .full-image, article figure.full img, article img[src*="full"],
|
||||
section:not(#list):not(#home) .full-image, section:not(#list):not(#home) figure.full img, section:not(#list):not(#home) img[src*="full"] {
|
||||
width: 100%;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
@supports (width: 100vw) {
|
||||
header .full-image, header figure.full img, header img[src*="full"],
|
||||
article .full-image, article figure.full img, article img[src*="full"],
|
||||
section:not(#list):not(#home) .full-image, section:not(#list):not(#home) figure.full img, section:not(#list):not(#home) img[src*="full"] {
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
}
|
||||
}
|
||||
|
||||
.mid-image, figure.mid img, img[src*="mid"] {
|
||||
width: 100%;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
@supports (width: 100vw) {
|
||||
.mid-image, figure.mid img, img[src*="mid"] {
|
||||
width: 800px;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -400px;
|
||||
margin-right: -400px;
|
||||
}
|
||||
@media only screen and (max-width: 800px) {
|
||||
.mid-image, figure.mid img, img[src*="mid"] {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.float-image, figure.float img, img[src*="float"] {
|
||||
width: 300px;
|
||||
float: left;
|
||||
margin: 0 1em 1em -3em;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.float-image, figure.float img, img[src*="float"] {
|
||||
float: none;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.float-image-right, figure.float-right img, img[src*="float-right"] {
|
||||
width: 300px;
|
||||
float: right;
|
||||
margin: 0 -3em 1em 1em;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.float-image-right, figure.float-right img, img[src*="float-right"] {
|
||||
float: none;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
figure figcaption p {
|
||||
margin-top: 0.3em;
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
figure.full {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
figure.mid {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
figure.float {
|
||||
margin: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
figure.float-right {
|
||||
margin: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
figure.float-right figcaption {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-bottom: solid 1px #cecece;
|
||||
}
|
||||
|
||||
table thead {
|
||||
background-color: #cecece;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 1em;
|
||||
border-left: solid 0.1em #797979;
|
||||
padding: 0.5em 2em;
|
||||
position: relative;
|
||||
background-color: #3e3b3c;
|
||||
box-shadow: 0 -1px 0 #797979 inset;
|
||||
}
|
||||
|
||||
blockquote::before {
|
||||
content: "\f10d";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-weight: 900;
|
||||
font-size: 3em;
|
||||
color: rgba(192, 192, 192, 0.3);
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
blockquote {
|
||||
margin: 1em 0;
|
||||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
dl dd {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ul.pagination {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 1em 0 0;
|
||||
padding: 0.5em 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul.pagination li {
|
||||
padding: 0 1em;
|
||||
}
|
462
themes/kiera/static/css/styles-light.css
Normal file
462
themes/kiera/static/css/styles-light.css
Normal file
@@ -0,0 +1,462 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: hidden;
|
||||
font-family: "Roboto Slab", serif;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
time {
|
||||
font-family: "Ruda", sans-serif;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-width: 100vw;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#container > * {
|
||||
width: 700px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#container > * {
|
||||
width: auto;
|
||||
margin: 0 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
#container header {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#container header h1 {
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
|
||||
#container header h1 a {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#container header ul {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#container header ul li {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#container header ul {
|
||||
float: none;
|
||||
}
|
||||
#container header ul li {
|
||||
margin: 0 1em 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
#container nav {
|
||||
border-bottom: solid 3px #cecece;
|
||||
padding-bottom: 0.5em;
|
||||
font-family: "Ruda", sans-serif;
|
||||
}
|
||||
|
||||
#container nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#container nav ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#container nav ul li {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#container nav ul li a.active {
|
||||
border-bottom: 0.5em solid #666666;
|
||||
}
|
||||
|
||||
#container main {
|
||||
flex: 1 0 0;
|
||||
line-height: 1.5;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
#container main section#home ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#container main section#home ul li {
|
||||
margin: 0.5em 0;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#container main section#home ul li h2 {
|
||||
margin: 0.2em 0;
|
||||
}
|
||||
|
||||
#container main section#home span {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
#container main section#list ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#container main section#list ul li {
|
||||
padding: 0.5em 0;
|
||||
border-bottom: 1px solid #cecece;
|
||||
}
|
||||
|
||||
#container main section#list ul li time, #container main section#list ul li span.count {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#container main section#list ul li:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#container main section.post-nav ul {
|
||||
margin: 0.5em 0;
|
||||
padding: 0.5em 0 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-top: 1px solid #f7f7f7;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#container main section.post-nav ul li:last-child {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#container main article > pre {
|
||||
background-color: #ffffcc;
|
||||
overflow-x: auto;
|
||||
padding: 0.8em;
|
||||
font-size: 0.9em;
|
||||
box-shadow: 0 -1px 0 #bbbbbb inset;
|
||||
}
|
||||
|
||||
#container main article .highlight pre {
|
||||
overflow-x: auto;
|
||||
font-size: 0.9em;
|
||||
padding: 0.8em;
|
||||
}
|
||||
|
||||
#container main article pre code {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#container main article p code {
|
||||
padding: 0.2em;
|
||||
background-color: #ffcccc;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#container main article p kbd {
|
||||
display: inline-block;
|
||||
padding: 0.2em 0.3em;
|
||||
font-size: 0.8em;
|
||||
line-height: 1em;
|
||||
color: #555555;
|
||||
vertical-align: middle;
|
||||
background-color: #fcfcfc;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #cccccc #cccccc #bbbbbb;
|
||||
border-image: none;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 -1px 0 #bbbbbb inset;
|
||||
}
|
||||
|
||||
#container main h1 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#container footer {
|
||||
border-top: solid 1px #cecece;
|
||||
}
|
||||
|
||||
#container footer h6 {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#container footer ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#container footer ul li:first-child {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#container footer ul li:not(:first-child) {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#container footer ul li a.active {
|
||||
border-bottom: 0.2em solid #666666;
|
||||
}
|
||||
|
||||
#container textarea, input {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
border: 1px solid #cecece;
|
||||
border-radius: 3px;
|
||||
color: #000000;
|
||||
/*display: -webkit-inline-box;*/
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
font-size: 14px;
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
line-height: 24px;
|
||||
padding: 8px;
|
||||
position: relative;
|
||||
box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1);
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#container button {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
border: 1px solid #d3d6db;
|
||||
border-radius: 3px;
|
||||
color: #666666;
|
||||
/*display: -webkit-inline-box;*/
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#container button:hover {
|
||||
border: solid #cecece 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.meta-aside, #container main section#home ul li aside, #container main article aside {
|
||||
margin: 0.5em 0;
|
||||
font-family: "Ruda", sans-serif;
|
||||
color: #909090;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.meta-aside ul, #container main section#home ul li aside ul, #container main article aside ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.meta-aside ul li, #container main section#home ul li aside ul li, #container main article aside ul li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #666666;
|
||||
/*text-decoration: none;*/
|
||||
}
|
||||
|
||||
.image, figure img, img {
|
||||
width: 100%;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
/**
|
||||
:not(#home) and :not(#list) is avoiding full width image in list of posts, e.g. home and taxonomy pages
|
||||
*/
|
||||
header .full-image, header figure.full img, header img[src*="full"],
|
||||
article .full-image, article figure.full img, article img[src*="full"],
|
||||
section:not(#list):not(#home) .full-image, section:not(#list):not(#home) figure.full img, section:not(#list):not(#home) img[src*="full"] {
|
||||
width: 100%;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
@supports (width: 100vw) {
|
||||
header .full-image, header figure.full img, header img[src*="full"],
|
||||
article .full-image, article figure.full img, article img[src*="full"],
|
||||
section:not(#list):not(#home) .full-image, section:not(#list):not(#home) figure.full img, section:not(#list):not(#home) img[src*="full"] {
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
}
|
||||
}
|
||||
|
||||
.mid-image, figure.mid img, img[src*="mid"] {
|
||||
width: 100%;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
@supports (width: 100vw) {
|
||||
.mid-image, figure.mid img, img[src*="mid"] {
|
||||
width: 800px;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -400px;
|
||||
margin-right: -400px;
|
||||
}
|
||||
@media only screen and (max-width: 800px) {
|
||||
.mid-image, figure.mid img, img[src*="mid"] {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.float-image, figure.float img, img[src*="float"] {
|
||||
width: 300px;
|
||||
float: left;
|
||||
margin: 0 1em 1em -3em;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.float-image, figure.float img, img[src*="float"] {
|
||||
float: none;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.float-image-right, figure.float-right img, img[src*="float-right"] {
|
||||
width: 300px;
|
||||
float: right;
|
||||
margin: 0 -3em 1em 1em;
|
||||
box-shadow: 0 3px 3px #bbbbbb;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.float-image-right, figure.float-right img, img[src*="float-right"] {
|
||||
float: none;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
figure figcaption p {
|
||||
margin-top: 0.3em;
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
figure.full {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
figure.mid {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
figure.float {
|
||||
margin: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
figure.float-right {
|
||||
margin: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
figure.float-right figcaption {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-bottom: solid 1px #cecece;
|
||||
}
|
||||
|
||||
table thead {
|
||||
background-color: #cecece;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 1em;
|
||||
border-left: solid 0.1em #cecece;
|
||||
padding: 0.5em 2em;
|
||||
position: relative;
|
||||
background-color: #efefef;
|
||||
box-shadow: 0 -1px 0 #bbbbbb inset;
|
||||
}
|
||||
|
||||
blockquote::before {
|
||||
content: "\f10d";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-weight: 900;
|
||||
font-size: 3em;
|
||||
color: rgba(192, 192, 192, 0.3);
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
blockquote {
|
||||
margin: 1em 0;
|
||||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
dl dd {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ul.pagination {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 1em 0 0;
|
||||
padding: 0.5em 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul.pagination li {
|
||||
padding: 0 1em;
|
||||
}
|
2
themes/kiera/static/css/styles.css
Normal file
2
themes/kiera/static/css/styles.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import url(./styles-light.css);
|
||||
@import url(./styles-dark.css) (prefers-color-scheme: dark);
|
165
themes/kiera/static/fontawesome/LICENSE.txt
Normal file
165
themes/kiera/static/fontawesome/LICENSE.txt
Normal file
@@ -0,0 +1,165 @@
|
||||
Fonticons, Inc. (https://fontawesome.com)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Font Awesome Free License
|
||||
|
||||
Font Awesome Free is free, open source, and GPL friendly. You can use it for
|
||||
commercial projects, open source projects, or really almost whatever you want.
|
||||
Full Font Awesome Free license: https://fontawesome.com/license/free.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
|
||||
|
||||
The Font Awesome Free download is licensed under a Creative Commons
|
||||
Attribution 4.0 International License and applies to all icons packaged
|
||||
as SVG and JS file types.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
# Fonts: SIL OFL 1.1 License
|
||||
|
||||
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
||||
packaged as web and desktop font files.
|
||||
|
||||
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
|
||||
with Reserved Font Name: "Font Awesome".
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
SIL OPEN FONT LICENSE
|
||||
Version 1.1 - 26 February 2007
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting — in part or in whole — any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
# Code: MIT License (https://opensource.org/licenses/MIT)
|
||||
|
||||
In the Font Awesome Free download, the MIT license applies to all non-font and
|
||||
non-icon files.
|
||||
|
||||
Copyright 2023 Fonticons, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in the
|
||||
Software without restriction, including without limitation the rights to use, copy,
|
||||
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
|
||||
and to permit persons to whom the Software is furnished to do so, subject to the
|
||||
following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
# Attribution
|
||||
|
||||
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
|
||||
Awesome Free files already contain embedded comments with sufficient
|
||||
attribution, so you shouldn't need to do anything additional when using these
|
||||
files normally.
|
||||
|
||||
We've kept attribution comments terse, so we ask that you do not actively work
|
||||
to remove them from files, especially code. They're a great way for folks to
|
||||
learn about Font Awesome.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
# Brand Icons
|
||||
|
||||
All brand icons are trademarks of their respective owners. The use of these
|
||||
trademarks does not indicate endorsement of the trademark holder by Font
|
||||
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
||||
to represent the company, product, or service to which they refer.**
|
9
themes/kiera/static/fontawesome/css/all.min.css
vendored
Normal file
9
themes/kiera/static/fontawesome/css/all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
themes/kiera/static/fontawesome/webfonts/fa-brands-400.ttf
Normal file
BIN
themes/kiera/static/fontawesome/webfonts/fa-brands-400.ttf
Normal file
Binary file not shown.
BIN
themes/kiera/static/fontawesome/webfonts/fa-brands-400.woff2
Normal file
BIN
themes/kiera/static/fontawesome/webfonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
themes/kiera/static/fontawesome/webfonts/fa-regular-400.ttf
Normal file
BIN
themes/kiera/static/fontawesome/webfonts/fa-regular-400.ttf
Normal file
Binary file not shown.
BIN
themes/kiera/static/fontawesome/webfonts/fa-regular-400.woff2
Normal file
BIN
themes/kiera/static/fontawesome/webfonts/fa-regular-400.woff2
Normal file
Binary file not shown.
BIN
themes/kiera/static/fontawesome/webfonts/fa-solid-900.ttf
Normal file
BIN
themes/kiera/static/fontawesome/webfonts/fa-solid-900.ttf
Normal file
Binary file not shown.
BIN
themes/kiera/static/fontawesome/webfonts/fa-solid-900.woff2
Normal file
BIN
themes/kiera/static/fontawesome/webfonts/fa-solid-900.woff2
Normal file
Binary file not shown.
BIN
themes/kiera/static/fontawesome/webfonts/fa-v4compatibility.ttf
Normal file
BIN
themes/kiera/static/fontawesome/webfonts/fa-v4compatibility.ttf
Normal file
Binary file not shown.
Binary file not shown.
1
themes/kiera/static/js/auto-render.min.js
vendored
Normal file
1
themes/kiera/static/js/auto-render.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,(function(e){return function(){"use strict";var t={771:function(t){t.exports=e}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={exports:{}};return t[e](i,i.exports,r),i.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)};var o={};return function(){r.d(o,{default:function(){return d}});var e=r(771),t=r.n(e);const n=function(e,t,n){let r=n,o=0;const i=e.length;for(;r<t.length;){const n=t[r];if(o<=0&&t.slice(r,r+i)===e)return r;"\\"===n?r++:"{"===n?o++:"}"===n&&o--,r++}return-1},i=/^\\begin{/;var a=function(e,t){let r;const o=[],a=new RegExp("("+t.map((e=>e.left.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"))).join("|")+")");for(;r=e.search(a),-1!==r;){r>0&&(o.push({type:"text",data:e.slice(0,r)}),e=e.slice(r));const a=t.findIndex((t=>e.startsWith(t.left)));if(r=n(t[a].right,e,t[a].left.length),-1===r)break;const l=e.slice(0,r+t[a].right.length),s=i.test(l)?l:e.slice(t[a].left.length,r);o.push({type:"math",data:s,rawData:l,display:t[a].display}),e=e.slice(r+t[a].right.length)}return""!==e&&o.push({type:"text",data:e}),o};const l=function(e,n){const r=a(e,n.delimiters);if(1===r.length&&"text"===r[0].type)return null;const o=document.createDocumentFragment();for(let e=0;e<r.length;e++)if("text"===r[e].type)o.appendChild(document.createTextNode(r[e].data));else{const i=document.createElement("span");let a=r[e].data;n.displayMode=r[e].display;try{n.preProcess&&(a=n.preProcess(a)),t().render(a,i,n)}catch(i){if(!(i instanceof t().ParseError))throw i;n.errorCallback("KaTeX auto-render: Failed to parse `"+r[e].data+"` with ",i),o.appendChild(document.createTextNode(r[e].rawData));continue}o.appendChild(i)}return o},s=function(e,t){for(let n=0;n<e.childNodes.length;n++){const r=e.childNodes[n];if(3===r.nodeType){let o=r.textContent,i=r.nextSibling,a=0;for(;i&&i.nodeType===Node.TEXT_NODE;)o+=i.textContent,i=i.nextSibling,a++;const s=l(o,t);if(s){for(let e=0;e<a;e++)r.nextSibling.remove();n+=s.childNodes.length-1,e.replaceChild(s,r)}else n+=a}else if(1===r.nodeType){const e=" "+r.className+" ";-1===t.ignoredTags.indexOf(r.nodeName.toLowerCase())&&t.ignoredClasses.every((t=>-1===e.indexOf(" "+t+" ")))&&s(r,t)}}};var d=function(e,t){if(!e)throw new Error("No element provided to render");const n={};for(const e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);n.delimiters=n.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\begin{equation}",right:"\\end{equation}",display:!0},{left:"\\begin{align}",right:"\\end{align}",display:!0},{left:"\\begin{alignat}",right:"\\end{alignat}",display:!0},{left:"\\begin{gather}",right:"\\end{gather}",display:!0},{left:"\\begin{CD}",right:"\\end{CD}",display:!0},{left:"\\[",right:"\\]",display:!0}],n.ignoredTags=n.ignoredTags||["script","noscript","style","textarea","pre","code","option"],n.ignoredClasses=n.ignoredClasses||[],n.errorCallback=n.errorCallback||console.error,n.macros=n.macros||{},s(e,n)}}(),o=o.default}()}));
|
1
themes/kiera/static/js/katex.min.js
vendored
Normal file
1
themes/kiera/static/js/katex.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
themes/kiera/static/js/mathjax-config.js
Normal file
9
themes/kiera/static/js/mathjax-config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
window.MathJax = {
|
||||
tex: {
|
||||
tags: "ams",
|
||||
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
||||
},
|
||||
svg: {
|
||||
fontCache: 'global'
|
||||
}
|
||||
};
|
1
themes/kiera/static/js/scripts.js
Normal file
1
themes/kiera/static/js/scripts.js
Normal file
@@ -0,0 +1 @@
|
||||
// nothing here yet.
|
Reference in New Issue
Block a user