generated from ansforge/IG-modele
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #12 from ansforge/cp-destinataire-email-pluriel
Update profils-messages.md 3c60963
- Loading branch information
Showing
599 changed files
with
50,211 additions
and
0 deletions.
There are no files selected for viewing
906 changes: 906 additions & 0 deletions
906
update-change-log/ig/ImplementationGuide-ans.hl7v2.fr.trans-cda-mss.json
Large diffs are not rendered by default.
Oops, something went wrong.
780 changes: 780 additions & 0 deletions
780
update-change-log/ig/ImplementationGuide-ans.hl7v2.fr.trans-cda-mss.ttl
Large diffs are not rendered by default.
Oops, something went wrong.
721 changes: 721 additions & 0 deletions
721
update-change-log/ig/ImplementationGuide-ans.hl7v2.fr.trans-cda-mss.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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
update-change-log/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,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.