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