Difference between revisions of "MediaWiki:Common.css"
From Discordia
m |
|||
| (5 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; } |
||
| + | |||
| − | /* last modification stuff */ |
||
#footer-info { display: none; } |
#footer-info { display: none; } |
||
| − | /* footer links */ |
||
#footer-places { display: none; } |
#footer-places { display: none; } |
||
| + | |||
| − | /* powered by icon */ |
||
#footer-icon { 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');
}