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 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496
|
/* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* The styles most likely to be used are:
- Title: The title of the topic
- h1, h2, h3: First, second, and third-level headings within the body of a topic
- relatedTopics: Related Topics
- procTitle: Within How Do I:... topics, for headings within the body of a topic that are followed by
bulleted procedures ("To do this").
- pre: For code blocks
- langinline: For code fragments within a (non-code) regular section.
- notepara: Notes
*/
h1,
h2,
h3,
h4,
h5,
p,
proctitle,
relatedtopics {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
/* Use h1 for all first-level headings within the body of a topic.
For the topic title, use the Title style. */
h1 {
font-size: 135%;
margin-top: .5em;
margin-bottom: .5em;
}
/* Use h2 for all second-level headings. */
h2 {
font-size: 125%;
margin-top: 1em;
margin-bottom: .6em;
}
/* Use h3 for all third-level headings. */
h3 {
font-size: 110%;
margin-top: 1em;
margin-bottom: .6em;
}
/* Use h4 for all fourth-level headings.
Note: this style looks identical to the relatedtopics and proctitle styles. */
h4 {
font-size: 105%;
margin-top: 1em;
margin-bottom: .6em;
}
/* Use h5 for all fifth-level heading.
Currently, there are no h5s in use in the document.*/
h5 {
font-size: 100%;
margin-top: 1em;
margin-bottom: .6em;
}
/* Use the Title style for the title of a topic. */
p.Title {
font-weight: bold;
font-style: normal;
font-family: Verdana, sans-serif;
font-size: 142%;
}
/* This deprated tag creates a div that designates the title. */
#topictitle {
}
/* This deprecated tag creates a dive that designates all body text. */
#topictext {
}
/* Used for figure captions.*/
p.arttitle {
font-weight: Bold;
}
/* The attribute style resembles the navtitle and partdesc styles in that it keeps the next paragraph
flush with it. Use it when you list the attributes of syntax in a reference topic.
The argument style should always be followed by the partdesc style. */
p.attribute {
margin-top: .6em;
margin-bottom: 0px;
font-weight: Bold;
}
/* Standard HTML tag. */
body {
padding: 0px 0px 0px 15px;
background: #ffffff;
color: #00000;
font-size: 80%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Standard HTML tag. */
span.bold {
font-weight: Bold;
}
/* Standard HTML tag. */
blockquote {
margin: 0em 0em 0em 2em;
padding: 0px;
}
/* Use the filepath style to designate file paths. It is currently a monospace file. */
span.filepath {
font: 100% Courier New Courier mono;
font-family: "Courier New", monospace;
}
/* The langinline style, like userinput and filepath, also renders text monospace. Use this
to denote any individual instance of code in the context of non-coded text. For example,
you would use this to denote the name of a class when you're describing it in the paragraph that
precedes a code sample. To denote a code sample, however, use the <pre> tag. */
span.langinline {
font: 100% Courier New Courier mono;
font-family: "Courier New", monospace;
}
/* The listplain style narrows the margin between the formatted line and the one before it.
It is to be used when creating a second paragraph in a list item, along with the indent and
unindent buttons in Dreamweaver. */
p.listplain {
margin-top: 0.7em;
margin-bottom: 0;
padding: 0em;
}
/* All text in the navtitle style should include a link to another topic.
The navtitle style is used in navigational node topics, in Class reference
topics, and in Method reference topics. For example, in the "Topics
Included in this Section" section of a navigation topic, you include the links to all of
the topics in that chapter, along with a brief description of what you'll find in each. Use the
navtitle style for the linked text. It differs from a normal paragraph style in that it does not
include an extra paragraph break between the link and the descriptive text. */
p.navtitle {
margin-top: .6em;
margin-bottom: 0em;
}
/* The navdesc style is used in navigational node topics, in Class reference
topics, and in Method reference topics. For example, in the "Topics Included in this Section"
section of a navigation topic, you include the links to all of the topics in that chapter,
along with a brief description of what you'll find in each. Use this style for the descriptive text.
It indents the text one tab stop and keeps the margin between this style and the navtitle style small. */
p.navdesc {
margin-bottom: 1em;
margin-left: 1.9em;
margin-top: 0em;
}
/* The notepara style indents your text to the tab stop for note
text. You should always begin Note text with the word "Note:" in
boldface. */
p.notepara {
margin-left: 2em;
margin-right: 2em;
margin-bottom: 1.5em;
}
/* The partname style resembles the navtitle style in that it keeps the next paragraph flush with it.
You use it when you list the parameters in a reference topic. It is also used currently in the
glossary to designate glossary entries. It renders text italic.
The partname style should always be followed by the partdesc style.*/
p.partname {
margin-top: .6em;
margin-bottom: 0px;
font-style: italic;
}
/* Use the partdesc style when you describe the function of the properties, parameters, or exceptions
listed in a reference topic. It is also used currently in the glossary to designate glossary
definitions. The style indents the description slightly.
The partdesc style should always follow the partname or attribute style.*/
p.partdesc {
margin-bottom: 1em;
margin-left: 1.9em;
margin-top: 0em;
}
/* The point of the proctitle style is the same as the point of the relatedtopics style.
It applies to all headings that begin with "To [do something]". It looks identical to the h4 style. */
p.proctitle {
font-size: 110%;
margin-top: 1em;
margin-bottom: .6em;
font-weight: Bold;
}
/* Use the relatedtopics style, for the words "Related Topics" at the end of a topic.
It looks identical to the h4 style. */
p.relatedtopics {
font-size: 120%;
margin-top: 1em;
margin-bottom: .6em;
font-weight: Bold;
}
/* The syntax style renders text bold. Use it to style all syntax lines under the
Syntax heading of reference topics. */
p.syntax {
font-family: monospace;
line-height: normal;
font-weight: Bold;
}
/* Use the syntaxindent style to indent sub-properties of syntax declarations. */
p.syntaxindent {
font-family: monospace;
line-height: normal;
font-weight: Bold;
margin-left: 1.5em;
margin-top: 0em;
margin-bottom: 0px;
}
p.fileurl {
font-size: 8pt;
}
p.modifieddate {
font-size: 8pt;
}
/* The syntaxpartname character style renders text italic. Use it to designate
syntax elements in reference topics.*/
span.syntaxpartname {
font-style: italic;
font-weight: normal;
}
/* These specifications dictate the margins and width of tables. */
table {
width: 90%;
margin-top: .6em;
margin-bottom: .3em;
}
/* The background of header cells is grey, and the text is bottom-aligned. */
th {
padding-left: 8px;
padding-right: 8px;
background: #cccccc;
text-align: left;
font-size: 80%;
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align: bottom;
}
/* The text in normal table cells is top-aligned. */
td {
padding-left: 8px;
padding-right: 8px;
background: #ffffff;
vertical-align: top;
font-size: 80%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* This style creates space above and below table text between paragraph and the table borders. */
p.tabletext {
margin-top: .6em;
margin-bottom: .6em;
}
/* The editor uses this style when creating template guides to designate a style annotation.
You probably won't want to use it anywhere else in the guide. */
span.template {
color: #FF00FF;
}
a.toc-node {
font-size:11px;
color:000000;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
white-space: nowrap;
font-family: Tahoma;
background-color:#FFFFFF;
text-decoration:none;
}
/* The userinput style renders text monospace.Use this style to highlight text that a user
types into a text field. */
span.userinput {
font: 100% Courier New Courier mono;
font-family: "Courier New", monospace;
}
/* Standard HTML tags. */
ul,
ol {
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style-position: outside;
list-style-image: none;
margin-top: 0em;
margin-bottom: 0em;
}
/* Standard HTML tag. */
ol {
list-style-type: 1;
margin-left: 2em;
}
/* Standard HTML tag. */
ul {
list-style-type: disc;
margin-left: 1.5em;
}
/* Standard HTML tag. */
li {
margin-top: 1.3em;
margin-bottom: 0em;
}
a:link {
color: #3366CC;
}
a:hover {
x-text-underline: normal;
/*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/
}
a:active {
x-text-underline: normal;
/*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/
}
a:visited {
color: #803380;
}
a {
x-text-underline: off;
x-text-overline: off;
x-text-line-through: off;
/*begin!kadov{{*/ text-decoration: none none none; /*}}end!kadov*/
}
a:link {
color: #3366CC;
}
a:hover {
x-text-underline: normal;
/*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/
}
a:active {
x-text-underline: normal;
/*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/
}
a:visited {
color: #000066;
}
div.footer {
}
.buttonclass
{
font-size:10px;
height:20px;
}
.formclass
{
font-size:10px;
height:17px;
}
/*DEPRECATED*/
p.codeblock {
font-size: 100%;
font-family: monospace;
line-height: 1em;
x-text-tab-stops: repeat 1in;
white-space: nowrap;
color: #000000;
cursor: text;
padding-right: 1em;
padding-left: 1em;
padding-top: 0em;
padding-bottom: 0em;
margin-bottom: 0em;
margin-top: 0em;
x-text-underline: Off;
/*begin!kadov{{*/ text-decoration: none; /*}}end!kadov*/
}
/* DEPRECATED */
p.bulletindent1 {
margin-left: 1.5em;
margin-top: 0;
margin-bottom: 0;
}
/* DEPRECATED */
p.bulletindent2 {
margin-left: 5.1em;
margin-top: 0;
margin-bottom: 0;
}
/* DEPRECATED */
p.bulletindent3 {
margin-left: 4.3em;
}
/* DEPRECATED */
p.indent1 {
margin-left: 1.5em;
margin-right: 1.9em;
}
/* DEPRECATED */
p.indent2 {
margin-left: 2.9em;
margin-right: 1.9em;
}
/* DEPRECATED */
p.indent3 {
margin-left: 4.3em;
margin-right: 1.9em;
}
/* DEPRECATED */
p.numberedindent1 {
margin-left: 2.2em;
margin-top: 0;
margin-bottom: 0;
}
/* DEPRECATED */
p.numberedindent2 {
margin-left: 6.3em;
margin-top: 0;
margin-bottom: 0;
}
/* DEPRECATED */
p.numberedindent3 {
margin-left: 10.5em;
margin-top: 0;
margin-bottom: 0;
}
/* DEPRECATED */
p.tabletitle {
margin-left: 0;
font-weight: Bold;
}
/* These styles are used by the search results page */
.search-node {
font-size:10px;
color:000000;
}
a.search-node {
font-size:10px;
color:000000;
}
|