Skip to content

Commit

Permalink
Nikola auto commit.
Browse files Browse the repository at this point in the history
Source commit: b79dea6
Nikola version: 8.2.2
  • Loading branch information
Unknown committed Dec 3, 2022
1 parent 0cce176 commit a854fd8
Show file tree
Hide file tree
Showing 2,781 changed files with 87,398 additions and 91,058 deletions.
3 changes: 3 additions & 0 deletions 2022/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ <h1 class="blog-title">
<article class="listpage"><header><h1>Posts for year 2022</h1>
</header><ul class="postlist">
<li>
<time class="listdate" datetime="2022-12-02T22:54:07-05:00" title="2022-12-02 22:54">2022-12-02 22:54</time><a href="../posts/2022/12/02/demonicity-a-tri-stat-boxed-game-by-dyskami/" class="listtitle">Demonicity, a Tri-Stat boxed game by Dyskami</a>
</li>
<li>
<time class="listdate" datetime="2022-08-05T11:10:39-04:00" title="2022-08-05 11:10">2022-08-05 11:10</time><a href="../posts/2022/08/05/splitting-strings-on-a-delimiter-in-the-ada-programming-language/" class="listtitle">Splitting Strings on a Delimiter in the Ada Programming Language</a>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1 class="blog-title">
</header><ul class="postlist">
<li>
<a href="2022/">2022</a>
(14)
(15)
</li>
<li>
<a href="2021/">2021</a>
Expand Down
312 changes: 312 additions & 0 deletions assets/css/.~/custom.css~
Original file line number Diff line number Diff line change
@@ -0,0 +1,312 @@
/* custom.css starts here. */

.blog-title {
font-weight: bold;
}

.area {
border-radius: 4px;
border-style: solid;
border-width: 2px;
}

.dice, .item {
font-weight: bold;
}

.skill {
color: #663300;
font-style: italic;
}

.spell, .power {
color: #cc0099;
font-style: italic;
}

.mech {
color: #33cc33;
font-style: italic;
font-weight: bold;
}

.house {
color: red;
font-style: italic;
font-weight: bold;
}

.loot, .pc {
font-weight: bold;
}

.npc {
font-style: italic;
font-weight: bold;
}

.creature {
color: red;
font-weight: bold;
}

.deadpc {
text-decoration: line-through;
font-weight: bold;
}

.deadnpc {
text-decoration: line-through;
font-style: italic;
font-weight: bold;
}

.scene {
font-style: italic;
}

.gm {
text-decoration: underline overline darkgreen;
}

.hire {
text-decoration: underline;
}

.xp {
font-weight: bold;
}

.smalltable {
font-size: 65%;
margin: 0;
padding: 0;
border-spacing: 0;
}

.smalltable p {
margin-bottom: 0;
}

.boxedtable table,
.boxedtable table th,
.boxedtable table td {
border-collapse: collapse;
border: 1px solid black;
padding-left: 0.25em;
}

.app {
font-style: italic;
font-weight: bold;
font-size: 100%;
}

.man {
font-family: "Source Code Pro","Go Mono","DejaVu Sans Mono","Courier New","Lucida Console",Monospace;
font-style: italic;
font-size: 90%;
}

/* Menlo,Monaco,Consolas,"Courier New",monospace is what blog and less use. */

.command {
font-family: "Source Code Pro","Go Mono","DejaVu Sans Mono","Courier New","Lucida Console",Monospace;
font-weight: bold;
font-size: 90%;
}

/* I'm undecided about whether I should use program or command,
or if they should indeed indicate different things. */
.program {
font-family: "Source Code Pro","Go Mono","DejaVu Sans Mono","Courier New","Lucida Console",Monospace;
font-weight: bold;
font-size: 90%;
}

.file {
font-family: "Source Code Pro","Go Mono","DejaVu Sans Mono","Courier New","Lucida Console",Monospace;
color: #008000;
font-size: 90%;
}

.key {
font-family: "Source Code Pro","Go Mono","DejaVu Sans Mono","Courier New","Lucida Console",Monospace;
padding: 2px 4px;
font-size: 90%;
color: #ff9900;
background-color: #f9f2f4;
/*
border-radius: 4px;
border-style: solid;
border-width: 2px;
*/
}

.literal {
font-family: "Source Code Pro","Go Mono","DejaVu Sans Mono","Courier New","Lucida Console",Monospace;
}

.code {
font-family: "Source Code Pro","Go Mono","DejaVu Sans Mono","Courier New","Lucida Console",Monospace;
}

pre {
margin-bottom: 6px;
}

p code.literal {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 1px;
padding-right: 1px;
font-size: 85%;
}

table {
border-bottom: 1px solid black;
margin-bottom: 0.5ex;
width: 66%;
}

thead {
border-top: 1px solid black;
border-bottom: 1px solid black;
}

tr {
margin: 0;
border: 0;
}

div.note {
border: solid;
}

div.admonition {
border: solid;
padding: 0.5em;
margin-bottom: 1ex;
}
p.admonition-title {
font-weight: bold;
font-family: sans-serif;
}

ul {
padding-left: 1em;
}

dl.footnote > dt.label {
padding-left: 0;
float: left;
clear: left;
text-align: left;
font-size: 100%;
vertical-align: baseline;
}

dt {
padding-left: 0;
}

dd {
padding-left: 2em;
margin-left: 0;
}

ol {
/* padding-left: 2em; */
list-style-position inside;
}


ol.loweralpha {
list-style-type: lower-alpha;
}

ol.upperalpha {
list-style-type: upper-alpha;
}

ol.lowerroman {
list-style-type: lower-roman;
}

ol.upperroman {
list-style-type: upper-roman;
}

hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid black;
}

/* This doesn't seem to work any more.
.footnote-reference.brackets:before { content: "["; }
.footnote-reference.brackets:after { content: "]"; }
.fn-backref:before { content: "["; }
.fn-backref:after { content: "]"; }

/*
.fn-backref {
font-size: 100%;
vertical-align: baseline;
}
*/

.footnote-reference.brackets .fn-bracket {
font-size: 100%;
vertical-align: baseline;
}
*/


body {
font-size: 20px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}

.blog-main {
font-size: 20px;
line-height: 1.25;
}

div.sidebar-module-inset > h4 {
font-size: 22px;
font-weight: bold;
}

div.sidebar-module > h4 {
font-size: 22px;
font-weight: bold;
}

@media (min-width: 1200px) {
.container {
width: 1170px;
}
}

@media (min-width: 768px) {
.col-sm-offset-1 {
margin-left: 5%;
}
}

.line-block {
margin-bottom: 1ex;
}

/* https://codeburst.io/how-to-create-horizontal-scrolling-containers-d8069651e9c6 */
div.code {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}

/* custom.css ends here. */
Loading

0 comments on commit a854fd8

Please sign in to comment.