No edit summary
No edit summary
Line 8: Line 8:
.mw-highlight-lang-ada pre {
.mw-highlight-lang-ada pre {
     background-color: black;
     background-color: black;
     color: lime;
     color: gold;
     tab-size:10;
     tab-size:10;
     font-family:'Glass_TTY_VT220';
     font-family:'Glass_TTY_VT220';

Revision as of 00:46, 4 March 2025

/* CSS placed here will be applied to all skins */

@font-face {
  font-family: Glass_TTY_VT220;
  src: url('https://ada83.org/wiki/skins/Timeless/resources/fonts/Glass_TTY_VT220.ttf') format('truetype');
}

.mw-highlight-lang-ada pre {
    background-color: black;
    color: gold;
    tab-size:10;
    font-family:'Glass_TTY_VT220';
    font-size:15px;
    line-height: 1.2
}

.mw-highlight-lang-ada pre .k {
    color: blue;font-weight: bold;
}