home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / res / ua.css < prev   
Cascading Style Sheet File  |  2001-03-23  |  1KB  |  50 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is mozilla.org code.
  13.  *
  14.  * The Initial Developer of the Original Code is Netscape
  15.  * Communications Corporation.  Portions created by Netscape are
  16.  * Copyright (C) 1998 Netscape Communications Corporation. All
  17.  * Rights Reserved.
  18.  *
  19.  * Contributor(s): 
  20.  */
  21.  
  22. @import url(resource:/res/html.css);
  23. @import url(chrome://global/content/xul.css);
  24. @import url(resource:/res/quirk.css);
  25.  
  26. parsererror {
  27.   display: block;
  28.   font-family: sans-serif;
  29.   font-weight: bold;
  30.   white-space: pre;
  31.   margin: 1em;
  32.   padding: 1em;
  33.   border-width: thin;
  34.   border-style: inset;
  35.   border-color: red;
  36.   font-size: 14pt;
  37.   background-color: lightyellow;
  38. }
  39.  
  40. sourcetext {
  41.   display: block;
  42.   white-space: pre;
  43.   font-family: Courier;
  44.   margin-top: 2em;
  45.   margin-bottom: 1em;
  46.   color: red;
  47.   font-weight: bold;
  48.   font-size: 12pt;
  49. }
  50.