diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-23 00:23:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-23 00:23:51 +0000 |
commit | a683c3d7e9fac38ec713f23fb6b9d2c7143aea82 (patch) | |
tree | 424ab223921f85fd3f167a4ccd0e2d37d05c2927 /Master/texmf-dist/doc/latex/webguide/webguide.css | |
parent | 5beb5368a684995153c8566797ba054f21c666af (diff) |
move english latex doc out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/webguide/webguide.css')
-rw-r--r-- | Master/texmf-dist/doc/latex/webguide/webguide.css | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/webguide/webguide.css b/Master/texmf-dist/doc/latex/webguide/webguide.css new file mode 100644 index 00000000000..a952808a737 --- /dev/null +++ b/Master/texmf-dist/doc/latex/webguide/webguide.css @@ -0,0 +1,60 @@ + +/* start css.sty */ +.cmr-10{font-size:90%;} +.cmr-10--109{font-size:99%;} +.cmr-17{font-size:154%;} +.cmr-12{font-size:109%;} +.cmsy-8{font-size:72%;} +.cmtt-12{font-size:109%;font-family: monospace;} +.cmsy-10--109{font-size:99%;} +.cmtt-10--109{font-size:99%;font-family: monospace;} +.cmbx-10{font-size:90%; font-weight: bold;} +.cmcsc-10--109{font-size:99%;} +.cmss-10--109{font-size:99%; font-family: sans-serif;} +.cmti-10--109{font-size:99%; font-style: italic;} +.small-caps{font-variant: small-caps; } +p.noindent { text-indent: 0em } +p.nopar { text-indent: 0em; } +p.indent{ text-indent: 1.5em } +a img { border-top: 0; border-left: 0; border-right: 0; } +center { margin-top:1em; margin-bottom:1em; } +td center { margin-top:0em; margin-bottom:0em; } +.Canvas { position:relative; } +div.displaymath{text-align:center;} +img.mathdisplay, div.displaymath, img.par-mathdisplay, div.par-displaymath { margin-top: 1em; margin-bottom: 1em; } +center img.mathdisplay, td img.mathdisplay, center img.par-mathdisplay, td img.par-mathdisplay { margin-top: 0; margin-bottom:0 ; } +div.displaymath{text-align:center;} +.obeylines-h,.obeylines-v {white-space: nowrap; } +.underline{ text-decoration:underline; } +.overline{ text-decoration:overline; } +span.pmatrix img{vertical-align:middle;} +div.center {text-align: center;} +div.center div {text-align: left;} +div.flushright {text-align: right;} +div.flushright div {text-align: left;} +div.flushleft {text-align: left;} +div.td00{ margin-left:0; margin-right:0; } +div.td01{ margin-left:0; margin-right:5; } +div.td10{ margin-left:5; margin-right:0; } +div.td11{ margin-left:5; margin-right:5; } +.hline hr, .cline hr{ height : 1px; } +li p.indent, li p.indent{ text-indent: 0em } +div.newtheorem { margin-bottom: 2em; margin-top: 2em;} +span.footnotetext{ font-size:75%; font-style:italic; } +span.TEX {letter-spacing: -0.125em; } +span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;} +a span.TEX span.E {text-decoration: none; } +span.LATEX span.A{ position:relative; top:-0.5ex; left:-0.4em; font-size:85%;} +span.LATEX span.TEX{ position:relative; left: -0.4em; } +.marginpar {width:20%; float:right; text-align:left; margin-left:1em; margin-top:0.5em; font-size:85%; text-decoration:underline;} +.equation td{text-align:center; } +td.equation { margin-top:1em; margin-bottom:1em; } +p.bibitem { text-indent: -2em; margin-left: 2em; } +h1.partHead{text-align: center} +.paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;} +.subparagraphHead, .likesubparagraphHead { font-weight: bold;} +.quote {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; } +.caption td.id{font-weight: bold; white-space: nowrap; } +h2.titleHead{text-align:center;} +div.maketitle{ margin-bottom: 2em; } +/* end css.sty */ |