/* Copyright 1998-2018 PasDoc developers. This file is part of "PasDoc". "PasDoc" is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. "PasDoc" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with "PasDoc"; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA ---------------------------------------------------------------------------- */ body, html { margin: 0; padding: 0; } body { font-family: Verdana,Arial; color: black; background-color: white; } .container { width: 100%; height: 100%; border-spacing: 0; } .navigation { float: left; width: 20em; /* must match .content margin-left */ height: 100%; color: white; background-color: #787878; position: fixed; margin: 0; box-sizing: border-box; /* without this, you could not have padding here, it would overlap with .content, causing errors on narrow screens */ padding: 1em; } .navigation ul { margin: 0em; padding: 0em; } .navigation li { list-style-type: none; margin: 0.2em 0em 0em 0em; padding: 0.25em; } .navigation h2 { text-align: center; margin: 0em; padding: 0.5em; } .content { margin-left: 20em; /* must match .navigation width */ box-sizing: border-box; /* without this, you could not have padding here, it would overlap with .navigation, causing errors on narrow screens */ padding: 1em; } .content h1 { margin-top: 0; } .appinfo { float: right; text-align: right; margin-bottom: 1em; } img { border:0px; } hr { border-bottom: medium none; border-top: thin solid #888; } a:link {color:#C91E0C; text-decoration: none; } a:visited {color:#7E5C31; text-decoration: none; } a:hover {text-decoration: underline; } a:active {text-decoration: underline; } .navigation a:link { color: white; text-decoration: none; } .navigation a:visited { color: white; text-decoration: none; } .navigation a:hover { color: white; font-weight: bold; text-decoration: none; } .navigation a:active { color: white; text-decoration: none; } a.bold:link {color:#C91E0C; text-decoration: none; font-weight:bold; } a.bold:visited {color:#7E5C31; text-decoration: none; font-weight:bold; } a.bold:hover {text-decoration: underline; font-weight:bold; } a.bold:active {text-decoration: underline; font-weight:bold; } a.section {color: green; text-decoration: none; font-weight: bold; } a.section:hover {color: green; text-decoration: underline; font-weight: bold; } ul.useslist a:link {color:#C91E0C; text-decoration: none; font-weight:bold; } ul.useslist a:visited {color:#7E5C31; text-decoration: none; font-weight:bold; } ul.useslist a:hover {text-decoration: underline; font-weight:bold; } ul.useslist a:active {text-decoration: underline; font-weight:bold; } ul.hierarchy { list-style-type:none; } ul.hierarchylevel { list-style-type:none; } p.unitlink a:link {color:#C91E0C; text-decoration: none; font-weight:bold; } p.unitlink a:visited {color:#7E5C31; text-decoration: none; font-weight:bold; } p.unitlink a:hover {text-decoration: underline; font-weight:bold; } p.unitlink a:active {text-decoration: underline; font-weight:bold; } tr.list { background: #FFBF44; } tr.list2 { background: #FFC982; } tr.listheader { background: #C91E0C; color: white; } table.wide_list { border-spacing:2px; width:100%; } table.wide_list td { vertical-align:top; padding:4px; } table.markerlegend { width:auto; } table.markerlegend td.legendmarker { text-align:center; } .sections { background:white; } .sections .one_section { background:lightgray; display: inline-block; margin: 0.2em; padding: 0.5em 1em; } table.summary td.itemcode { width:100%; } table.detail td.itemcode { width:100%; } td.itemname {white-space:nowrap; } td.itemunit {white-space:nowrap; } td.itemdesc { width:100%; } /* The paragraph "This item has no description." with this CSS class appears on items that have no description, and no ancestor from which to take a description. By default we hide it, you can inhide it to explicitly see where descriptions are missing. */ p.nodescription { color:red; display: none; } p.inheritdescription { color:red; } dl.description dt { color:red;} dl.parameters dt { color:blue; } code { font-family: monospace; font-size:1.2em; } /* style for warning and note tag */ dl.tag.warning { margin-left:-2px; padding-left: 3px; border-left:4px solid; border-color: #FF0000; } dl.tag.note { margin-left:-2px; padding-left: 3px; border-left:4px solid; border-color: #D0C000; } /* Various browsers have various default styles for