View Single Post
Old 01-16-2011, 12:07 PM   #9
alanjay
Member
alanjay began at the beginning.
 
Posts: 16
Karma: 42
Join Date: Oct 2010
Device: kindle
Having played further with this I have posted some more information that might be useful in this thread.

The result is that the CSS file I am now using is:

Code:
body {
font-family: "Courier New", Monospace;
}
p.action {
text-align: left;
margin-left: 0px;
margin-right: 0px;
}
p.character {
text-align: left;
margin-left: 50%;
margin-right: 10px;
margin-bottom: 0px;
margin-top: 8px;
}
p.dialog {
text-align: left;
margin-left: 20%;
margin-right: 30px;
margin-top: 0px;
margin-bottom: 0px;
}
p.sceneheading {
text-align: left;
text-transform: uppercase;
}
p.sceneheading:before {
margin-bottom: -16px ! important;
}
p.sceneheading:after {
margin-top: -16px ! important;
}
p.transition {
text-align: right;
text-transform: uppercase;
margin-right: 15px;
}
p.parenthetical {
text-align: left;
margin-left: 23%;
margin-right: 20px;
}
alanjay is offline   Reply With Quote