diff --git a/Skyfarer_Roll20/SkyfarerRoll20Sheet_CSS.css b/Skyfarer_Roll20/SkyfarerRoll20Sheet_CSS.css
new file mode 100644
index 0000000000..85b508dfb3
--- /dev/null
+++ b/Skyfarer_Roll20/SkyfarerRoll20Sheet_CSS.css
@@ -0,0 +1,31 @@
+.charsheet {
+ background-image: url("https://github.com/taimatime/Roll20_Skyfarer_Sheet/blob/master/PaperTexture.jpg?raw=true"); /*papertexture*/
+ background-color: white;
+ background-repeat: no-repeat;
+ background-size: cover;
+ color: black;
+ text-align: center;
+
+}
+
+
+{
+ font-family:"Book Antiqua","Palatino";
+}
+
+input[type="text"]
+{
+ background: opacity 0.5;
+ border: none;
+}
+
+
+.sheet-block-a,
+.sheet-block-switch:checked ~ .sheet-block-b {
+ display: block;
+}
+
+.sheet-block-b,
+.sheet-block-switch:checked ~ .sheet-block-a {
+ display: none;
+}
diff --git a/Skyfarer_Roll20/images/PaperTexture.jpg b/Skyfarer_Roll20/images/PaperTexture.jpg
new file mode 100644
index 0000000000..00e7cba799
Binary files /dev/null and b/Skyfarer_Roll20/images/PaperTexture.jpg differ
diff --git a/Skyfarer_Roll20/images/SkyfarerHeader.png b/Skyfarer_Roll20/images/SkyfarerHeader.png
new file mode 100644
index 0000000000..5fd32ae534
Binary files /dev/null and b/Skyfarer_Roll20/images/SkyfarerHeader.png differ
diff --git a/Skyfarer_Roll20/images/shipclass.png b/Skyfarer_Roll20/images/shipclass.png
new file mode 100644
index 0000000000..50a13fd4a9
Binary files /dev/null and b/Skyfarer_Roll20/images/shipclass.png differ
diff --git a/Skyfarer_Roll20/sheet.json b/Skyfarer_Roll20/sheet.json
new file mode 100644
index 0000000000..0ceff50c34
--- /dev/null
+++ b/Skyfarer_Roll20/sheet.json
@@ -0,0 +1,8 @@
+{
+ "html": "SkyfarerRoll20HTML.html",
+ "css": "SkyfarerRoll20Sheet_CSS.css",
+ "authors": "Taima",
+ "roll20userid": "761078",
+ "preview": "Preview.jpg",
+ "instructions": "Just a simple sheet! Check the box at the top if you need a captain/locomotive sheet instead of a character sheet. When you roll, it will ask you if you have +/-1 forward, if you don't just click ok and it'll roll as normal. :)"
+}
\ No newline at end of file