diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-26 23:07:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-26 23:07:28 +0000 |
commit | d3535e838cefea309221187bb9e62698c0df8c51 (patch) | |
tree | dbee8197e1bfecefe547d53e843f0acff729a3fe /Master/texmf-dist/doc/latex/latex-web-companion/ch7/invit.css | |
parent | 33353453d22fc5877a8ced58c673c7008ce8c00a (diff) |
latex-web-companion non-update
git-svn-id: svn://tug.org/texlive/trunk@27531 c570f23f-e606-0410-a88d-b1316a301751
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.css | 31 |
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; +} |