From dbc82aee6fa2c40074b0a742e34cb409b461cbdb Mon Sep 17 00:00:00 2001 From: Salvador Melo Date: Mon, 5 Nov 2018 02:42:04 -0500 Subject: [PATCH] Attributes yo --- Scion2e/scion2e.css | 37 +++++++++++++ Scion2e/scion2e.html | 125 ++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 161 insertions(+), 1 deletion(-) diff --git a/Scion2e/scion2e.css b/Scion2e/scion2e.css index 4d90e1a530..2599cd7254 100644 --- a/Scion2e/scion2e.css +++ b/Scion2e/scion2e.css @@ -92,6 +92,7 @@ .sheet-header{ font-size: x-large; + text-align: center; } .sheet-line{ @@ -231,4 +232,40 @@ input.sheet-zero:hover + span::before input.sheet-zero + span::before { opacity: 0; +} + +/* end boxes/radios */ + +table.sheet-attribute-table { + table-layout: fixed; + text-align: center; + width:100%; +} + +td, th { + padding: 0 1em 0 1em; +} + +td:first-child, th:first-child { + padding: 0 1em 0 0; +} + +td:last-child, th:last-child { + padding: 0 0 0 1em; +} + +table.sheet-attribute-table td>div { + display: flex; +} + +table.sheet-attribute-table th:first-child { + text-align: right; +} + +table.sheet-attribute-table th { + text-align: center; +} + +.sheet-row > .sheet-col { + width: 100%; } \ No newline at end of file diff --git a/Scion2e/scion2e.html b/Scion2e/scion2e.html index 022314105b..adc57e20d3 100644 --- a/Scion2e/scion2e.html +++ b/Scion2e/scion2e.html @@ -17,7 +17,7 @@ Skills -
+
+
+
+
Attributes
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
MentalPhysicalSocial
Power +
+ + + + + + + +
+
+
+ + + + + + + +
+
+
+ + + + + + + +
+
Finesse +
+ + + + + + + +
+
+
+ + + + + + + +
+
+
+ + + + + + + +
+
Resistance +
+ + + + + + + +
+
+
+ + + + + + + +
+
+
+ + + + + + + +
+
+
\ No newline at end of file