summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css
blob: e28eb44d060c045dcd153b4415553bcdd3326e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* CSS stylesheet for invitation1 in HTML */
BODY {margin-top: 1em;     /* global page parameters */
      margin-bottom: 1em; 
      margin-left: 1em; 
      margin-right: 1em; 
      font-family: serif; 
      line-height: 1.1; 
      color: black;
}
H1   {text-align: center;  /* for global title   */
      font-size: x-large;
}
P    {text-align: justify; /* paragraphs in body */
      margin-top: 1em;
}
TABLE { border-width: 0pt }
TBODY { border-width: 0pt }
TD[class="front"] {        /* table data in front matter */
      text-align: left; 
      font-weight: bold;
}
TD.front {        /* table data in front matter */
      text-align: left; 
      font-weight: bold;
}
EM   {font-style: italic;  /* emphasis in body   */
}
P.signature {     /* signature          */
      text-align: right; 
      font-weight: bold;
}