generated from ansforge/IG-modele
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ansforge/patch-liens-et-format-tableaux
Patch liens et format tableaux be0b6d6
- Loading branch information
Showing
596 changed files
with
42,446 additions
and
0 deletions.
There are no files selected for viewing
816 changes: 816 additions & 0 deletions
816
prep-publication-111/ig/ImplementationGuide-ans.hl7v2.fr.trans-cda-mss.json
Large diffs are not rendered by default.
Oops, something went wrong.
700 changes: 700 additions & 0 deletions
700
prep-publication-111/ig/ImplementationGuide-ans.hl7v2.fr.trans-cda-mss.ttl
Large diffs are not rendered by default.
Oops, something went wrong.
641 changes: 641 additions & 0 deletions
641
prep-publication-111/ig/ImplementationGuide-ans.hl7v2.fr.trans-cda-mss.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
5,312 changes: 5,312 additions & 0 deletions
5,312
prep-publication-111/ig/assets/css/bootstrap-fhir.css
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
/* CQFramework Content IGs */ | ||
:root { | ||
--navbar-bg-color: #105EAB; /* 2. Header container color */ | ||
--footer-bg-color: #505050; /* 3. Footer background color*/ | ||
--footer-container-bg-color: #105EAB; /* 4. Footer container color */ | ||
--btn-hover-color: #014384; /* 6. Menu button hover color */ | ||
} | ||
|
||
/* Generic settings common to all content IGs */ | ||
:root { | ||
--stripe-bg-color: #999999; /* 5. Header strip color */ | ||
--btn-active-color: #014384; /* 7. Menu button active color */ | ||
--btn-text-color: #e6e6e6; /* 8. Menu button text color */ | ||
--stu-note-background-color: #fff2ff; /* 19. (STU) Note box background color */ | ||
--stu-note-border-left-color: #ffa0ff; /* 20. (STU) Note box border color */ | ||
} | ||
|
||
#hl7-nav { | ||
line-height: 50px; | ||
float: left; | ||
margin-top: 4px; | ||
} | ||
|
||
#hl7-nav a { | ||
color: inherit; | ||
} | ||
|
||
#hl7-logo { | ||
float: left; | ||
margin-left: 6px; | ||
} | ||
#hl7-search { | ||
line-height: 50px; | ||
float: right; | ||
margin-top: 4px; | ||
color: maroon; | ||
} | ||
#hl7-search a { | ||
color: inherit; | ||
} | ||
#project-nav { | ||
line-height: 50px; | ||
float: left; | ||
margin-top: 4px; | ||
margin-bottom: 4px; | ||
color: #808080; | ||
} | ||
#project-logo { | ||
float: left; | ||
margin-left: 3px; | ||
} | ||
|
||
/* ----------note-to-balloters styling------*/ | ||
|
||
.note-to-balloters::before { | ||
white-space: pre; | ||
content: "Note To Balloters\A "; | ||
background-color: yellow; | ||
color: red; | ||
font-weight: bold; | ||
} | ||
.note-to-balloters, .stu-note{ | ||
margin: 5px; | ||
padding: 10px; | ||
border-left-style: solid; | ||
} | ||
|
||
.stu-note::before { | ||
white-space: pre; | ||
content: "STU Note\A "; | ||
background-color: yellow; | ||
color: red; | ||
font-weight: bold; | ||
} | ||
|
||
/* | ||
================================== | ||
JSON/XML/TTL Example Styling Start | ||
================================== | ||
*/ | ||
|
||
pre.json { | ||
width: 100%; | ||
overflow: scroll; | ||
} | ||
|
||
pre.xml { | ||
width: 100%; | ||
overflow: scroll; | ||
} | ||
|
||
pre.rdf { | ||
width: 100%; | ||
overflow: scroll; | ||
} | ||
|
||
/* | ||
================================== | ||
JSON/XML/RTL Example Styling End | ||
================================== | ||
*/ | ||
|
||
|
||
/* | ||
=============================== | ||
Liquid Narrative Styling Start | ||
=============================== | ||
*/ | ||
|
||
.narrative-table { | ||
border: 1pt inset rgb(0, 0, 0); | ||
line-height: 10pt; | ||
border-collapse: separate; | ||
-webkit-border-horizontal-spacing: 2px; | ||
-webkit-border-vertical-spacing: 2px; | ||
} | ||
|
||
.narrative-table>tbody { | ||
display: table-row-group; | ||
vertical-align: middle; | ||
} | ||
|
||
.narrative-table>tbody>tr { | ||
display: table-row; | ||
background-color: lightgray; | ||
vertical-align: inherit; | ||
} | ||
|
||
.narrative-table>tbody>tr>th { | ||
padding: 5px; | ||
} | ||
|
||
.section-header { | ||
background-color: #656565; | ||
color: whitesmoke; | ||
vertical-align: inherit; | ||
} | ||
|
||
.row-header { | ||
background-color: #656565; | ||
color: whitesmoke; | ||
vertical-align: inherit; | ||
} | ||
|
||
.tab-one { | ||
padding-left: 5px; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
.row-header { | ||
min-width: 138px; | ||
max-width: 138px; | ||
} | ||
|
||
.content-container { | ||
max-width: 576px; | ||
} | ||
} | ||
|
||
@media (min-width: 992px) { | ||
.row-header { | ||
min-width: 181px; | ||
max-width: 181px; | ||
} | ||
|
||
.content-container { | ||
max-width: 745px; | ||
} | ||
} | ||
|
||
@media (min-width: 1100px) { | ||
.row-header { | ||
min-width: 213px; | ||
max-width: 213px; | ||
} | ||
|
||
.content-container { | ||
max-width: 873px; | ||
} | ||
} | ||
|
||
/* | ||
=============================== | ||
Liquid Narrative Styling End | ||
=============================== | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
/* Product families should override the following colors with family-specific colors */ | ||
:root { | ||
--navbar-bg-color: #505050; /* 2. Header container color */ | ||
--footer-bg-color: #707070; /* 3. Footer background color*/ | ||
--footer-container-color: #505050; /* 4. Footer container color */ | ||
--btn-hover-color: #808080; /* 6. Menu button hover color */ | ||
} | ||
|
||
/* Generic settings common to all HL7 IGs */ | ||
:root { | ||
--stripe-bg-color: #999999; /* 5. Header strip color */ | ||
--btn-active-color: #da0c23; /* 7. Menu button active color */ | ||
--btn-text-color: #e6e6e6; /* 8. Menu button text color */ | ||
--stu-note-background-color: #fff2ff; /* 19. (STU) Note box background color */ | ||
--stu-note-border-left-color: #ffa0ff; /* 20. (STU) Note box border color */ | ||
} | ||
|
||
#hl7-nav { | ||
line-height: 50px; | ||
float: left; | ||
margin-top: 4px; | ||
} | ||
|
||
#ans-nav { | ||
line-height: 50px; | ||
float: left; | ||
margin-top: 4px; | ||
margin-bottom: 8px; | ||
color: #808080; | ||
} | ||
|
||
#hl7-nav a { | ||
color: inherit; | ||
} | ||
|
||
#hl7-logo { | ||
float: left; | ||
margin-left: 6px; | ||
} | ||
#hl7-search { | ||
line-height: 50px; | ||
float: right; | ||
margin-top: 4px; | ||
color: maroon; | ||
} | ||
#hl7-search a { | ||
color: inherit; | ||
} | ||
#project-nav { | ||
line-height: 50px; | ||
float: left; | ||
margin-top: 4px; | ||
margin-bottom: 4px; | ||
color: #808080; | ||
} | ||
#project-logo { | ||
float: left; | ||
margin-left: 3px; | ||
} | ||
|
||
/* ----------note-to-balloters styling------*/ | ||
|
||
.note-to-balloters::before { | ||
white-space: pre; | ||
content: "Note To Balloters\A "; | ||
#background-color: yellow; | ||
color: red; | ||
font-weight: bold; | ||
} | ||
.note-to-balloters, .stu-note{ | ||
margin: 5px; | ||
padding: 10px; | ||
border-left-style: solid; | ||
} | ||
|
||
.stu-note::before { | ||
white-space: pre; | ||
content: "STU Note\A "; | ||
#background-color: yellow; | ||
color: red; | ||
font-weight: bold; | ||
} |
Oops, something went wrong.