зеркало из https://github.com/mozilla/pjs.git
128 строки
2.0 KiB
CSS
128 строки
2.0 KiB
CSS
/*
|
|
* 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):
|
|
* Blake Ross <BlakeR1234@aol.com>
|
|
*/
|
|
|
|
@namespace url(http://www.mozilla.org/viewsource);
|
|
|
|
viewsource {
|
|
font-family: monospace;
|
|
font-weight: normal;
|
|
color: black;
|
|
white-space: pre;
|
|
font-size: 12px;
|
|
padding-top: 8px;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
summary {
|
|
display: block;
|
|
background-color: #FFFFCC;
|
|
width: 90%;
|
|
border: solid;
|
|
border-width: 1px;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
key {
|
|
font-weight:bold;
|
|
}
|
|
|
|
key:before {
|
|
color: black;
|
|
}
|
|
|
|
val {
|
|
color: blue;
|
|
font-weight:normal;
|
|
}
|
|
|
|
val:before {
|
|
content: "=";
|
|
color: black;
|
|
}
|
|
|
|
entity {
|
|
color:#FF4500;
|
|
font-weight:normal;
|
|
}
|
|
|
|
entity:before {
|
|
content: "&";
|
|
}
|
|
|
|
comment {
|
|
color: green;
|
|
font-style:italic;
|
|
}
|
|
|
|
cdata {
|
|
color: #CC0066;
|
|
}
|
|
|
|
doctype {
|
|
color: steelblue;
|
|
font-style: italic;
|
|
}
|
|
|
|
pi {
|
|
color: orchid;
|
|
font-style: italic;
|
|
}
|
|
|
|
start {
|
|
color: purple;
|
|
font-weight:bold;
|
|
}
|
|
|
|
start:before {
|
|
content: "<";
|
|
color: black;
|
|
}
|
|
|
|
start:after {
|
|
content: ">";
|
|
color: black;
|
|
}
|
|
|
|
end {
|
|
color: purple;
|
|
font-weight:bold;
|
|
}
|
|
|
|
end:before {
|
|
content: "</";
|
|
color: black;
|
|
}
|
|
|
|
end:after {
|
|
content: ">";
|
|
color: black;
|
|
}
|
|
|
|
txt {
|
|
font-weight: normal;
|
|
}
|
|
|
|
error {
|
|
background-color: #FFFFCC;
|
|
font-weight: bold;
|
|
}
|