MediaWiki:Common.css
From Diskmags Catalog
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "C64_Pro_Mono-STYLE";
src: url("/images/1/1b/C64_Pro_Mono-STYLE.woff2") format('woff2');
}
.mw-highlight{
background-color: rgb(244, 238, 224) !important;
color: rgb(109, 93, 110) !important;
}
a[href]{
color: rgb(188, 19, 254);
}
a[href]:hover{
color: rgb(109, 93, 110);
}
h1{
font-family: "C64" !important;
}