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

78 строки
2.0 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.0 (the "NPL"); you may not use this file except in
compliance with the NPL. You may obtain a copy of the NPL at
http://www.mozilla.org/NPL/
Software distributed under the NPL is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
for the specific language governing rights and limitations under the
NPL.
The Initial Developer of this code under the NPL is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All Rights
Reserved.
*/
//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";