here it is (for those who won't www)
<style type="text/css">
body{
/* body elements create a green field that's easy on the eyes.*/
margin:0px;
padding:0px;
background:#9BA882;
/* Note: Courier 10 Pitch BT is the "official" screenplay font. It MUST be i
nstalled on the computer used to view the pages made with this template. */
font:12pt "Courier 10 Pitch BT","Courier New";letter-spacing:-1px;line-heigh
t:1; /* Letter spacing corrects kerning (mostly) for Courier font family.
The line-height tag provides proper line spacing for the Courier font family
. Courier 10 Pitch BT is free from Bitstream. */
}
/* the #header & #main divs butt together to create the whole page */
#header{ /* page number holder*/
text-align:right;
width:530px; /* 8.5 inch page */
height:45px; /* 11 inch page including #main */
padding:50px 100px 0px 100px; /* top,right,bottom,left internal margins */
margin:30px 100px 0px 130px; /* placement of #main on green field */
border-left:none; /* border elements create edges */
border-right:solid 2px #485235;
border-bottom:none;
border-top:none;
background:#ffffff; /* creates a white #header */
}
#main{ /* where all the text goes */
width:530px; /* 8.5 inch page */
height:850px; /* 11 inch page including #header */
padding:18px 100px 80px 100px; /* top,right,bottom,left internal margins */
margin:-19px 100px 30px 130px; /* placement of #main on green body, butts up
to #header */
border-left:none; /* border elements create edges*/
border-right:solid 2px #485235;
border-bottom:solid 2px #485235;
border-top:none;
background:#ffffff; /* creates a white page */
}
#character{ /* sets the indent for the characteracter name in uppercase
*/
padding:10px 0px 0px 0px;
text-transform:uppercase;
text-indent:180px;
}
#dialog{ /* sets the dialog margins */
margin:0px 110px 0px 85px;
}
#paren{ /* sets the parenthetical margins, text in lowercase*/
text-transform:lowercase;
margin:0px 150px 0px 130px;
}
#action{ /* description text */
padding:10px 0px 0px 0px;
}
#slug{ /* used for scene sluglines */
text-transform:uppercase;
padding:23px 0px 0px 0px; /* provides proper line spacing */
}
/* The Latinized text below is used for demostration purposes only */
</style>
|