MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
@font-face { | @font-face { | ||
font-family: | font-family: Glass_TTY_VT220; | ||
src: url(' | src: url('www/wiki/skins/Timeless/resources/fonts/Glass_TTY_VT220.ttf') format('truetype'); | ||
} | } | ||
| Line 10: | Line 10: | ||
color: lime; | color: lime; | ||
tab-size:10; | tab-size:10; | ||
font-family:' | font-family:'Glass_TTY_VT220'; | ||
font-size:13px; | font-size:13px; | ||
line-height: 1.2 | line-height: 1.2 | ||
Revision as of 00:12, 4 March 2025
/* CSS placed here will be applied to all skins */
@font-face {
font-family: Glass_TTY_VT220;
src: url('www/wiki/skins/Timeless/resources/fonts/Glass_TTY_VT220.ttf') format('truetype');
}
.mw-highlight-lang-ada pre {
background-color: black;
color: lime;
tab-size:10;
font-family:'Glass_TTY_VT220';
font-size:13px;
line-height: 1.2
}
.mw-highlight-lang-ada pre .k {
color: blue;font-weight: bold;
}