playfair

Playfair Script Formatter
git clone https://git.stjo.hn/playfair
Log | Files | Refs | README | LICENSE

common.css (779B)


      1 * {
      2 	font-family: Courier, monospace;
      3 	font-size: 12pt;
      4 	font-style: normal;
      5 	font-weight: normal;
      6 	margin: 0;
      7 }
      8 
      9 h1 {
     10 	page-break-after: avoid;
     11 	text-align: center;
     12 }
     13 
     14 p#author {
     15 	margin-top: 0.83em;
     16 	margin-bottom: 0.83em;
     17 	text-align: center;
     18 }
     19 
     20 hr.page {
     21 	page-break-after: always;
     22 	width: 0;
     23 }
     24 
     25 p.level3 {
     26 	margin-top: 1em;
     27 	margin-bottom: 1em;
     28 	text-transform: uppercase;
     29 }
     30 
     31 div.dialogue {
     32 	page-break-inside: avoid;
     33 }
     34 
     35 p.character {
     36 	margin-top: 1em;
     37 	margin-bottom: 0.04in;
     38 	text-transform: uppercase;
     39 }
     40 
     41 p.dialogue {
     42 	margin-bottom: 0.04in;
     43 	margin-top: 0.04in;
     44 }
     45 
     46 p.end {
     47 	margin-top: 4em;
     48 }
     49 
     50 p.stageDirections {
     51 	margin-top: 1em;
     52 	margin-bottom: 1em;
     53 }
     54 
     55 p.characterStageDirections {
     56 	margin-bottom: 0.04in;
     57 	margin-top: 0.04in;
     58 }
     59 
     60 em {
     61 	text-decoration: underline;	
     62 }