|
|
| (43 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| <noinclude><p>'''Diese Seite gibt verschieden Farbwerte für Farbnamen in Abhängigkeit der verwendeten Seite aus:'''</p>
| | {{#switch: {{{Anw|{{{v|{{Anw}} }}} }}} |
| '''Verwendung:''' <nowiki> {{ Farbe | Farb-Parameter }}</nowiki><br>
| | | AV |
| Liefert z.B. für : <nowiki> {{ Farbe | dgrau }}</nowiki> den Wert ''rgb(51, 51, 51);''
| |
| | |
| | |
| {| class="wikitable"
| |
| ! Anwendung !! Farb-Parameter !! Rückgabewert (mit ; ) !! Farbe !! Verwendung
| |
| |-
| |
| | '''Mobile Security / MDM''' || grün || #2DCC71; ||<span style="display: inline-block; width:100px; background-color:#2DCC71;"> </span> || eingeloggt
| |
| |-
| |
| | || rot || #E74C3C; ||<span style="display: inline-block; width:100px; background-color:#E74C3C;"> </span>|| ausgeolggt, Schaltflächen
| |
| |-
| |
| | style="background-color:white;" colspan="5" | <br><br>
| |
| |-
| |
| | '''UTM''' ||grün || #468847; ||<span style="display: inline-block; width:100px; background-color:#468847;"> </span>|| Aktiviert, positiv
| |
| |-
| |
| | || rot || #ec7063; ||<span style="display: inline-block; width:100px; background-color:#ec7063;"> </span>||Fehler, gesperrt, Warnung
| |
| |-
| |
| | style="background-color:white;" colspan="4" | <br><br>
| |
| |-
| |
| | '''Standard-Werte für alle Seiten:''' || grau || rgb(153, 153, 153); ||<span style="display: inline-block; width:100px; background-color:rgb(153, 153, 153);"> </span>|| Schaltflächen UTM
| |
| |-
| |
| | || dgrau || rgb(51, 51, 51); ||<span style="display: inline-block; width:100px; background-color:rgb(51, 51, 51);"> </span>||Log-Einträge
| |
| |-
| |
| | || hgrau || rgba(0, 0, 0, 0.05); ||<span style="display: inline-block; width:100px; background-color:rgba(0, 0, 0, 0.05);;"> </span>|| Status-Meldungen
| |
| |-
| |
| | || grau-l || rgba(0, 0, 0, 0.6); ||<span style="display: inline-block; width:100px; background-color:rgba(0, 0, 0, 0.6);;"> </span>|| Graue Schrift
| |
| |-
| |
| | || blau || rgb(58, 135, 173); ||<span style="display: inline-block; width:100px; background-color:rgb(58, 135, 173);"> </span>||Zonen, Bereiche
| |
| |-
| |
| | || rots || rgba(231,76,60, 0.7); ||<span style="display: inline-block; width:100px; background-color: rgba(231,76,60, 0.7);"> </span>||Symbole in rot
| |
| |-
| |
| | || rotr || #e43725; ||<span style="display: inline-block; width:100px; background-color:#e43725;"> </span>|| verwendet für Border von Schaltflächen
| |
| |-
| |
| | || rotbd || #d62c1a; ||<span style="display: inline-block; width:100px; background-color:#d62c1a;"> </span>|| verwendet für Border von Hinweisen
| |
| |-
| |
| | || white-l || rgba(255, 255, 255, 0.9); ||<span style="display: inline-block; width:100px; background-color:(255, 255, 255, 0.9);"> </span>|| verwendet für Schrift in Hinweisen
| |
| |-
| |
| | || gelb || #f0ad4e; ||<span style="display: inline-block; width:100px; background-color:#f0ad4e;"> </span>|| Achtung, unbekannt
| |
| |-
| |
| | || gelbbd || #ec971f; ||<span style="display: inline-block; width:100px; background-color:#ec971f;"> </span>|| Border gelbe Felder
| |
| |}
| |
| | |
| </noinclude>{{#switch:
| |
| {{{ v | {{#switch: {{#titleparts: {{FULLPAGENAMEE}} | 1 | 1 }}
| |
| | Spielwiese={{#titleparts: {{FULLPAGENAMEE}} | 1 | 2 }}
| |
| | #default={{#titleparts: {{FULLPAGENAMEE}} | 1 | 1 }}
| |
| }} }}} | |
| | MDM | | | MDM |
| | MS={{#switch: {{{1|}}} | | | USR |
| | grün=#2DCC71; | | | RSP |
| | | SPDyn |
| | | SUB |
| | | ICS |
| | | AWP |
| | | USC |
| | | MS={{#switch: {{{1|}}} |
| | | grün=#2DCC71; <!-- Farben, die in diesem Abschnitt definiert werden, müssen am Ende noch mal behandelt werden, damit sie nicht einen doppelten Eintrag erhalten! --> |
| | rot= rgb(231,76,60); <!-- #E74C3C; --> | | | rot= rgb(231,76,60); <!-- #E74C3C; --> |
| | | grau=#cccccc; |
| | | graubd=#B2B2B2; |
| | | grau-l=rgba(0, 0, 0, 0.6); |
| | }} |
| | | UMA={{#switch: {{{1|}}} |
| | | grün=#468847; |
| | | rot=#ec7063; |
| | | grau=rgb(230, 230, 230); |
| | | grau-l=#555555; |
| | | graubd=#d3d3d3; |
| }} | | }} |
| | #default={{#switch: {{{1|}}} | | | #default={{#switch: {{{1|}}} |
| | grün=#468847; | | | grün=#468847; |
| | rot=#ec7063; | | | rot=#ec7063; |
| | | grau=rgb(153, 153, 153); |
| | | graubd=#B6B6B6; |
| | | grau-l=rgba(0, 0, 0, 0.6); |
| }} | | }} |
| }} | | }} |
| {{#switch: {{{1|}}} | | {{#switch: {{{1|}}} |
| | grau=rgb(153, 153, 153);
| |
| | dgrau=rgb(51, 51, 51); | | | dgrau=rgb(51, 51, 51); |
| | hgrau=rgba(0, 0, 0, 0.05); | | | hgrau=rgba(0, 0, 0, 0.05); |
| | | grau-app=#c1cbce; |
| | | grau-s=#55676d; |
| | | grau-b=#878a90; |
| | blau=rgb(58, 135, 173); | | | blau=rgb(58, 135, 173); |
| | | hblau |
| | | hell-blau=#00bcd4; |
| | | macos-blau=#257bfe; |
| | | blau-bg=#d9edf7; |
| | | blau-font=#3a87ad; |
| | rots=rgba(231,76,60,0.7); | | | rots=rgba(231,76,60,0.7); |
| | rotr=#e43725; | | | rotr=#e43725; |
| | rotbd=rgb(214,44,26); <!-- #d62c1a; --> | | | rotbd=rgb(214,44,26); <!-- #d62c1a; --> |
| | | rot-cb=#ef8b80; |
| | | rotaus=#B94A48; |
| | | r=rgb(215,30,11); |
| | | gr=rgb(2,90,0); |
| | | b=rgb(2,100,130); |
| | | g=rgb(255,200,0); |
| | | orange=#ff5722; |
| | white-l=rgba(255, 255, 255, 0.9); <!-- White Letter --> | | | white-l=rgba(255, 255, 255, 0.9); <!-- White Letter --> |
| | grau-l=rgba(0, 0, 0, 0.6); | | | white-lbd=rgba(255, 255, 255, 0.1); <!-- White Border --> |
| | grey-l=rgba(0, 0, 0, 0.6); | | | grey-l=rgba(0, 0, 0, 0.6); |
| | gelb=#F0AD4E; | | | ddgrau |
| | gelbbd=#ec971f; | | | grey-d=#484c53; |
| }} | | | gelb=#F0AD4E; |
| | | gelbbd=#ec971f; |
| | | grünbd=#24a25a; |
| | | rot <!-- rot und grün wurden bereits oben definiert und dürfen hier nicht zusätzlich als default mit sich selbst belegt werden --> |
| | | grün |
| | | grau |
| | | grau-l |
| | | graubd= |
| | | #default={{{1|default;}}} |
| | }}<noinclude> |
| | {{Dokumentation}}</noinclude> |
default;
Diese Vorlage erleichtert uns die Gestaltung unseres Wikis.
Sie wird auf Wikiseiten verwendet, um z.B. unterschiedliche css-Styles aufrufen zu können