dmose%mozilla.org 68d3ee8a2a updating license to xPL 1.1
git-svn-id: svn://10.0.0.236/trunk@52535 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 07:16:31 +00:00

100 lines
3.0 KiB
JavaScript

/* -*- 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 INTERNET PREVIEW SCREENS
document.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";
document.tags.BODY.borderWidths(0, 0, 0, 0);
document.tags.BODY.paddings(0, 0, 0, 0);
document.tags.P.fontFamily="PrimaSans BT, Helvetica,Arial";
document.tags.P.fontSize="12px";
document.tags.P.lineHeight="1.1";
document.tags.P.margins(14,40,0,255);
//Titles of Internet Preview screens
document.classes.title.all.fontSize="23px";
document.classes.title.all.fontFamily="PrimaSans BT, Helvetica,Arial";
document.classes.title.all.margins(34,0,0,43);
//Tables (for forms inputs, etc.)
document.tags.TABLE.marginTop="14";
document.tags.TD.fontFamily="PrimaSans BT, Helvetica,Arial";
document.tags.TD.fontSize="11px";
document.tags.TD.lineHeight="1.2"
//the entries below are exceptions to the standard definition
document.ids.nospace.marginTop="0";
document.ids.minspace.marginTop="6";
document.ids.nomargins.margins(14,8,8,8);
document.ids.buttontext.fontSize="11px";
document.ids.smallleftmargin.margins(14,40,0,160);
document.ids.mediumleftmargin.margins(14,40,0,265);
document.ids.bulletssmallleftmargin.marginLeft="160";
//Lists
document.tags.UL.listStyleType="disc";
document.tags.UL.fontFamily="PrimaSans BT, Helvetica,Arial";
document.tags.UL.fontSize="12px";
//tags.UL.lineHeight="1.2";
document.tags.UL.margins(-6,40,0,255);
document.tags.LI.fontSize="10";
//Account Setup tag
document.classes.previewtag.all.fontSize="12px";
document.classes.previewtag.all.paddingLeft="5";
document.classes.previewtag.all.color="white";
document.classes.colorbartext.all.fontSize="11px";
document.classes.colorbartext.all.color="white";
//tags for intro screens callouts (intro3,intro4,intro5,intro6)
document.classes.ispcallout.all.fontFamily="PrimaSans BT,Helvetica,Arial";
document.classes.ispcallout.all.fontSize="29px";
document.classes.ispcallout.all.color="FFFFFF";
document.classes.accountscallout.all.fontFamily="PrimaSans BT,Helvetica,Arial";
document.classes.accountscallout.all.fontSize="13px";
document.classes.accountscallout.all.color="FFFFFF";