Difference between revisions of "MediaWiki:Common.css"
From Discordia
(Created page with "→CSS placed here will be applied to all skins: #footer { display: none; }") |
m |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | /* |
+ | /*CSS placed here will be applied to all skins*/ |
#footer { display: none; } |
#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'); |
||
+ | } |
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');
}