MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 101: | Line 101: | ||
@font-face { | @font-face { | ||
font-family: 'power_symbols'; | font-family: 'power_symbols'; | ||
src: url(' | src: url('fonts/unicode/Unicode_IEC_symbol.ttf') format('ttf'), | ||
url(' | url('fonts/unicode/Unicode_IEC_symbol.woff2') format('woff2'), | ||
url(' | url('fonts/unicode/Unicode_IEC_symbol.woff') format('woff'); | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
| Line 113: | Line 113: | ||
} | } | ||
/* | |||
.mw-body-content a:link { color: # | /* ---------- Link colors (LVHA order) ---------- */ | ||
.mw-body-content a | .mw-body-content a:link { color: #0645AD; } | ||
.mw-body-content a: | .mw-body-content a:visited { color: #551A8B; } | ||
.mw-body-content a:hover { color: #0B0080; text-decoration: underline; } | |||
.mw-body-content a: | .mw-body-content a:active { color: #C00000; } | ||
.mw-body-content a | |||
.mw-body-content a | /* Special link types */ | ||
.mw-body-content a.new { color: #CC0000; } | |||
.mw-body-content a | .mw-body-content a.external, | ||
. | .mw-body-content a.extiw { color: #3366BB; } | ||
.mw-body-content a | .mw-body-content a.stub { color: #772233; } | ||
. | |||
/* no right click */ | |||
/ | |||
img { | img { | ||
-webkit-touch-callout: none; | -webkit-touch-callout: none; | ||
| Line 137: | Line 136: | ||
} | } | ||
/ | /* l1 comparison table */ | ||
/* === L1 comparison table scroll container === */ | /* === L1 comparison table scroll container === */ | ||