diff --git a/Don't Rest Your Head/dontrestyourhead.css b/Don't Rest Your Head/dontrestyourhead.css new file mode 100644 index 0000000000..c2883c9508 --- /dev/null +++ b/Don't Rest Your Head/dontrestyourhead.css @@ -0,0 +1,146 @@ +.sheet-basic { + font-family: Verdana; +/* background-image: url("https://i.imgur.com/gIacv0f.jpg"); */ + background: #e5e5e5; + padding: 10px; +} + +/*-------------- Table Formatting -----------------*/ +.sheet-divTable{ + display: table; + width: 100%; +} +.sheet-divTableRow { + display: table-row; +} +.sheet-divTableHeading { + background-color: #EEE; + display: table-header-group; +} +.sheet-divTableCell, .sheet-divTableHead { + border: 1px solid #e5e5e5; + display: table-cell; + background: gray; + color: white; + padding: 3px 10px; +} +.sheet-divTableHeading { + background-color: #EEE; + display: table-header-group; + font-weight: bold; +} +.sheet-divTableFoot { + background-color: #EEE; + display: table-footer-group; + font-weight: bold; +} +.sheet-divTableBody { + display: table-row-group; +} + +.sheet-discipline { + background: white; +} + +.sheet-exhaustion { + background: gray; +} + +.sheet-madness { + background: red; +} + +.sheet-rolltemplate-conflict td { + padding-left: 30px; + padding-right: 20px; +} + +.sheet-rolltemplate-conflict th { + text-align: center; +} +/*-------------- End Table Formatting -----------------*/ +.sheet-hidden { + display: none; +} + +.sheet-title2 { + font-size: 1em; + line-height: 1em; + font-family: Courier; + text-transform: uppercase; + padding:5px; + padding-left:20px; +/* color: #660000; */ + color: white; + background: black; +} + +.sheet-title3 { + font-size: 1.5em; + line-height: 1.5em; + font-family: Georgia; + color: gray; +} + +.sheet-textbox2 { + width: 50px; + text-align: center; +} + +.sheet-textarea { + width: 100%; + height: 70px; + resize: vertical; + border: 1px dotted #d3d3d3; + border-radius:0px 10px; + font-family: verdana; +} + +.sheet-textfight { + +} + +.sheet-select { + background: black; + color: white; + height:30px; + font-size: 1.2em; + line-height: 1.2em; +} + +.sheet-textflight { + +} + +.sheet-checkbox_response { + +} + +/*----------Result Recolor------------*/ + +.sheet-rolltemplate-conflict .inlinerollresult, +.sheet-rolltemplate-conflict .inlinerollresult.fullfail, +.sheet-rolltemplate-conflict .inlinerollresult.importantroll, +.sheet-rolltemplate-conflict .inlinerollresult.fullcrit { + border: 0px; + background: none; +} + +.sheet-rolltemplate-conflict .inlinerollresult.fullcrit, +.sheet-rolltemplate-conflict .inlinerollresult.importantroll { + background: black; + color: white; + border: 0px; +} + +.sheet-rolltemplate-conflict table { + border: 2px black; + background: white; + border-radius: 2px 20px 20px 2px; + width: 100%; +} + +.sheet-tcat { + font-weight: bold; + +} \ No newline at end of file diff --git a/Don't Rest Your Head/dontrestyourhead.html b/Don't Rest Your Head/dontrestyourhead.html new file mode 100644 index 0000000000..9a785a5d13 --- /dev/null +++ b/Don't Rest Your Head/dontrestyourhead.html @@ -0,0 +1,99 @@ +
| {{title}} | |
|---|---|
| Discipline: | {{discipline}} | +
| Exhaustion: | {{exhaustion}} | +
| Madness: | {{madness}} | +