Documentation cleanups, minor optimization of setting $allow, and disable debugging...
[openemr.git] / ccr / ccd / templates / defaultCSS.xsl
blob5e1fc8bf63903c8907e98e8b852b7a0f5d95bd80
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Conversion of CCR to Level 3 CCD
5 Orginal Author: Ken Miller
6 Solventus LLC
7 ken.miller@solventus.coms
9 Contributors:
10 Richard Braman, EHR Doctors, Inc rbraman@ehrdoctors.com
11 George Lilly (WorldVistA glilly@glilly.net)
12 xxxx - Oroville Hospital
14 Date: 2010-05-5
15 Version: 0.1
17 License :
19 This program is free software: you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation, either version 3 of the License, or
22 (at your option) any later version.
24 This program is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU General Public License for more details.
29 You should have received a copy of the GNU General Public License
30 along with this program. If not, see http://www.gnu.org/licenses.
32 -->
33 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:astm-org:CCR" xmlns:fo="http://www.w3.org/1999/XSL/Format">
34 <xsl:template name="defaultCCS">
35 <style type="text/css">
37 font-size: x-small;
38 font-family: Arial, sans-serif;
40 h1{
41 font-weight: bold;
42 font-size: medium;
44 strong.clinical {
45 color: #3300FF;
47 p {
48 margin-left: 20px
50 span.header{
51 font-weight: bold;
52 font-size: medium;
53 line-height: 16pt;
54 padding-top: 10px;
56 table.list {
57 padding-bottom: 5px;
58 border: thin solid #cccccc;
59 border-style-internal: thin solid #cccccc;
60 BORDER-COLLAPSE: collapse;
61 background: white;
62 background-image: none
64 table.list th {
65 text-align: left;
66 FONT-WEIGHT: bold;
67 COLOR: white;
68 background: #006699;
69 background-image: none
71 table.list td {
72 padding: 5px;
73 border: thin solid #cccccc;
74 vertical-align: top;
76 table.internal {
77 border: none;
79 table.internal td {
80 vertical-align: top;
81 padding: 1px;
82 border: none;
84 table.internal tr.even{
85 background: #CEFFFF;
86 background-image: none
88 </style>
89 </xsl:template>
90 </xsl:stylesheet>