MediaWiki:CodeMirror.css: Unterschied zwischen den Versionen
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | /* | + | /*Skinaufbau*/ |
− | |||
− | |||
− | |||
+ | .cm-mw-link-pagename { | ||
+ | color: orange; | ||
+ | } | ||
− | . | + | .cm-mw-pagename { |
+ | color: orange; | ||
+ | text-decoration: none; | ||
+ | } | ||
− | + | .cm-mw-link-bracket{ | |
− | + | color: orange; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | .CodeMirror | + | .CodeMirror { |
− | + | background: #2B2B2B; color: #A9B7C6; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | .CodeMirror-scroll{ | |
+ | background-color:#4c4c4c; color: silver; | ||
+ | } | ||
+ | |||
+ | .cm-mw-template { | ||
+ | color: #4c75fb; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | .cm-mw-template-name { | ||
+ | color: #66d9ef; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .cm-mw-template-bracket { | ||
+ | color: #66d9ef; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .cm-mw-template-delimiter{ | ||
+ | color: #66d9ef; | ||
+ | font-weight: bold; | ||
+ | } | ||
− | . | + | .mw-codeMirror-classicToolbar { |
− | + | border: 0px ; | |
− | |||
− | |||
} | } | ||
− | . | + | .cm-mw-doubleUnderscore, .cm-mw-signature, .cm-mw-hr{ |
− | + | color:#08f; | |
− | + | font-weight: bold; | |
+ | background-color:inherit; | ||
} | } |
Aktuelle Version vom 30. Juni 2020, 09:59 Uhr
/*Skinaufbau*/
.cm-mw-link-pagename {
color: orange;
}
.cm-mw-pagename {
color: orange;
text-decoration: none;
}
.cm-mw-link-bracket{
color: orange;
}
.CodeMirror {
background: #2B2B2B; color: #A9B7C6;
}
.CodeMirror-scroll{
background-color:#4c4c4c; color: silver;
}
.cm-mw-template {
color: #4c75fb;
font-weight: normal;
}
.cm-mw-template-name {
color: #66d9ef;
font-weight: bold;
}
.cm-mw-template-bracket {
color: #66d9ef;
font-weight: bold;
}
.cm-mw-template-delimiter{
color: #66d9ef;
font-weight: bold;
}
.mw-codeMirror-classicToolbar {
border: 0px ;
}
.cm-mw-doubleUnderscore, .cm-mw-signature, .cm-mw-hr{
color:#08f;
font-weight: bold;
background-color:inherit;
}