Changeset 206:c180da4832ac

Show
Ignore:
Timestamp:
10/11/09 17:01:13 (11 months ago)
Author:
rgrp
Branch:
default
convert_revision:
svn:0ead1229-0713-0410-96cd-f668dbfad531/trunk@295
Message:

[moby][s]: fix up moby html and latex transforms.

  • html: change html output to be simple transform of text without any inserting in an html body so that the output works nicely with main site templates when rendering this material in the related resource view
    • Also add css and some styling so it looks nice
  • latex: minor fix to 'header' text
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • shakespeare/public/extra.css

    r182 r206  
    1313} 
    1414 
     15/** 
     16  * HTML transformed from Moby texts 
     17  * these classes get applied in shksprdata/moby_html.xsl 
     18  */ 
     19 
     20.shkspr-act-title { 
     21  margin-top: 2em; 
     22} 
     23 
     24.shkspr-scene-title { 
     25  margin-top: 1.5em; 
     26} 
     27 
     28.shkspr-speech-speaker { 
     29} 
     30  
     31p.shkspr-speech-body { 
     32  margin-left: 1em; 
     33} 
     34 
     35.shkspr-stagedir { 
     36  font-style: italic;   
     37} 
     38 
     39.shkspr-stagedir-inline { 
     40  font-style: italic;   
     41}