MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
--link-color: #90c0fe; | --link-color: #90c0fe; | ||
--redlink-color: #ba0000; | |||
/* Переменные системы дизайна Codex */ | /* Переменные системы дизайна Codex */ | ||
| Line 151: | Line 152: | ||
--link-color: #90c0fe; | --link-color: #90c0fe; | ||
--redlink-color: #ba0000; | |||
/* Переменные Codex */ | /* Переменные Codex */ | ||
| Line 274: | Line 276: | ||
a { | |||
color: var(--link-color); | |||
} | |||
a:visited, | |||
a:active { | |||
color: var(--link-color); | |||
} | |||
a.new { | |||
color: var(--redlink-color); | |||
} | |||
a.new:visited { | |||
color: var(--redlink-color); | |||
} | |||
nav.vector-menu-tabs li a, | |||
#p-cactions div.vector-menu-content li a, | |||
#mw-panel .portal .vector-menu-content li a, | |||
nav.vector-menu-tabs li a:visited, | |||
#p-cactions div.vector-menu-content li a:visited, | |||
#mw-panel .portal .vector-menu-content li a:visited, | |||
nav.vector-menu-tabs li a:active, | |||
#p-cactions div.vector-menu-content li a:active, | |||
#mw-panel .portal .vector-menu-content li a:active { | |||
color: var(--link-color); | |||
} | |||
nav.vector-menu-tabs li.new a, | |||
#p-cactions div.vector-menu-content li.new a, | |||
#mw-panel .portal .vector-menu-content li.new a, | |||
nav.vector-menu-tabs li.new a:visited, | |||
#p-cactions div.vector-menu-content li.new a:visited, | |||
#mw-panel .portal .vector-menu-content li.new a:visited, | |||
nav.vector-menu-tabs li.new a:active, | |||
#p-cactions div.vector-menu-content li.new a:active, | |||
#mw-panel .portal .vector-menu-content li.new a:active { | |||
color: var(--redlink-color); | |||
} | |||
.mw-parser-output a.extiw, | |||
.mw-parser-output a.external { | |||
color: var(--link-color); | |||
} | |||
.mw-parser-output a.extiw:visited, | |||
.mw-parser-output a.external:visited, | |||
.mw-parser-output a.extiw:active, | |||
.mw-parser-output a.external:active { | |||
color: var(--link-color); | |||
} | |||
.mw-parser-output .tweet-name a.external { | |||
color: var(--color-base); | |||
} | |||
.mw-parser-output .tweet-handle a.external, | |||
.mw-parser-output .tweet-date a.external { | |||
color: #4c4c4c; | |||
} | |||
.jsPurgeLink a.external { | |||
color: var(--link-color); | |||
} | |||
| Line 295: | Line 366: | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
/* Fix wikiEditor spacing */ | /* Fix wikiEditor spacing */ | ||