768 font-style:italic;
769 font-size:11px;
770 }
771 .searchTagHolderResult {
772 font-style:italic;
773 font-size:12px;
774 }
775 .searchTagResult:before, .searchTagResult:target {
776 color:red;
777 }
778 .moduleGraph span {
779 display:none;
780 position:absolute;
781 }
782 .moduleGraph:hover span {
783 display:block;
784 margin: -100px 0 0 100px;
785 z-index: 1;
786 }
787 .methodSignature {
788 white-space:normal;
789 }
790
791 /*
792 * Styles for user-provided tables.
793 *
794 * borderless:
795 * No borders, vertical margins, styled caption.
796 * This style is provided for use with existing doc comments.
797 * In general, borderless tables should not be used for layout purposes.
798 *
799 * plain:
800 * Plain borders around table and cells, vertical margins, styled caption.
801 * Best for small tables or for complex tables for tables with cells that span
802 * rows and columns, when the "striped" style does not work well.
803 *
804 * striped:
805 * Borders around the table and vertical borders between cells, striped rows,
806 * vertical margins, styled caption.
807 * Best for tables that have a header row, and a body containing a series of simple rows.
808 */
|
768 font-style:italic;
769 font-size:11px;
770 }
771 .searchTagHolderResult {
772 font-style:italic;
773 font-size:12px;
774 }
775 .searchTagResult:before, .searchTagResult:target {
776 color:red;
777 }
778 .moduleGraph span {
779 display:none;
780 position:absolute;
781 }
782 .moduleGraph:hover span {
783 display:block;
784 margin: -100px 0 0 100px;
785 z-index: 1;
786 }
787 .methodSignature {
788 white-space:pre-wrap;
789 }
790
791 /*
792 * Styles for user-provided tables.
793 *
794 * borderless:
795 * No borders, vertical margins, styled caption.
796 * This style is provided for use with existing doc comments.
797 * In general, borderless tables should not be used for layout purposes.
798 *
799 * plain:
800 * Plain borders around table and cells, vertical margins, styled caption.
801 * Best for small tables or for complex tables for tables with cells that span
802 * rows and columns, when the "striped" style does not work well.
803 *
804 * striped:
805 * Borders around the table and vertical borders between cells, striped rows,
806 * vertical margins, styled caption.
807 * Best for tables that have a header row, and a body containing a series of simple rows.
808 */
|