mediawiki-extensions-CodeMi.../resources/mode/mediawiki/mediawiki.css
Pavel Astakhov 16c83240fd add highlighting external links (v 2.1.3)
Change-Id: Ibe065e710c9acb6e65f3aa130b2483588458461b
2014-09-10 16:09:49 +06:00

57 lines
2.3 KiB
CSS

.cm-mw-underline {
text-decoration: underline;
}
.cm-mw-skipformatting {
background-color: #CCC;
}
.cm-mw-list {font-weight: bold; background-color: #eee;}
.cm-mw-indenting {font-weight: bold; background-color: #ddd;}
.cm-mw-mnemonic {color: #040;}
.cm-mw-comment {color: #aaa; font-weight: normal;}
pre.cm-mw-section-1 {font-size: 1.8em;}
pre.cm-mw-section-2 {font-size: 1.5em;}
pre.cm-mw-section-3 {font-weight: bold;}
pre.cm-mw-section-4 {font-weight: bold;}
pre.cm-mw-section-5 {font-weight: bold;}
pre.cm-mw-section-6 {font-weight: bold;}
.cm-mw-section-heading {color: #08f;}
.cm-mw-templatepage {color: #a11; font-weight: normal;}
.cm-mw-templatepage-name {color: #a11; font-weight: bold; text-decoration: underline;}
.cm-mw-templatepage-name-mnemonic {text-decoration: underline; font-weight: normal;}
.cm-mw-templatepage-argument-name {color: #a11; font-weight: bold;}
.cm-mw-templatepage-delimiter {color: #a11; font-weight: bold;}
.cm-mw-templatepage-bracket {color: #a11; font-weight: bold;}
.cm-mw-templatevariable {color: #f50; font-weight: normal;}
.cm-mw-templatevariable-name {color: #f50; font-weight: bold;}
.cm-mw-templatevariable-bracket {color: #f50; font-weight: normal;}
.cm-mw-templatevariable-delimiter {color: #f50; font-weight: bold;}
.cm-mw-parserfunction {color: #e0e; font-weight: normal;}
.cm-mw-parserfunction-name {color: #70a; font-weight: bold;}
.cm-mw-parserfunction-bracket {color: #70a; font-weight: bold;}
.cm-mw-parserfunction-delimiter {color: #70a; font-weight: bold;}
.cm-mw-tagext {color: #e0e; font-weight: normal;}
.cm-mw-tagext-name {color: #70a; font-weight: bold;}
.cm-mw-tagext-bracket {color: #70a; font-weight: normal;}
.cm-mw-tag-name {color: #170; font-weight: bold;}
.cm-mw-tag-bracket {color: #170; font-weight: normal;}
.cm-mw-tag-attribute {color: #170; font-weight: normal;}
.cm-mw-tag-pre {color: #444; font-weight: normal;}
.cm-mw-tag-nowiki {color: #e0e; font-weight: normal;}
.cm-mw-link-pagename {color: #219; font-weight: bold;}
.cm-mw-link-tosection {color: #08f; font-weight: normal;}
.cm-mw-link-bracket {color: #219; font-weight: normal;}
.cm-mw-link-delimiter {color: #219; font-weight: bold;}
.cm-mw-extlink {color: #219; font-weight: normal;}
.cm-mw-extlink-protocol {color: #219; font-weight: bold;}
.cm-mw-extlink-text {font-weight: normal;}
.cm-mw-extlink-bracket {color: #219; font-weight: bold;}