diff --git a/classes/_shortcodes-info.inc b/classes/_shortcodes-info.inc index 759c78d..4f55802 100644 --- a/classes/_shortcodes-info.inc +++ b/classes/_shortcodes-info.inc @@ -1,9 +1,28 @@ -

+

+ +

+
+    [scene-heading]Ext. The Old Man's House[/scene-heading]
+    [scene-action]John is walking down to the car parked in the driveway.[/scene-action]
+    [dialog name="John" direction="(towards the house)"]Hey, where are the keys?[/dialog]
+  
+ +
+
+
+
+
+
+
+
+
+ +

- + What Did They Say?!?', 'what-did-they-say') ?> - + What Did They Say?!? make your transcripts look like a screenplay.', 'what-did-they-say') ?>

@@ -22,7 +41,7 @@

-

+

[dialog name="John" direction="(towards the house)"]Hey, where are the keys?[/dialog] becomes:', 'what-did-they-say') ?>

diff --git a/css/wdts-admin.css b/css/wdts-admin.css new file mode 100644 index 0000000..3306524 --- /dev/null +++ b/css/wdts-admin.css @@ -0,0 +1,40 @@ +#wdts-tab-bar { + margin-top: 0.5em; + padding: 0.7em 0 0.2em; + overflow: hidden +} + +.wdts-tab { + border-style: solid; + border-color: #b3b3b3; + border-width: 1px 1px 0 1px; + background-color: #FFFFFF; + padding: 0.5em; + margin: 0 0.2em; + border-radius-topleft: 0.5em; + border-radius-topright: 0.5em; + -moz-border-radius-topleft: 0.5em; + -moz-border-radius-topright: 0.5em; + -webkit-border-radius-topleft: 0.5em; + -webkit-border-radius-topright: 0.5em; + text-decoration: none; +} + +.inactive { + background-color: #b3b3b3 +} + +#wdts-container { + border: solid #b3b3b3 1px; + padding: 0.5em; + overflow: hidden +} + +#wdts-container label { + display: block; + padding: 0.3em 0 +} + +#wdts-container dd { + margin-left: 4em +} \ No newline at end of file diff --git a/css/wdts-defaults.css b/css/wdts-defaults.css index 1cc6891..8c1f6b7 100644 --- a/css/wdts-defaults.css +++ b/css/wdts-defaults.css @@ -1,7 +1,7 @@ div.transcript { border: solid #333 1px; - padding: 10px; - margin: 10px; + padding: 0.5em; + margin: 0.5empx; background-color: #e7e7e7 } @@ -10,14 +10,14 @@ div.transcript div, div.transcript span { } div.transcript > div { - margin-bottom: 10px + margin-bottom: 0.5em } div.transcript div.scene-heading { text-transform: uppercase; text-align: center; font-weight: bold; - margin-bottom: 10px + margin-bottom: 0.5em } div.transcript div.dialog { @@ -33,5 +33,5 @@ div.transcript div.dialog span.name { } div.transcript div.dialog span.speech { - margin: 10px 20px 0 + margin: 0.5em 1em 0 } \ No newline at end of file