| t | /* tbwiki Default Styles | t | |
| * | | |
| <ul><li>Copyright (c) 2006 by Tim Bird | | |
| */ | | |
| </ul> | | |
| <p> | | |
| body { | | |
| background-color: #eeeeee; | | |
| color: #000000; | | |
| font-family: Times New; | | |
| font-size: 12pt; | | |
| margin-right: 0px; | | |
| margin-left: 2px; | | |
| } | | |
| <p> | | |
| .content { | | |
| background-color: #ffffff; | | |
| } | | |
| <p> | | |
| h1,h2,h3,h4,h5 { | | |
| font-family: Helvetica; | | |
| } | | |
| <p> | | |
| h1 { | | |
| font-size: 16pt; | | |
| font-weight: bold; | | |
| padding-bottom: 2px; | | |
| border-bottom: 1px solid #c0c0c0; | | |
| } | | |
| <p> | | |
| h2 { | | |
| font-size: 14pt; | | |
| font-weight: bold; | | |
| border-bottom: 1px solid #c0c0c0; | | |
| } | | |
| <p> | | |
| h3 { | | |
| font-size: 12pt; | | |
| font-weight: bold; | | |
| } | | |
| <p> | | |
| h4 { | | |
| font-size: 12pt; | | |
| font-weight: bold; | | |
| } | | |
| <p> | | |
| dt { | | |
| font-weight: bold; | | |
| } | | |
| <p> | | |
| .site_title h1 { | | |
| font-size: 22pt; | | |
| font-weight: bold; | | |
| padding-bottom: 2px; | | |
| } | | |
| <p> | | |
| .page_title h1 { | | |
| font-size: 22pt; | | |
| font-weight: bold; | | |
| padding-bottom: 2px; | | |
| border-bottom: 1px solid #c0c0c0; | | |
| } | | |
| <p> | | |
| .index { | | |
| margin-left: 20pt; | | |
| } | | |
| <p> | | |
| .index h4 { | | |
| font-size: 14pt; | | |
| border-bottom: 2px solid #4040ff; | | |
| margin-bottom: 2px; | | |
| } | | |
| <p> | | |
| .toc { | | |
| display: table; | | |
| width: 0%; | | |
| margin-left: 20pt; | | |
| margin-right: auto; | | |
| padding-right: 15px; | | |
| background-color: #ffffe0; | | |
| border: 2px solid #ffffb0; | | |
| font-family: Helvetica; | | |
| font-size: 9pt; | | |
| float: right; | | |
| } | | |
| <p> | | |
| /********************************************** | | |
| <ul><li>overall layout is: | | |
| * | | |
| <li>+----main-----------------------+ | | |
| <li>|sidebar | +--- article------+ | | | |
| <li>| +-----+ | |+---actionbar--+ | | | | |
| <li>| | | | || | | | | | |
| <li>| | | | |+--------------+ | | | | |
| <li>| +-----+ | |+---content----+ | | | | |
| <li>| +-----+ | || | | | | | |
| <li>| | | | || | | | | | |
| <li>| +-----+ | || | | | | | |
| <li>| | |+--------------+ | | | | |
| <li>+-------------------------------+ | | |
| * | | |
| <li>Note: the 'main' table has a cell with class 'sidebarcol' | | |
| <li>each table in this cell is of class 'sidebar' | | |
| */ | | |
| </ul> | | |
| <p> | | |
| /********************************************** | | |
| <ul><li>sidebar stuff | | |
| */ | | |
| </ul> | | |
| <p> | | |
| .sidebarcol { | | |
| vertical-align: top; | | |
| width: 130px; | | |
| } | | |
| <p> | | |
| .sidebar table { | | |
| background-color: #ffffff; | | |
| border: 1px solid #808080; | | |
| margin-right: 5px; | | |
| width: 100%; | | |
| } | | |
| <p> | | |
| #search_table { | | |
| border: 0px; | | |
| } | | |
| <p> | | |
| .sidebar ul { | | |
| list-style-type: square; | | |
| list-style-color: green; | | |
| list-style-position: inside; | | |
| font-size: 10pt; | | |
| padding-left: 5; | | |
| } | | |
| <p> | | |
| .section_edit_link { | | |
| font-size: 10pt; | | |
| } | | |
| <p> | | |
| /********************************************** | | |
| <ul><li>actionbar stuff | | |
| */ | | |
| </ul> | | |
| <p> | | |
| /* | | |
| A.actionbar:link { | | |
| color: red; | | |
| } | | |
| <p> | | |
| A.actionbar:visited { | | |
| color: red; | | |
| } | | |
| */ | | |
| <p> | | |
| .actionbar td { | | |
| text-align: center; | | |
| } | | |
| <p> | | |
| .actionbar table { | | |
| width: 100%; | | |
| border-collapse: collapse; | | |
| margin-bottom: 0px; | | |
| /* border: 2px solid yellow; */ | | |
| } | | |
| <p> | | |
| .gap { | | |
| /* background-color: none; */ | | |
| border-bottom: 2px solid #808080; | | |
| border-top: 0px none; | | |
| border-left: 0px none; | | |
| border-right: 0px none; | | |
| } | | |
| <p> | | |
| .inactivetab { | | |
| background-color: #ffffff; | | |
| padding-left: 3px; | | |
| padding-right: 3px; | | |
| border: 2px solid #808080; | | |
| } | | |
| <p> | | |
| .activetab { | | |
| background-color: #ffffff; | | |
| padding-left: 3px; | | |
| padding-right: 3px; | | |
| border: 2px solid #c0c080; | | |
| border-bottom: 0px none; | | |
| font-weight: bold; | | |
| } | | |
| <p> | | |
| .main { | | |
| width: 100%; | | |
| border-collapse: collapse; | | |
| /* border: 2px solid green; */ | | |
| } | | |
| <p> | | |
| .main td { | | |
| margin-top: 0px; | | |
| margin-bottom: 0px; | | |
| vertical-align: top; | | |
| /* border: 2px solid green; */ | | |
| } | | |
| <p> | | |
| .article { | | |
| width: 100%; | | |
| padding-top: 0px; | | |
| padding-bottom: 0px; | | |
| margin-left: 0px; | | |
| margin-right: 0px; | | |
| border-collapse: collapse; | | |
| /* border: 2px solid red; */ | | |
| } | | |
| <p> | | |
| .article td { | | |
| padding-top: 0px; | | |
| padding-bottom: 0px; | | |
| /* border: 2px solid red; */ | | |
| } | | |
| <p> | | |
| .content { | | |
| border-left: 2px solid #808080; | | |
| border-bottom: 2px solid #808080; | | |
| padding: 4px; | | |
| margin-left: 0px; | | |
| margin-right: 0px; | | |
| margin-top: 0px; | | |
| } | | |
| <p> | | |
| /********************************************** | | |
| <ul><li>edit_help stuff | | |
| */ | | |
| .edit_help_table { | | |
| background-color: #e0ffe0; | | |
| border: 2px solid #b0ffb0; | | |
| } | | |
| </ul> | | |
| <p> | | |
| .edit_help { | | |
| font-size: 12pt; | | |
| } | | |
| <p> | | |
| .help_def { | | |
| font-family: Helvetica; | | |
| font-weight: bold; | | |
| font-size: 11pt; | | |
| } | | |
| <p> | | |