gecko-dev/cmd/dialup/as_html/intro/isheet.js

96 строки
2.9 KiB
JavaScript
Исходник Обычный вид История

1998-04-09 08:11:30 +04:00
/* -*- 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 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";