Willkommen auf dem Wiki-Portal von HL7 Austria: Unterschied zwischen den Versionen
[unmarkierte Version] | [geprüfte Version] |
K |
|||
(118 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
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: #cfcfcf; | |
− | + | text-decoration: none; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | a:visited { | |
− | + | color: #cfcfcf;//cfcfcf | |
− | + | 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-3 { | |
+ | width: 74%; | ||
+ | } | ||
+ | .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: #4A606B; } /*1 */ | ||
+ | .tabelle li:nth-child(2) { background: #0093AB; } /*2 33CCCC*/ | ||
+ | .tabelle li:nth-child(3) { background: #9C1072; } /*3 */ | ||
+ | .tabelle li:nth-child(4) { background: #ec6608; } /*4 */ | ||
+ | .tabelle li:nth-child(5) { background: #005296; } /*5 FFB124*/ | ||
+ | .tabelle li:nth-child(6) { background: #E89700; } /*6 629923*/ | ||
+ | .tabelle li:nth-child(7) { background: #538226; } /*7*/ | ||
+ | |||
+ | .tabelle li:nth-child(8) { background: #669999; } /*8 CC6699*/ | ||
+ | .tabelle li:nth-child(9) { background: #43B075; } /*9 99CC99*/ | ||
+ | .tabelle li:nth-child(10) { background: #339966; }/* 10 */ | ||
+ | |||
+ | |||
+ | @media screen and (max-width: 63.125em) { | ||
+ | |||
+ | .tabelle li, | ||
+ | .tabelle li.rb-span-3, | ||
+ | .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%; | ||
+ | } | ||
+ | }} | ||
+ | {{#seo: | ||
+ | |title=HL7 Wiki Hauptseite | ||
+ | |titlemode=append | ||
+ | |keywords=HL7, Wiki, Leitfäden, CDA, CDA Dokumente, Startseite, Hauptseite, Homepage | ||
+ | |description= Willkommen auf dem Wiki-Portal von HL7 Austria. Hier finden Sie Informationen zu den aktuellen Leitfäden, österreichischen HL7 Standards und Erläuterungen. | ||
+ | }} | ||
+ | |||
+ | Das Wiki-Portal umfasst aktuell {{NUMBEROFARTICLES}} Beiträge. Projekte und Themen: | ||
+ | |||
+ | <div class="container"> | ||
+ | <div class="main"> | ||
+ | <ul id="tabelle" class="tabelle clearfix"> | ||
+ | <li class="icon-clima-1 rb-span-2"> | ||
+ | <h3>[[Erläuterungen|Wissensbasis]]</h3><span class="schrift">[[Erläuterungen|CDA, Terminologien, Art-Decor Tabellen]]</span> | ||
+ | <div class="bild">[[Datei:Erläuterung.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-2"> | ||
+ | <h3>[[Terminologien|Terminologien]]</h3> | ||
+ | <div class="bild" style="padding-top:50%">[[Datei:Document.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-1"> | ||
+ | <h3>[[Tools|Tools]]</h3><span class="schrift">[[Tools|Art-Decor]]</span> | ||
+ | <div class="bild" style="padding-top:30%">[[Datei:Link.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-11 rb-span-2"> | ||
+ | <h3>[[FHIR|HL7 FHIR]]</h3><span class="schrift">[https://fhir.hl7.at FHIR Ressourcen & Leitfäden]</span> | ||
+ | <div class="bild" style="padding-top:8%">[[Datei:Fhir-white1.png|110px]]</div> | ||
+ | </li> | ||
+ | |||
+ | <li class="icon-clima-2 rb-span-2"> | ||
+ | <h3>[[Implementierungsleitfäden|CDA Leitfäden]]</h3><span class="schrift">[[Implementierungsleitfäden|ELGA & Andere]]</span> | ||
+ | <div class="bild" style="padding-top:8%">[[Datei:Documents.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-2 rb-span-1"> | ||
+ | <h3>[[Organisatorisches|Standardisierung]]</h3><span class="schrift">[[Organisatorisches|Übersicht der Projekte]]</span> | ||
+ | <div class="bild">[[Datei:Orga.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-3 rb-span-2"> | ||
+ | <h3>[[Österreichische HL7 Standards|Weitere HL7 Standards]]</h3><span class="schrift">[[Österreichische HL7 Standards|V2.x Z-Segmente etc.]] </span> | ||
+ | <div class="bild" style="padding-top:5%">[[Datei:Basic.png|110px]]</div> | ||
+ | </li> | ||
+ | <li class="icon-clima-1"> | ||
+ | <h3>[[Partnerseiten|Partnerseiten]]</h3><span class="schrift">[[Partnerseiten|Träger, Unterstützer]]</span> | ||
+ | <div class="bild" style="padding-top:20%">[[Datei:Handshake.png|110px]]</div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div><!-- /container --> | ||
== Starthilfen == | == Starthilfen == | ||
+ | * Hilfe zur Benutzung und Konfiguration der Wiki-Software findest du im [//meta.wikimedia.org/wiki/Help:Contents Benutzerhandbuch]. | ||
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste der Konfigurationsvariablen] | * [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste der Konfigurationsvariablen] | ||
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki-FAQ] | * [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki-FAQ] | ||
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Mailingliste neuer MediaWiki-Versionen] | * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Mailingliste neuer MediaWiki-Versionen] | ||
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Lokalisiere MediaWiki für deine Sprache] | * [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Lokalisiere MediaWiki für deine Sprache] | ||
+ | * [[HL7_Austria_MediaWiki:Impressum| Impressum]] | ||
+ | |||
+ | <span style="font-size:7px">Icons made by [http://www.freepik.com] from [https://www.flaticon.com/]. www.flaticon.com is licensed by [http://creativecommons.org/licenses/by/3.0/] </span> | ||
+ | |||
+ | Zurück zur Website [//www.hl7.at www.hl7.at] |
Aktuelle Version vom 1. Februar 2022, 15:10 Uhr
Das Wiki-Portal umfasst aktuell 1.257 Beiträge. Projekte und Themen:
9 Starthilfen
- Hilfe zur Benutzung und Konfiguration der Wiki-Software findest du im Benutzerhandbuch.
- Liste der Konfigurationsvariablen
- MediaWiki-FAQ
- Mailingliste neuer MediaWiki-Versionen
- Lokalisiere MediaWiki für deine Sprache
- Impressum
Icons made by [1] from [2]. www.flaticon.com is licensed by [3]
Zurück zur Website www.hl7.at