/* Here's a start on a WebDialog Stylesheet: */ /* Started by Dan Rathbun */ /* (Content-Type=text/css) */ /*[code]*/ /* ELEMENTS */ BODY, HTML { margin: 0px; padding: 0px; border: 0px; border-style : none } /* CLASSES */ .control { font: caption; color: WindowText; background-color: Window; } .control:focus { color: HighlightText; background-color: Highlight; } .control-sm { font: small-caption; color: WindowText; background-color: Window; } .control-sm:focus { color: HighlightText; background-color: Highlight; } .dialog { font: message-box; background-color: ThreeDFace; } .icon { font: icon; } .menu { font: menu; color: MenuText; background-color: Menu; } .menu:focus { color: HighlightText; background-color: Highlight; } .menubar { font: menu; color: MenuText; background-color: ThreeDFace; } .statusbar { font: status-bar; color: MenuText; background-color: ThreeDFace; } .tooltip { font: small-caption; color: InfoText; background-color: InfoBackground; } /*[/code]*/