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 109 110 111 112 113
|
.XXX_ADDRESS_THIS {
color: red;
font-style: italic;
display: normal; <!-- change display to 'none' to hide developer-only content -->
}
.compactHeading {
margin-top: 10px;
margin-bottom: 10px;
}
.compactList {
margin-top: 5px;
margin-bottom: 10px;
}
P.textParagraph {
text-indent: 18px;
margin-top: 5px;
margin-bottom: 5px;
}
P.textParagraphTight {
text-indent: 18px;
margin-top: 0px;
margin-bottom: 0px;
}
P.subParagraph {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 15px;
}
P.argHeader {
margin-bottom: 0px;
}
P.retHeader {
margin-bottom: 0px;
}
P.retDesc {
margin-top: 0px;
}
TABLE.memberDocFrame {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
TD.memberDocHeader {
background-color: #EEEEEE;
}
CODE.memberDocName {
font-size: 100%;
font-weight: bold;
}
SPAN.memberDocNameCaption {
font-style: italic;
}
SPAN.memberDocArgOptTag {
font-size: 93%;
font-style: italic;
}
UL.argList {
margin-top: 0px;
margin-bottom: 0.5em;
}
DIV.newsItem {
font-size: 110%;
font-style: italic;
margin-bottom: 10px;
}
PRE.codeBlock {
background-color: #F4F4F4;
}
PRE.codeBlockNoTop {
background-color: #F4F4F4;
margin-top: 0px;
}
PRE.codeBlockInMemberDoc {
background-color: #F4F4F4;
margin-top: 0.2em;
margin-left: 1.5em;
}
PRE.programOutputBlock {
background-color: #E9E9FF;
}
PRE.programOutputBlockTight {
background-color: #E9E9FF;
margin-top: 0px;
margin-bottom: 0px;
}
.serviceManagerMethodName {
margin-bottom: 0px;
}
.serviceManagerMethod_Form {
margin-left: 0.5em;
margin-bottom: 0.3em;
}
|