[ADD] conf deplate, and test viki.
[arrow.git] / archlinux_conf / home / .deplate / css / screenplay.css
blobd19f29c68a9ec4bd1bbf7f6fc9e460484b02cd9a
1 @page {
2 size: portrait;
3 margin: 1in 1in 1.5in 1.5in;
4 orphans: 2;
5 widows: 2;
8 .screenplay {
9 font-family : 'Monotype.com', Courier New, Courier, Monospace;
10 font-size: 11pt;
11 font-weight: normal;
12 margin: 10px 0 10px 0;
13 padding: 0;
16 div.screenplay {
19 h1.screenplay {
20 /* page-break-before: always; */
23 h1.screenplay, h2.screenplay, h3.screenplay, h4.screenplay, h5.screenplay {
24 /* text-decoration: underline; */
25 margin: 20px 0 10px 0;
26 border: 0;
27 border-bottom: 1px solid #000000;
28 font-weight: bold;
29 text-transform: uppercase;
30 width: 100%;
33 span.screenplay-intext {
34 /* padding-right: 1cm; */
37 span.screenplay-location {
40 span.screenplay-timesep {
43 span.screenplay-flexsep {
44 visibility: hidden;
47 span.screenplay-right {
48 /* position: absolute; */
49 /* right: 10px; */
50 position: relative;
51 left: 1in;
52 text-align: right;
55 p.screenplay {
58 dl.screenplay {
59 text-align: center;
62 span.screenplay-character {
63 text-transform: uppercase;
66 dt.screenplay {
67 /* margin: 10px 0 0 3.7in; */
68 margin: 10px 10px 0 10px;
71 dd.screenplay {
72 margin: 0 2.3in 10px 2.2in;
73 /* margin: 0 10px 10px 2.2in; */
74 padding: 0;
75 /* width: 3in; */
76 width: 7cm;
77 /* text-align: justify; */
78 text-align: left;
81 ul.screenplay {
82 list-style-type: none;
85 li.screenplay[class~=dash] {
86 margin-left: 1cm;
89 li.screenplay[class~=plus] {
90 margin-left: 2cm;
93 /*
94 vi: ft=css:tw=72:ts=4