manual.css revision 9a658bb3989694b409e700f2842c892224fc9700
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * manual.css
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * mainframe ;-)
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherhtml {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 14px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherbody {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #fff;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #036;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0 1em 0 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-family: Arial, Helvetica, sans-serif;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: normal;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherpre, code {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-family: "Courier New", Courier, monospace;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherstrong {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* fixup IE & Opera
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * otherwise they forget to inherit
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * the computed font-size value
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable, code {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * Links
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* normal links */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghera:link {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #0073c7;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghera:visited {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #5A88B5;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e79d23932ef9d52cf4eb32ddec2d0a9b3af9a9ebJan Zelenya:hover,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghera:active {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #0073c7;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #f0f0f0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* sidebar */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview a:hover,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview a:active {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #fff;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #0073c7; /* prevent validator warning */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* code.module [links] */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.module,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.module a:link {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #8b4513;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.module a:visited {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #bc8f8f;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.module a:hover,
e79d23932ef9d52cf4eb32ddec2d0a9b3af9a9ebJan Zelenycode.module a:active {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #8b4513;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #f0f0f0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* code.directive [links] */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.directive,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.directive a:link {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #287f00;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.directive a:visited {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #35a500;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.directive a:hover,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghercode.directive a:active {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #287f00;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #f0f0f0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * Headings
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* h1 */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh1 {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0.2em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0 0 0.5em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border: 1px solid #405871;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #036;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-decoration: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 22px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* h2 */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh2 {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0.2em 0 0.2em 0.7em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0 0 0.5em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-decoration: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 18px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher.section h2 {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #405871;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #fff;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher.directive-section h2 {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #557697;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #fff;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* take care of <a name>s inside */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh2 a,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh2 a:hover,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh2 a:active {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-decoration: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* h3 */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh3 {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #036;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-decoration: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 16px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 1.3em 0 0.4em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* margin adjustment */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh3 + * {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* IE confuses the + * :-(
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * so reset some things
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherul, .section table, .directive-section table {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-bottom: 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* titles for
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * examples, notes and warnings
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.example h3,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.note h3,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.warning h3 {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0 0 0.5em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-align: center;
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek font-size: 13px;
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek}
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek/* sidebar */
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozekdiv#quickview h3 {
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek margin: 1em 0 0.3em 0.5em;
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek font-size: 15px;
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek}
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview h3.directives {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0.3em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* take care of <a name>s inside */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh3 a,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh3 a:hover,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherh3 a:active {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-decoration: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * Up & Top helper images
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* arrow left */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.up {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher width: 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher height: 20px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: -20px 0 1px 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-align: center;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher vertical-align: top;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.up img {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher vertical-align: top;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher width: 11px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher height: 11px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border-style: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* arrow up (to page top) */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.top {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher width: 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0 0 0 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.top img {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0.5em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher vertical-align: bottom;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher width: 11px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher height: 11px;
4a6a5421113ab662a665c62ed6a24b61a5a36950Jakub Hrozek border-style: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * Tables
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* general */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border: 1px solid #aaa;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border-collapse: collapse;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 2px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0.5em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-bottom: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertd, th {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher empty-cells: show; /* show border around empty cells */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0.1em 0.2em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher vertical-align: top;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-align: left;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher line-height: 1.3em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherth {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* bordered table cells */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* turn off borders in tables nested in
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * bordered tables per default
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.bordered table td,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.bordered table th {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border-style: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.bordered td,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.bordered th,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable table.bordered td,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable table.bordered th {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border: 1px solid #aaa;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* mod/dir. overview table */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ======================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.module th,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.directive th {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher white-space: nowrap;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* related modules & dir. */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* assuming, all links are enclosed by
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * <code class="directive"> or
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * <code class="module">
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.related {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border-collapse: separate;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.related th {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0.2ex 0.3em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #e5ecf3;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #405871;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher vertical-align: middle;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.related td {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0.2ex 0.3em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * Lists
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* list default values */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherul {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: disc;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherul ul {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: square;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherul ul ul {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: circle;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherli, dt, dd {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher line-height: 1.3em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdt {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0.5em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherol li {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0.5em;
6fb75e297bf7fc83e3db1f5ae8560624656ef319Jan Zeleny}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherol.up-A {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: upper-alpha;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
6fb75e297bf7fc83e3db1f5ae8560624656ef319Jan Zeleny
6fb75e297bf7fc83e3db1f5ae8560624656ef319Jan Zelenyli.separate {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-bottom: 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* table of contents */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#toc,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#topics {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0 0 1em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#toc li,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#topics li {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#toc li img,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#topics li img {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-right: 19px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* see also */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher.seealso {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0 0 1em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher.seealso li {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0 0 0 34px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* related modules & dir. */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.related td ul,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable.related td li {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* list of all directives */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#directive-list ul {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* sidebar */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview li {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 13px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview ul {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0 0 15px 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview ul#toc {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0 0 0 0.5em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#manual-page div#quickview ul#toc {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-left: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview ul#toc li {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview li img {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher display: none;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#manual-page div#quickview ul#toc,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview #topics,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview .seealso {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding-left: 15px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher#manual-page div#quickview ul#toc li,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview #topics li,
1ea2e8bd370e0dc2f2c3fa09232cf67082ef748dStephen Gallagherdiv#quickview .seealso li {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0.4em 0 2px 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-type: square;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher list-style-position: outside;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ac3a1f3da772cf101101c31675c63dc3549b21b5Jakub Hrozek * main page sections
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* page header */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#page-header {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-left: 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#page-header img {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
9b72b00ebcfd6225a4e139619c8e18d44a448f87Stephen Gallagher display: block;
9b72b00ebcfd6225a4e139619c8e18d44a448f87Stephen Gallagher margin: -70px 0 1px 2em;
9b72b00ebcfd6225a4e139619c8e18d44a448f87Stephen Gallagher width: 248px;
9b72b00ebcfd6225a4e139619c8e18d44a448f87Stephen Gallagher height: 70px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
9b72b00ebcfd6225a4e139619c8e18d44a448f87Stephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#page-header p.apache {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #405871;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #fff;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0 0 0 248px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-align: center;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher vertical-align: middle;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 16px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher line-height: 29px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#page-header p.menu {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-align: right;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 13px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 30px 0 0.5em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* breadcrumb navigation */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#path {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0.2em 0 1.2em 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 13px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* content sections */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#preamble {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding-bottom: 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-left: 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.section,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.directive-section {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: -1.2em 0 0 60px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher.section p,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher.directive-section p {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0 0 1em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* look for this on directive
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * list page...
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#directive-list {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-left: 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0 0 1em 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* sidebar position: right */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#quickview {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher position: absolute;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher top: 5.5em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher right: 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-left: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 40px;
8a1738f9379a1b8fb5c95c3df649e014ff5a1434Jan Zeleny padding: 4px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher width: 13.5em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #f0f0f0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* -> move content left */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#page-content {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding-top: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-right: 13em;
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek padding-right: 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* in general */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherp {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher line-height: 1.3em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* page footer */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#footer {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-left: 30px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 13px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border-top: 1px solid #405871;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding-top: 0.2em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#footer p.apache {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher float: left;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-align: left;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0 0 1em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv#footer p.menu {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher float: right;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-align: right;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0 0 1em 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * subsections (examples, notes, warnings)
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* examples */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.example {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: #e5ecf3;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher color: #000;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0.5em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 1em 2em 1em 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* example inside a note:
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * blue in gray doesn't look good
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * so simply draw a border around
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher * and keep it gray
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.note div.example {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border: 1px solid #aaa;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher background-color: transparent;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher color: inherit;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-right: 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* example inside table */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallaghertable div.example {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-right: 1em;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher/* the following [block] elements
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher * may appear inside example...
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.example p,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.example pre,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.example table {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher padding: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.example p {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher line-height: 1em;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.example pre,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherdiv.example p > code {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-size: 13px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* notes & warnings */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ====================== */
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherdiv.note,
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherdiv.warning {
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher background-color: #eee;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher color: #036;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher padding: 0.5em;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher margin: 1em 2em 1em 1em;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherdiv.note p,
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherdiv.warning p {
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek margin: 0;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher padding: 0;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherdiv.note pre,
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherdiv.warning pre {
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher font-size: 13px;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* inside table */
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallaghertable div.note,
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallaghertable div.warning {
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher margin-right: 1em;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3d8a87081a6cd197acbd355b5a39111669ec2aa6Jakub Hrozek * quotations, indented paragraphs and figures
c3d09c0095a45de1973f320ce2045ac74d4e4f83Jakub Hrozek * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherp.letters {
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher text-align: center;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher background-color: inherit;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher color: #ccc;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherp.letters a:link,
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherp.letters a:visited {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher text-decoration: none;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher font-weight: bold;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherp.letters a:hover,
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherp.letters a:active {
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher font-weight: bold;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherblockquote p {
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher font-style: italic;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin: 0;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherblockquote p.cite {
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher font-style: normal;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 0;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher margin-left: 2em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherblockquote p.cite cite {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-style: normal;
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher}
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagher
f5e22261a2ff95f2a61f4f199fffb8de79668110Stephen Gallagherp.indent {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-left: 2em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-top: 1em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherp.figure {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher margin-left: 2em;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-style: italic;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherp.figure img {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher border: 1px solid #aaa;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
c1fcc832ccfc237caac8b99be238cf2d598f908cStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagherp.figure dfn {
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher font-weight: bold;
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher}
c1fcc832ccfc237caac8b99be238cf2d598f908cStephen Gallagher
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c1fcc832ccfc237caac8b99be238cf2d598f908cStephen Gallagher * -> The End <-
c1fcc832ccfc237caac8b99be238cf2d598f908cStephen Gallagher * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
e134a6af42102c8d865e82bf89e0b8c5a40fb5faStephen Gallagher