gecko-dev/cmd/dialup/as_html/help/hsheet.htm

82 строки
2.1 KiB
HTML

/* -*- Mode: HTML; tab-width: 8; indent-tabs-mode: nil -*-
The contents of this file are subject to the Netscape 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/NPL/
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 mozilla.org code.
The Initial Developer of the Original Code is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
*/
//TAGS FOR ACCOUNT SETUP HELP
tags.BODY.fontFamily="PrimaSans BT, Helvetica,Arial";
tags.BODY.borderWidths(0, 0, 0, 0);
tags.BODY.paddings(0, 0, 0, 0);
tags.P.fontFamily="PrimaSans BT, Helvetica,Arial";
tags.P.fontSize="12";
tags.P.lineHeight="1.1";
tags.P.marginRight="3";
tags.P.marginLeft="3";
//Titles of Internet Preview screens
classes.title.all.fontSize="23";
classes.title.all.fontFamily="PrimaSans BT, Helvetica,Arial";
classes.title.all.margins(34,0,0,43);
//Tables (for forms inputs, etc.)
tags.TABLE.marginTop="6";
tags.TD.fontFamily="PrimaSans BT, Helvetica,Arial";
tags.TD.fontSize="12";
tags.TD.lineHeight="1.1"
//the entries below are exceptions to the standard definition
ids.nospace.marginTop="0";
ids.minspace.marginTop="6";
ids.nomargins.margins(14,8,8,8);
ids.buttontext.fontSize="12";
ids.smallleftmargin.margins(14,40,0,160);
ids.mediumleftmargin.margins(14,40,0,265);
ids.bulletssmallleftmargin.marginLeft="160";
//Lists
tags.UL.listStyleType="disc";
tags.UL.fontFamily="PrimaSans BT, Helvetica,Arial";
tags.UL.fontSize="12";
tags.LI.fontSize="10";
tags.OL.fontFamily="PrimaSans BT, Helvetica,Arial";
tags.OL.fontSize="12";
//Account Setup tag
classes.helptag.all.fontSize="12";
classes.helptag.all.paddingLeft="5";
classes.helptag.all.color="white";
classes.helptag.all.marginTop="0";