home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / res / viewsource.css < prev    next >
Cascading Style Sheet File  |  2001-05-02  |  2KB  |  88 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.  *      Blake Ross <BlakeR1234@aol.com>
  21.  */
  22.  
  23. @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
  24.  
  25. html {
  26.   background-color: white;
  27. }
  28. .viewsource {
  29.   font-family: -moz-fixed;
  30.   font-weight: normal;
  31.   font-size: normal;
  32.   color: black;
  33.   white-space: pre;
  34. }
  35. .start-tag {
  36.  color: purple;
  37.  font-weight: bold;
  38. }
  39. .end-tag {
  40.  color: purple;
  41.  font-weight: bold; 
  42. }
  43. .comment {
  44.  color: green;
  45.  font-style: italic;
  46. }
  47. .cdata {
  48.  color: #CC0066;
  49. }
  50. .doctype {
  51.  color: steelblue;
  52.  font-style: italic;
  53. }
  54. .pi {
  55.  color: orchid;
  56.  font-style: italic;
  57. }
  58. .entity {
  59.  color:#FF4500;
  60.  font-weight: normal;
  61. }
  62. .text {
  63.   font-weight: normal;
  64. }
  65. .attribute-name {
  66.  color: black;
  67.  font-weight: bold;
  68. }
  69. .attribute-value {
  70.  color: blue;
  71.  font-weight: normal;
  72. }
  73. .summary {
  74.  display: block;
  75.  background-color: #FFFFCC;
  76.  width: 90%;
  77.  border: solid;
  78.  border-width: 1pt;
  79.  font-family: sans-serif;
  80. }
  81. .popup {
  82.   font-weight: normal;
  83. }
  84. .markupdeclaration {
  85.  color: steelblue;
  86.  font-style: italic;
  87. }
  88.