diff --git a/Dramasystem/dramasystem.css b/Dramasystem/dramasystem.css
index 3f1e2cf152..2455798950 100644
--- a/Dramasystem/dramasystem.css
+++ b/Dramasystem/dramasystem.css
@@ -75,12 +75,15 @@ display: inline-block;
display:inline-block;
padding:0px;
}
+.sheet-heading {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
-h1 {
text-align:center;
font-family:HoeflerText, Garamond, serif;
font-size:14pt;
- font-weight:light;
+ font-weight:500;
font-variant:small-caps;
border-width: 0 0 0 2px;
padding-top:10px;
@@ -88,11 +91,29 @@ h1 {
color:#663300;
}
-h2 {
- font-size:14px;
+.sheet-heading:before,
+.sheet-heading:after {
+ content:" ";
+ background-image:url(squiggle.png);
+ background-repeat:repeat-x;
+ flex-grow: 1;
+ position: relative;
+ top: 0.5em;
}
-input[type=text], select, {
+.sheet-heading:before {
+ margin-right:10px;
+}
+
+.sheet-heading:after {
+ margin-left:10px;
+}
+
+.sheet-logo {
+
+}
+
+input[type=text], select {
border-bottom: 1px solid #D3D3D3;
border-top: 0px;
border-left: 0px;
@@ -157,11 +178,11 @@ width:100px
}
.sheet-relationshiprelat {
-width:90px
+width:130px
}
.sheet-relationshipwant {
-width:210px
+width:200px
}
.sheet-relationshipno {
@@ -169,7 +190,7 @@ width:180px
}
.sheet-relationshippoles {
-width:200px
+width:180px
}
.sheet-relationshipname, .sheet-relationshiprelat, .sheet-relationshipwant, .sheet-relationshipno, .sheet-relationshippoles, .sheet-actions {
diff --git a/Dramasystem/dramasystem.html b/Dramasystem/dramasystem.html
index bde88a2b2b..037205acc7 100644
--- a/Dramasystem/dramasystem.html
+++ b/Dramasystem/dramasystem.html
@@ -1,8 +1,9 @@
+

- The People in My Life
+ The People in My Life
-What I Can Do
+ What I Can Do
-Rank
-Action
-Custom Action
-How I Do It
-
+ Rank
+ Action
+ Custom Action
+ How I Do It
+
Strong