Warning, /office/kile/src/data/help/unofficial-latex2e-reference-manual/latexreflocal.css is written in an unsupported language. File is not indexed.

0001 /* $Id$
0002    Minor css for latexrefman. Public domain.
0003    Originally written by Jim Hefferon and Karl Berry, 2018.*/
0004 
0005 /* Make the navigation header less obtrusive. */
0006 .header {font-size:small; }
0007 
0008 /* A little bit of color, just to not have none. */
0009 h1, h2, h3 {color:#007849; }
0010 a:link {color:#044a71;
0011         text-decoration:none; }
0012 a:visited {color:#516672;
0013            text-decoration:none; }
0014 
0015 /* Room in the intro below the text */
0016 div.intro {margin-bottom: 4ex; }