diff --git a/CWOD-M20/M20.css b/CWOD-M20/M20.css
index 614507ca56..6421796b80 100644
--- a/CWOD-M20/M20.css
+++ b/CWOD-M20/M20.css
@@ -619,3 +619,82 @@ input.sheet-XPcomp + span::before{
input.sheet-Dice{
width: 16%;
}
+button[type=roll].sheet-Dice::before {
+ content: "";
+}
+select.sheet-Dice{
+ width: 150px;
+}
+
+/* Roll Template */
+.sheet-rolltemplate-generic table {
+ width: 100%;
+ background-color: #FFF;
+ border:2px solid #000;
+ border-spacing: 0;
+ border-collapse: separate;
+ border-radius: 5px;
+ -moz-box-shadow: 2px 2px 5px #000;
+ -webkit-box-shadow: 2px 2px 5px #000;
+ box-shadow:2px 2px 5px #000;
+ overflow: hidden;
+}
+.sheet-rolltemplate-generic .sheet-header {
+ background-color: #000;
+ border: 1px solid #000;
+ color: #FFF;
+ font-family:"Helvetica Neue",Helvetica,sans-serif;
+ font-size: 1.1em;
+}
+.sheet-rolltemplate-generic .sheet-header-table {
+ display:table;
+ width:100%;
+}
+.sheet-rolltemplate-generic .sheet-header-middle {
+ display:table-cell;
+ vertical-align:middle;
+}
+.sheet-rolltemplate-generic .sheet-subtitle {
+ background-color: #000;
+ border: 1px solid #000;
+ color: #FFF;
+ font-family: "Helvetica Neue",Helvetica,sans-serif;
+ font-size: 1em;
+ font-weight:normal !important;
+ text-align: left;
+}
+.sheet-rolltemplate-generic .sheet-header a {
+ color: #FFF;
+ text-decoration: underline;
+}
+.sheet-rolltemplate-generic td {
+ padding: 1px 1px 1px 5px;
+ line-height: 1.1em;
+ vertical-align:sub;
+}
+.sheet-rolltemplate-generic td:nth-child(odd) {
+ text-align: left;
+ font-weight:bold;
+}
+.sheet-rolltemplate-generic .inlinerollresult {
+ color: #FFF;
+ background-color: #000;
+ border-color: #000;
+ min-width: 1em;
+ text-align: center;
+ display: inline-block;
+ margin-left: 1px;
+ padding:0px;
+}
+.sheet-rolltemplate-generic .inlinerollresult.fullcrit {
+ color: #FFF;
+ background-color: #3FB315;
+}
+.sheet-rolltemplate-generic .inlinerollresult.fullfail {
+ color: #FFF;
+ background-color: #B31515;
+}
+.sheet-rolltemplate-generic .inlinerollresult.importantroll {
+ color: #FFF;
+ background-color: #4A57ED;
+}
diff --git a/CWOD-M20/M20.html b/CWOD-M20/M20.html
index 1d4e104965..49984b1c99 100644
--- a/CWOD-M20/M20.html
+++ b/CWOD-M20/M20.html
@@ -3,7 +3,21 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
|
+
+
+ {{#character_name}}
+ {{#character_id}}[{{character_name}}](http://journal.roll20.net/character/{{character_id}}){{/character_id}}
+ {{^character_id}}{{character_name}}{{/character_id}}
+ {{#name}}:{{/name}}
+ {{/character_name}}
+ {{#name}}
+ {{#name_link}}[{{name}}]({{name_link}}){{/name_link}}
+ {{^name_link}}{{name}}{{/name_link}}
+ {{/name}}
+
+
+ |
+ |
{{subtitle}} | |
| {{key}} : {{value}} | |