Difference between revisions of "MediaWiki:Common.css"
From Discordia
m |
|||
Line 21: | Line 21: | ||
font-family: 'PermanentMarker'; |
font-family: 'PermanentMarker'; |
||
src: url('https://download.cev-eris.com/PermanentMarker-Regular.ttf') format('truetype'); |
src: url('https://download.cev-eris.com/PermanentMarker-Regular.ttf') format('truetype'); |
||
+ | } |
||
+ | |||
+ | @font-face { |
||
+ | font-family: 'ComicMono'; |
||
+ | src: url('https://download.cev-eris.com/ComicMono.ttf') format('truetype'); |
||
} |
} |
Latest revision as of 23:28, 13 February 2022
/*CSS placed here will be applied to all skins*/
#footer { display: none; }
#footer-info { display: none; }
#footer-places { display: none; }
#footer-icon { display: none; }
#printfooter { display: none; }
.tinyimage {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
@font-face {
font-family: 'PermanentMarker';
src: url('https://download.cev-eris.com/PermanentMarker-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'ComicMono';
src: url('https://download.cev-eris.com/ComicMono.ttf') format('truetype');
}