1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
mi { color: black }
div.part a:link,
div.toc a:link,
div.refsect1 a:link,
div.refsynopsisdiv a:link,
div.chapter a:link,
div.appendix a:link,
div.section a:link,
div.book a:link { color: #113b89 }
div.part a:active,
div.part a:visited,
div.toc a:active,
div.toc a:visited,
div.refsect1 a:active,
div.refsect1 a:visited,
div.refsynopsisdiv a:active,
div.refsynopsisdiv a:visited,
div.chapter a:active,
div.chapter a:visited,
div.appendix a:active,
div.appendix a:visited,
div.section a:active,
div.section a:visited,
div.book a:visited,
div.book a:active { color: #071960 }
div.navfooter a:active,
div.navheader a:active { color: yellow }
h1,
h3,
h4,
div.title,
div.navfooter,
div.navfooter td,
div.navfooter th,
div.navfooter a,
div.navfooter a:link,
div.navfooter a:visted,
div.navheader,
div.navheader td,
div.navheader th,
div.navheader a,
div.navheader a:link,
div.navheader a:visted { background-color: #113b89; color: white; }
pre.programlisting { color: #113b89 }
hr { background-color: #113b89; color: #113b89; }
div.abstract,
h3.author,
body { font-family: Arial, Helvetica, sans-serif;
color: black;
background-color: white }
h2 {
background-image: url(greypinstripe.png);
color: #111144;
}
div.variablelist,
.funcprototype,
p {
margin-left: 20;
}
.
|