1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

added markdown platform (using showdown.js)

This commit is contained in:
Steven Hugg
2018-11-21 11:53:33 -05:00
parent a7b1fb4f57
commit a39bc2344e
9 changed files with 805 additions and 4 deletions
+8 -2
View File
@@ -286,7 +286,7 @@ canvas.pixelated {
border-color:#99ff99;
background-color:#006600;
border-style:solid;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
}
.nav-tabs > li > a.tab {
line-height: 1.0;
@@ -297,7 +297,7 @@ canvas.pixelated {
border-color:#9999ff;
background-color:#333399;
border-style:solid;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
color:#77aaaa;
padding:6px;
}
@@ -335,3 +335,9 @@ div.replaydiv {
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
height:100%;
}
div.markdown {
background-color: #fff;
width:94%;
margin:3%;
padding:1em;
}