summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-web-companion/xmlstyle/invit.css
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2005-12-29 00:34:36 +0000
committerKarl Berry <karl@freefriends.org>2005-12-29 00:34:36 +0000
commit41ceff5a615ab4e3d46b1c94bd26d9dcf9d6c1f8 (patch)
treec710ef0b82f65ae0f818e6ea8f10c2f40f2decf3 /Master/texmf-doc/doc/english/latex-web-companion/xmlstyle/invit.css
parent2293d6885b754133151c14be7e01ad81baf0afbf (diff)
doc/english/i-l
git-svn-id: svn://tug.org/texlive/trunk@21 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-web-companion/xmlstyle/invit.css')
-rw-r--r--Master/texmf-doc/doc/english/latex-web-companion/xmlstyle/invit.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-web-companion/xmlstyle/invit.css b/Master/texmf-doc/doc/english/latex-web-companion/xmlstyle/invit.css
new file mode 100644
index 00000000000..e28eb44d060
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex-web-companion/xmlstyle/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;
+}