Home | History | Annotate | Download | only in MagickWand
      1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
      2 	font-family: Geneva, Arial, Helvetica, sans-serif;
      3 }
      4 BODY,TD {
      5        font-size: 90%;
      6 }
      7 H1 {
      8 	text-align: center;
      9        font-size: 160%;
     10 }
     11 H2 {
     12        font-size: 120%;
     13 }
     14 H3 {
     15        font-size: 100%;
     16 }
     17 CAPTION { font-weight: bold }
     18 DIV.qindex {
     19 	width: 100%;
     20 	background-color: #e8eef2;
     21 	border: 1px solid #84b0c7;
     22 	text-align: center;
     23 	margin: 2px;
     24 	padding: 2px;
     25 	line-height: 140%;
     26 }
     27 DIV.nav {
     28 	width: 100%;
     29 	background-color: #e8eef2;
     30 	border: 1px solid #84b0c7;
     31 	text-align: center;
     32 	margin: 2px;
     33 	padding: 2px;
     34 	line-height: 140%;
     35 }
     36 DIV.navtab {
     37        background-color: #e8eef2;
     38        border: 1px solid #84b0c7;
     39        text-align: center;
     40        margin: 2px;
     41        margin-right: 15px;
     42        padding: 2px;
     43 }
     44 TD.navtab {
     45        font-size: 70%;
     46 }
     47 A.qindex {
     48        text-decoration: none;
     49        font-weight: bold;
     50        color: #1A419D;
     51 }
     52 A.qindex:visited {
     53        text-decoration: none;
     54        font-weight: bold;
     55        color: #1A419D
     56 }
     57 A.qindex:hover {
     58 	text-decoration: none;
     59 	background-color: #ddddff;
     60 }
     61 A.qindexHL {
     62 	text-decoration: none;
     63 	font-weight: bold;
     64 	background-color: #6666cc;
     65 	color: #ffffff;
     66 	border: 1px double #9295C2;
     67 }
     68 A.qindexHL:hover {
     69 	text-decoration: none;
     70 	background-color: #6666cc;
     71 	color: #ffffff;
     72 }
     73 A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
     74 A.el { text-decoration: none; font-weight: bold }
     75 A.elRef { font-weight: bold }
     76 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
     77 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
     78 A.codeRef:link { font-weight: normal; color: #0000FF}
     79 A.codeRef:visited { font-weight: normal; color: #0000FF}
     80 A:hover { text-decoration: none; background-color: #f2f2ff }
     81 DL.el { margin-left: -1cm }
     82 .fragment {
     83        font-family: monospace, fixed;
     84        font-size: 95%;
     85 }
     86 PRE.fragment {
     87 	border: 1px solid #CCCCCC;
     88 	background-color: #f5f5f5;
     89 	margin-top: 4px;
     90 	margin-bottom: 4px;
     91 	margin-left: 2px;
     92 	margin-right: 8px;
     93 	padding-left: 6px;
     94 	padding-right: 6px;
     95 	padding-top: 4px;
     96 	padding-bottom: 4px;
     97 }
     98 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
     99 
    100 DIV.groupHeader {
    101        margin-left: 16px;
    102        margin-top: 12px;
    103        margin-bottom: 6px;
    104        font-weight: bold;
    105 }
    106 DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
    107 BODY {
    108 	background: white;
    109 	color: black;
    110 	margin-right: 20px;
    111 	margin-left: 20px;
    112 }
    113 TD.indexkey {
    114 	background-color: #e8eef2;
    115 	font-weight: bold;
    116 	padding-right  : 10px;
    117 	padding-top    : 2px;
    118 	padding-left   : 10px;
    119 	padding-bottom : 2px;
    120 	margin-left    : 0px;
    121 	margin-right   : 0px;
    122 	margin-top     : 2px;
    123 	margin-bottom  : 2px;
    124 	border: 1px solid #CCCCCC;
    125 }
    126 TD.indexvalue {
    127 	background-color: #e8eef2;
    128 	font-style: italic;
    129 	padding-right  : 10px;
    130 	padding-top    : 2px;
    131 	padding-left   : 10px;
    132 	padding-bottom : 2px;
    133 	margin-left    : 0px;
    134 	margin-right   : 0px;
    135 	margin-top     : 2px;
    136 	margin-bottom  : 2px;
    137 	border: 1px solid #CCCCCC;
    138 }
    139 TR.memlist {
    140    background-color: #f0f0f0; 
    141 }
    142 P.formulaDsp { text-align: center; }
    143 IMG.formulaDsp { }
    144 IMG.formulaInl { vertical-align: middle; }
    145 SPAN.keyword       { color: #008000 }
    146 SPAN.keywordtype   { color: #604020 }
    147 SPAN.keywordflow   { color: #e08000 }
    148 SPAN.comment       { color: #800000 }
    149 SPAN.preprocessor  { color: #806020 }
    150 SPAN.stringliteral { color: #002080 }
    151 SPAN.charliteral   { color: #008080 }
    152 .mdescLeft {
    153        padding: 0px 8px 4px 8px;
    154 	font-size: 80%;
    155 	font-style: italic;
    156 	background-color: #FAFAFA;
    157 	border-top: 1px none #E0E0E0;
    158 	border-right: 1px none #E0E0E0;
    159 	border-bottom: 1px none #E0E0E0;
    160 	border-left: 1px none #E0E0E0;
    161 	margin: 0px;
    162 }
    163 .mdescRight {
    164        padding: 0px 8px 4px 8px;
    165 	font-size: 80%;
    166 	font-style: italic;
    167 	background-color: #FAFAFA;
    168 	border-top: 1px none #E0E0E0;
    169 	border-right: 1px none #E0E0E0;
    170 	border-bottom: 1px none #E0E0E0;
    171 	border-left: 1px none #E0E0E0;
    172 	margin: 0px;
    173 }
    174 .memItemLeft {
    175 	padding: 1px 0px 0px 8px;
    176 	margin: 4px;
    177 	border-top-width: 1px;
    178 	border-right-width: 1px;
    179 	border-bottom-width: 1px;
    180 	border-left-width: 1px;
    181 	border-top-color: #E0E0E0;
    182 	border-right-color: #E0E0E0;
    183 	border-bottom-color: #E0E0E0;
    184 	border-left-color: #E0E0E0;
    185 	border-top-style: solid;
    186 	border-right-style: none;
    187 	border-bottom-style: none;
    188 	border-left-style: none;
    189 	background-color: #FAFAFA;
    190 	font-size: 80%;
    191 }
    192 .memItemRight {
    193 	padding: 1px 8px 0px 8px;
    194 	margin: 4px;
    195 	border-top-width: 1px;
    196 	border-right-width: 1px;
    197 	border-bottom-width: 1px;
    198 	border-left-width: 1px;
    199 	border-top-color: #E0E0E0;
    200 	border-right-color: #E0E0E0;
    201 	border-bottom-color: #E0E0E0;
    202 	border-left-color: #E0E0E0;
    203 	border-top-style: solid;
    204 	border-right-style: none;
    205 	border-bottom-style: none;
    206 	border-left-style: none;
    207 	background-color: #FAFAFA;
    208 	font-size: 80%;
    209 }
    210 .memTemplItemLeft {
    211 	padding: 1px 0px 0px 8px;
    212 	margin: 4px;
    213 	border-top-width: 1px;
    214 	border-right-width: 1px;
    215 	border-bottom-width: 1px;
    216 	border-left-width: 1px;
    217 	border-top-color: #E0E0E0;
    218 	border-right-color: #E0E0E0;
    219 	border-bottom-color: #E0E0E0;
    220 	border-left-color: #E0E0E0;
    221 	border-top-style: none;
    222 	border-right-style: none;
    223 	border-bottom-style: none;
    224 	border-left-style: none;
    225 	background-color: #FAFAFA;
    226 	font-size: 80%;
    227 }
    228 .memTemplItemRight {
    229 	padding: 1px 8px 0px 8px;
    230 	margin: 4px;
    231 	border-top-width: 1px;
    232 	border-right-width: 1px;
    233 	border-bottom-width: 1px;
    234 	border-left-width: 1px;
    235 	border-top-color: #E0E0E0;
    236 	border-right-color: #E0E0E0;
    237 	border-bottom-color: #E0E0E0;
    238 	border-left-color: #E0E0E0;
    239 	border-top-style: none;
    240 	border-right-style: none;
    241 	border-bottom-style: none;
    242 	border-left-style: none;
    243 	background-color: #FAFAFA;
    244 	font-size: 80%;
    245 }
    246 .memTemplParams {
    247 	padding: 1px 0px 0px 8px;
    248 	margin: 4px;
    249 	border-top-width: 1px;
    250 	border-right-width: 1px;
    251 	border-bottom-width: 1px;
    252 	border-left-width: 1px;
    253 	border-top-color: #E0E0E0;
    254 	border-right-color: #E0E0E0;
    255 	border-bottom-color: #E0E0E0;
    256 	border-left-color: #E0E0E0;
    257 	border-top-style: solid;
    258 	border-right-style: none;
    259 	border-bottom-style: none;
    260 	border-left-style: none;
    261        color: #606060;
    262 	background-color: #FAFAFA;
    263 	font-size: 80%;
    264 }
    265 .search     { color: #003399;
    266               font-weight: bold;
    267 }
    268 FORM.search {
    269               margin-bottom: 0px;
    270               margin-top: 0px;
    271 }
    272 INPUT.search { font-size: 75%;
    273                color: #000080;
    274                font-weight: normal;
    275                background-color: #e8eef2;
    276 }
    277 TD.tiny      { font-size: 75%;
    278 }
    279 a {
    280 	color: #1A41A8;
    281 }
    282 a:visited {
    283 	color: #2A3798;
    284 }
    285 .dirtab { padding: 4px;
    286           border-collapse: collapse;
    287           border: 1px solid #84b0c7;
    288 }
    289 TH.dirtab { background: #e8eef2;
    290             font-weight: bold;
    291 }
    292 HR { height: 1px;
    293      border: none;
    294      border-top: 1px solid black;
    295 }
    296 
    297 /* Style for detailed member documentation */
    298 .memtemplate {
    299   font-size: 80%;
    300   color: #606060;
    301   font-weight: normal;
    302   margin-left: 3px;
    303 } 
    304 .memnav { 
    305   background-color: #e8eef2;
    306   border: 1px solid #84b0c7;
    307   text-align: center;
    308   margin: 2px;
    309   margin-right: 15px;
    310   padding: 2px;
    311 }
    312 .memitem {
    313   padding: 4px;
    314   background-color: #eef3f5;
    315   border-width: 1px;
    316   border-style: solid;
    317   border-color: #dedeee;
    318   -moz-border-radius: 8px 8px 8px 8px;
    319 }
    320 .memname {
    321   white-space: nowrap;
    322   font-weight: bold;
    323 }
    324 .memdoc{
    325   padding-left: 10px;
    326 }
    327 .memproto {
    328   background-color: #d5e1e8;
    329   width: 100%;
    330   border-width: 1px;
    331   border-style: solid;
    332   border-color: #84b0c7;
    333   font-weight: bold;
    334   -moz-border-radius: 8px 8px 8px 8px;
    335 }
    336 .paramkey {
    337   text-align: right;
    338 }
    339 .paramtype {
    340   white-space: nowrap;
    341 }
    342 .paramname {
    343   color: #602020;
    344   font-style: italic;
    345   white-space: nowrap;
    346 }
    347 /* End Styling for detailed member documentation */
    348 
    349 /* for the tree view */
    350 .ftvtree {
    351 	font-family: sans-serif;
    352 	margin:0.5em;
    353 }
    354 .directory { font-size: 9pt; font-weight: bold; }
    355 .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
    356 .directory > h3 { margin-top: 0; }
    357 .directory p { margin: 0px; white-space: nowrap; }
    358 .directory div { display: none; margin: 0px; }
    359 .directory img { vertical-align: -30%; }
    360