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 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
p.funcname {
font-family: "Times New Roman", times, serif;
font-size:1.2em;
font-weight: normal;
margin-top: 0.3cm;
margin-bottom: 0.3cm;
margin-left: 0.0cm;
text-indent:0pt;
}
p.header {
font-family: arial, sansserif;
font-size:1.1em;
font-weight: bold;
margin-top: 1.0cm;
margin-bottom: 0.3cm;
margin-left: 0.0cm;
text-indent:0pt;
}
p.synopsis {
font-family: Ubuntu, arial, sansserif;
font-size:1.0em;
font-weight: normal;
margin-top: 0.3cm;
margin-bottom: 0.3cm;
margin-left: 0.6cm;
margin-right: 0.2cm;
padding-left: 0.1cm;
padding-right: 0.1cm;
text-indent:0pt;
}
p.footer {
color:#808080;
font-family: "Times New Roman", times, serif;
font-weight: normal;
font-style: normal;
font-size:0.7em;
text-align:center;
margin-top: 1.6cm;
}
pre.command {
font-family: Consolas, Courier, sansserif;
font-size: 12pt;
background-color:#000000;
color:#d0d0d0;
margin: 1.0em 0.5cm 2.0em 0.5cm;
padding: 0.1cm 0.2cm 0.1cm 0.2cm;
box-shadow: 2px 2px 2px #888;
white-space: pre-wrap;
}
pre.white {
background-color:white;
color:black;
font-family: Ubuntu, arial, sansserif;
}
i.var {
font-family: "Times New Roman", times, serif;
font-weight: bold;
color:#a00000;
}
i.math {
font-family: "Times New Roman", times, serif;
font-weight: normal;
font-style:normal;
}
b.func {
font-family: Ubuntu, arial, sansserif;
font-weight: normal;
color:#008040;
}
b.type {
font-family: Ubuntu, arial, sansserif;
font-weight: normal;
color:#0050a0;
}
|