summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css')
-rw-r--r--Master/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css b/Master/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css
new file mode 100644
index 00000000000..e28eb44d060
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css
@@ -0,0 +1,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;
+}