/*
* detail.css
*
* Cascading style sheet used by HTML displayed in detail panes.
*
* $Rev$
* $Date$
*
* ***** BEGIN LICENSE BLOCK *****
*
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Original Code is detail.css
*
* The Initial Developer of the Original Code is Peter Johnson
* (http://www.delphidabbler.com/).
*
* Portions created by the Initial Developer are Copyright (C) 2005-2012 Peter
* Johnson. All Rights Reserved.
*
* Contributors:
* NONE
*
* ***** END LICENSE BLOCK *****
*/
body {
margin: 4px;
padding: 0px;
}
table {
margin: 4px 0 0 0;
border: 0;
}
td {
vertical-align: top;
text-align: left;
}
th {
vertical-align: top;
text-align: center;
}
.comptable td {
text-align: center;
}
table.snippet-list td {
padding: 4px;
}
table.snippet-list td.desc {
padding-top: 0;
}
h1 {
margin: 0 0 8px 0;
padding: 0 0 4px 0;
}
h2 {
margin: 8px 0 0 0;
}
.active-text h2 {
margin: 4px 0 0 0;
}
p {
margin: 4px 0 0 0;
}
pre {
margin: 4px 0;
padding: 4px;
}
.optionbox {
margin: 12px 0 0 0;
padding: 4px;
}
.option {
margin-top: 2px;
margin-bottom: 2px;
}
#newtab {
text-align: center;
position: fixed;
top: 30%;
width: 100%;
margin-left: -4px;
}