MediaWiki:CodeMirror.css: Unterschied zwischen den Versionen

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
Zeile 7: Zeile 7:
 
.cm-mw-pagename {
 
.cm-mw-pagename {
 
     color: orange;
 
     color: orange;
 +
    text-decoration: none;
 
}
 
}
  

Version vom 18. Oktober 2019, 18:06 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: blue;
    font-weight: bold;
}

.cm-mw-template-bracket {
    color: #003bfa;
    font-weight: bold;
}

.cm-mw-template-delimiter{
    color: #003bfa;
    font-weight: bold;
}