This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxml-verbatim.css
executable file
·39 lines (35 loc) · 1.77 KB
/
xml-verbatim.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
The contents of this file are subject to the Health Level-7 Public
License Version 1.0 (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.hl7.org/HPL/hpl.txt.
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 all this file.
The Initial Developer of the Original Code is Gunther Schadow.
Portions created by Initial Developer are Copyright (C) 2002-2004
Regenstrief Institute, Inc. All Rights Reserved.
*/
.xml-verbatim-default { color: #333;
background-color: #ffffff;
font-family: sans-serif;
cursor: pointer; }
.xml-verbatim-element-name { color: #990000 }
.xml-verbatim-element-nsprefix { color: #666600 }
.xml-verbatim-attr-name { color: #660000 }
.xml-verbatim-attr-content { color: #000099; font-weight: bold }
.xml-verbatim-ns-name { color: #666600 }
.xml-verbatim-ns-uri { color: #330099 }
.xml-verbatim-text { color: #000000; font-weight: bold }
.xml-verbatim-comment { color: #006600; font-style: italic }
.xml-verbatim-pi-name { color: #006600; font-style: italic }
.xml-verbatim-pi-content { color: #006666; font-style: italic }
.xml-verbatim-element { }
.xml-verbatim-element-head { margin-left: 3em;
text-indent: -3em; }
.xml-verbatim-element-head-ellips { display: inline; color: #006600; font-style: italic }
.xml-verbatim-element-body { display: none; }
.xml-verbatim-element-content { margin-left: 1em; }
.xml-verbatim-element-tail { }