Template:Stagescript/cue.css

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

/*Speaker for line of dialogue */

.__stagescript__cue{
	padding-left:11em;
}

.__stagescript__ h3 {text-align:center; font-weight:normal; font-size:1em;}
.__stagescript__ h3+p{text-align:left;}

.__stagescript__cue .__scene p:nth-of-type(1){
	text-align:center;  /* This is the heading - for most scripts these are centered */
}

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

.__stagescript__cue .__speaker1,
.__stagescript__cue .__script_fx{
	display:block; float:left; margin-left:-11em; width:10em; text-align:left; text-decoration:underline; text-transform:uppercase;
}
.__stagescript__cue .__script_fx_txt{
text-decoration:underline; 
}
.__stagescript__cue .__slide{
	display:block; float:right;  width:10em; text-align:left; 
}

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



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