Willkommen auf dem Wiki-Portal von HL7 Austria: Unterschied zwischen den Versionen
| [unmarkierte Version] | [unmarkierte Version] |
| Zeile 1: | Zeile 1: | ||
| − | + | __KEIN_INHALTSVERZEICHNIS__ | |
| − | + | {{#css: | |
| − | {{ | + | |
| − | + | *, | |
| − | -- | + | *:after, |
| − | + | *:before { | |
| − | + | -webkit-box-sizing: border-box; | |
| + | -moz-box-sizing: border-box; | ||
| + | box-sizing: border-box; | ||
| + | padding: 0; | ||
| + | margin: 0; | ||
| + | } | ||
| + | |||
| + | .clearfix:before, | ||
| + | .clearfix:after { | ||
| + | content: " "; | ||
| + | display: table; | ||
| + | } | ||
| + | |||
| + | .clearfix:after { | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | .clearfix { | ||
| + | *zoom: 1; | ||
| + | } | ||
| + | |||
| + | |||
| + | a { | ||
| + | color: white; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | a:visited { | ||
| + | color: white; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | .container { | ||
| + | width: 100%; | ||
| + | position: relative; | ||
| + | font-family: Calibri, Arial, sans-serif; | ||
| + | font-weight: 400; | ||
| + | font-size: 1em; | ||
| + | color: #333; | ||
| + | } | ||
| + | |||
| + | .main, | ||
| + | .container > header { | ||
| + | width: 90%; | ||
| + | max-width: 76em; | ||
| + | /*margin: 0 auto;*/ | ||
| + | padding: 0 1.875em 3.125em 0em; | ||
| + | } | ||
| + | |||
| + | .container > header { | ||
| + | padding-right: 1.875em; | ||
| + | padding-top: 1.875em; | ||
| + | padding-bottom: 1.875em; | ||
| + | padding-left: 0em; | ||
| + | } | ||
| + | |||
| + | .tabelle { | ||
| + | list-style: none; | ||
| + | text-align: center; | ||
| + | margin: 0 auto; | ||
| + | } | ||
| + | |||
| + | .tabelle li { | ||
| + | width: 24%; | ||
| + | height: 15em; | ||
| + | margin: 0.5%; | ||
| + | background: #8CC7DF; | ||
| + | color: #fff; | ||
| + | display: block; | ||
| + | float: left; | ||
| + | padding-left: 2.6em; | ||
| + | padding-bottom: 2.6em; | ||
| + | padding-right: 2.3em; | ||
| + | padding-top: 0em; | ||
| + | cursor: pointer; | ||
| + | position: relative; | ||
| + | } | ||
| + | |||
| + | .tabelle li.rb-span-2 { | ||
| + | width: 49%; | ||
| + | } | ||
| + | |||
| + | .tabelle li.rb-span-4 { | ||
| + | width: 99%; | ||
| + | } | ||
| + | |||
| + | .tabelle li h3 { | ||
| + | font-size: 1.6em; | ||
| + | font-weight: 100; | ||
| + | color: white; | ||
| + | } | ||
| + | |||
| + | .tabelle li[class^="icon-"]:before, | ||
| + | .tabelle li[class*=" icon-"]:before { | ||
| + | font-size: 10em; | ||
| + | position: absolute; | ||
| + | display: block; | ||
| + | width: 100%; | ||
| + | height: 100%; | ||
| + | top: 0; | ||
| + | left: 0; | ||
| + | line-height: 3; | ||
| + | opacity: 0.4; | ||
| + | text-align: right; | ||
| + | pointer-events: none; | ||
| + | } | ||
| + | |||
| + | .schrift { | ||
| + | display: block; | ||
| + | font-size: 1.3em; | ||
| + | opacity: 0.5; | ||
| + | -webkit-transition: opacity 0.3s ease-in-out; | ||
| + | -moz-transition: opacity 0.3s ease-in-out; | ||
| + | transition: opacity 0.3s ease-in-out; | ||
| + | } | ||
| + | |||
| + | .tabelle li:hover .schrift{ | ||
| + | opacity: 1; | ||
| + | } | ||
| − | + | .tabelle li:hover .bild{ | |
| − | + | opacity:0.80; | |
| − | + | -webkit-transition: opacity 0.3s ease-in-out; | |
| − | + | -moz-transition: opacity 0.3s ease-in-out; | |
| − | + | transition: opacity 0.3s ease-in-out; | |
| − | + | } | |
| − | + | .tabelle li:active .boxaufgeklappt{ | |
| − | + | opacity: 1; | |
| − | + | z-index: 1000; | |
| − | + | } | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | /* Colors */ | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | /* Grid */ | |
| − | + | .tabelle li:nth-child(1) { background: #3399CC; } /*1 */ | |
| − | + | .tabelle li:nth-child(2) { background: #33CCCC; } /*2*/ | |
| − | + | .tabelle li:nth-child(3) { background: #996699; } /*3 */ | |
| − | + | .tabelle li:nth-child(4) { background: #C24747; } /*4 */ | |
| − | + | .tabelle li:nth-child(5) { background: #e2674a; } /*5 1BA5B8*/ | |
| − | + | .tabelle li:nth-child(6) { background: #FFCC66; } /*6 */ | |
| − | + | .tabelle li:nth-child(7) { background: #666699; } /*7*/ | |
| − | + | .tabelle li:nth-child(8) { background: #669999; } /*8 CC6699*/ | |
| − | + | .tabelle li:nth-child(9) { background: #99CC99; } /*9 */ | |
| − | + | .tabelle li:nth-child(10) { background: #339966; }/* 10 */ | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | @media screen and (max-width: 63.125em) { | |
| + | |||
| + | .tabelle li, | ||
| + | .tabelle li.rb-span-2, | ||
| + | .tabelle li.rb-span-4 { | ||
| + | width: 100%; | ||
| + | height: 10em; | ||
| + | text-align: left; | ||
| + | } | ||
| − | + | .tabelle li[class^="icon-"]:before, | |
| + | .tabelle li[class*=" icon-"]:before { | ||
| + | font-size: 6em; | ||
| + | left: auto; | ||
| + | right: 0; | ||
| + | line-height: 2.5; | ||
| + | } | ||
| − | + | .tabelle li > div { | |
| − | + | text-align: center; | |
| − | + | } | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | } | |
| − | + | .bild{ | |
| − | + | display: block; | |
| − | + | opacity: 0.4; | |
| − | + | text-align: right; | |
| − | + | pointer-events: none; | |
| − | + | padding-top:10%; | |
| − | + | } | |
| − | + | }} | |
| − | + | Das Wiki-Portal umfasst aktuell {{NUMBEROFARTICLES}} Beiträge. | |
| − | + | <br/>Hier werden zurzeit folgende Projekte und Themen bearbeitet: | |
| − | |||
| − | |||
| − | |||
| − | < | + | <div class="container"> |
| − | == | + | <div class="main"> |
| − | < | + | <ul id="tabelle" class="tabelle clearfix"> |
| − | < | + | <li class="icon-clima-1 rb-span-2"> |
| − | </ | + | <h3>[[Organisatorisches|Organisatorisches]]</h3><span class="schrift">Projekte & Tools</span> |
| − | < | + | <div class="bild">[[Datei:Orga.png|110px]]</div> |
| − | </ | + | </li> |
| − | </ | + | <li class="icon-clima-2"> |
| − | --> | + | <h3>[[Erläuterungen|Erläuterungen]]</h3><span class="schrift">CDA, Terminologien, Art-Decor Tabellen</span> |
| + | <div class="bild">[[Datei:Erläuterung.png|110px]]</div> | ||
| + | </li> | ||
| + | <li class="icon-clima-1"> | ||
| + | <h3>[[Links|Links]]</h3><span class="schrift">HL7, IHE, ELGA</span> | ||
| + | <div class="bild" style="padding-top:30%">[[Datei:Link.png|110px]]</div> | ||
| + | </li> | ||
| + | <li class="icon-clima-11"> | ||
| + | <h3>[[Grundlagen|Grundlagen]]</h3><span class="schrift">epSOS</span> | ||
| + | <div class="bild" style="padding-top:30%">[[Datei:Basic.png|110px]]</div> | ||
| + | </li> | ||
| + | <li class="icon-clima-2 rb-span-2"> | ||
| + | <h3>[[Implementierungsleitfäden|Leitfäden]]</h3><span class="schrift">CDA Templates</span> | ||
| + | <div class="bild" style="padding-top:10%">[[Datei:Documents.png|110px]]</div> | ||
| + | </li> | ||
| + | <li class="icon-clima-2"> | ||
| + | <h3>Partnerseite</h3><span class="schrift">Träger, Unterstützer</span> | ||
| + | <div class="bild" style="padding-top:20%">[[Datei:Handshake.png|110px]]</div> | ||
| + | </li> | ||
| + | <li class="icon-clima-4"> | ||
| + | <h3>[[elga-cdaps-2.06.2:Patient Summary|Patient Summary]]</h3> | ||
| + | <div class="bild" style="padding-top:50%">[[Datei:Document.png|110px]]</div> | ||
| + | </li> | ||
| + | <li class="icon-clima-1"> | ||
| + | <h3>[[ILF:Outpatient Report|Outpatient Report]]</h3> | ||
| + | <div class="bild" style="padding-top:50%">[[Datei:Document.png|110px]]</div> | ||
| + | </li> | ||
| + | <li class="icon-clima-1"> | ||
| + | <h3>[[ILF:Allgemeiner Leitfaden Guide|Allgemeiner Leitfaden]]</h3> | ||
| + | <div class="bild" style="padding-top:30%">[[Datei:Document.png|110px]]</div> | ||
| + | </li> | ||
| + | <li class="icon-clima-2"> | ||
| + | <h3>Spezielle Leitfäden</h3> | ||
| + | <div class="bild" style="padding-top:50%">[[Datei:Document.png|110px]]</div> | ||
| + | </li> | ||
| + | </ul> | ||
| + | |||
| + | </div> | ||
| + | </div><!-- /container --> | ||
Hilfe zur Benutzung und Konfiguration der Wiki-Software findest du im [//meta.wikimedia.org/wiki/Help:Contents Benutzerhandbuch]. | Hilfe zur Benutzung und Konfiguration der Wiki-Software findest du im [//meta.wikimedia.org/wiki/Help:Contents Benutzerhandbuch]. | ||
Version vom 26. September 2017, 12:33 Uhr
Das Wiki-Portal umfasst aktuell 1.343 Beiträge.
Hier werden zurzeit folgende Projekte und Themen bearbeitet:
-
1 Organisatorisches
Projekte & Tools -
2 Erläuterungen
CDA, Terminologien, Art-Decor Tabellen -
3 Links
HL7, IHE, ELGA -
4 Grundlagen
epSOS -
5 Leitfäden
CDA Templates -
6 Partnerseite
Träger, Unterstützer -
7 Patient Summary
-
8 Outpatient Report
-
9 Allgemeiner Leitfaden
-
10 Spezielle Leitfäden
Hilfe zur Benutzung und Konfiguration der Wiki-Software findest du im Benutzerhandbuch.