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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
/*
| This file is part of the DITA Open Toolkit project hosted on
| Sourceforge.net. See the accompanying license.txt file for
| applicable licenses.
*/
/*
| (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
*/
reference {
display: block;
margin-top: 6pt;
margin-bottom: 9pt;
font-family: sans-serif;
padding-left: 5px;
padding-right: 5px;
}
reference>title {
display: block;
margin-top: 16pt;
margin-bottom: 9pt;
font-size: 20pt;
font-weight: bold;
color: #000003;
}
*>reference>title {
margin-top: 20pt;
font-size: 16pt;
font-weight: bold;
color: #000003;
}
*>*>reference>title {
margin-top: 20pt;
font-size: 14pt;
font-weight: bold;
color: #000003;
}
refbody {
display: block;
margin-top: 6pt;
}
refsyn {
margin-top: 12pt;
display: block;
}
refsyn>title {
display: block;
font-weight: bold;
margin-top: 6pt;
margin-bottom: 2pt;
}
refsyn:before {
font-weight: bold;
display: block;
content: "Syntax: ";
}
refsyn[spectitle]:before {
font-weight: bold;
display: block;
content: attr(spectitle)": ";
}
flag {
color: red;
}
parm {
font-weight: bold;
color: navy;
}
plentry {
display: block;
}
pd {
margin-left: +20pt;
display: block;
}
example {
margin-top: 6pt;
display: block;
}
property {
display: block;
margin-top: 6pt;
}
proptype {
display: block;
font-weight: bold;
}
propvalue {
display: block;
margin-left: +20pt;
}
|