Template:Stagescript/screenplay.css

From Wikiversity
Jump to navigation Jump to search
/* container */

.__stagescript__screenplay {font-family:Courier, monospace }

/* Scene headings */
.__stagescript__screenplay  h3 {text-align:center; font-weight:normal; font-size:1em;}
.__stagescript__screeenplay h3+p{text-align:left;}

.__stagescript__screenplay .__scene p:nth-of-type(1){
	text-align:left;  /* This is the heading - for most screenplays these are on the left */
	text-decoration:none;
}

.__stagescript__screenplay .__scene P:nth-of-type(2){ /* This for most scripts will be on the left */
	text-align:left;
}

.__stagescript__screenplay .__ps_scene p:nth-of-type(1){
	text-align:left;  /* This is the heading - for creenplays on left*/
	text-transform:capitalize; /* Scene headings in ALL-CAPS. */
}

.__stagescript__screenplay .__ps_scene P:nth-of-type(2){ /* This for most scripts will be on the left */
	text-align:left;
}

/* Scene action */
.__stagescript__screenplay .__sdr1,
.__stagescript__screenplay .__sdr2{
	text-align:left; width:100%;display:inline-block; /* inline block unless styled otherwise. */
}

/*Character names */
.__stagescript__screenplay .__speaker1{
	display:inline-block; width:100%; text-align:center; text-transform:uppercase; background:grey;
}

.__stagescript__screenplay .__script_fx{
	display:inline-block; width:100%; text-align:left;  
}

.__stagescript__screenplay .__slide{
	display:block; float:right;  width:10em; text-align:left; 
}

.__stagescript__screenplay .__slide_type{
text-decoration:underline; text-transform:uppercase;
}
.__stagescript__screenplay .__slide_txt{
	text-decoration:none; text-transform:none;
}