88 lines
2.4 KiB
HTML
88 lines
2.4 KiB
HTML
<!-- -*- Mode: HTML; tab-width: 2; 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 COMMUNICATOR PREVIEW SCREENS
|
|
|
|
//tags.BODY.fontFamily="PrimaSans BT, Helvetica,Arial";
|
|
//tags.BODY.fontSize="12px";
|
|
//tags.BODY.textAlign="left";
|
|
//tags.BODY.color="black";
|
|
//tags.BODY.marginTop="0";
|
|
//tags.BODY.marginBottom="0";
|
|
//tags.BODY.marginLeft="72";
|
|
//tags.BODY.borderWidths(0, 0, 0, 0);
|
|
//tags.BODY.lineHeight="1";
|
|
|
|
tags.P.fontFamily="PrimaSans BT,Helvetica,Arial";
|
|
tags.P.fontSize="10";
|
|
//tags.P.lineHeight="1";
|
|
tags.P.margins(6,0,0,0);
|
|
tags.P.color="000000";
|
|
|
|
|
|
|
|
|
|
//Tables (for forms inputs, etc.)
|
|
|
|
tags.TABLE.marginTop="14";
|
|
tags.TABLE.fontFamily="PrimaSans BT, Helvetica,Arial";
|
|
tags.TABLE.fontSize="10";
|
|
|
|
tags.TD.fontFamily="PrimaSans BT, Helvetica,Arial";
|
|
tags.TD.fontSize="10";
|
|
|
|
classes.intro.TD.fontSize="12px";
|
|
|
|
//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="11px";
|
|
|
|
|
|
//Lists
|
|
|
|
tags.UL.listStyleType="disc";
|
|
tags.UL.fontFamily="PrimaSans BT,Helvetica,Arial";
|
|
tags.OL.fontSize="10";
|
|
tags.OL.fontFamily="PrimaSans BT,Helvetica,Arial";
|
|
tags.UL.fontSize="10";
|
|
tags.OL.fontSize="10";
|
|
//tags.UL.lineHeight="1";
|
|
tags.UL.margins(-4,0,0,-28)
|
|
tags.OL.margins(-4,0,0,-28)
|
|
contextual(tags.OL, tags.LI).fontSize="9";
|
|
contextual(tags.UL, tags.LI).fontSize="8";
|
|
|
|
//tags.LI.marginBottom="-24";
|
|
|
|
tags.TT.color="000066";
|
|
//tags.TT.fontFamily="monospace";
|
|
|
|
ids.nomarginbottom.marginBottom="0";
|
|
classes.nomargins.all.marginTop="-4";
|
|
classes.nomargins.all.marginBottom="0";
|
|
//classes.nomargintop.all.lineHeight="1";
|
|
|
|
classes.title.all.marginTop="0";
|
|
classes.title.all.color="000066";
|