MediaWiki:Common.css

From Diskmags Catalog
Revision as of 12:55, 10 July 2023 by Roeder (talk | contribs)

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';
  src: url('images/2/2b/C64ProMono.woff2') format('woff2');
}
@font-face {
  font-family: 'Apple II';
  src: url('images/a/a4/PrintChar21.woff2') format('woff2');
}
.mw-highlight{
	background-color: rgb(244, 238, 224) !important;
	color: rgb(109, 93, 110) !important;
}
a[href]:visited,a[href]:link,a[href]:focus {
	color:blue;
}
a.external[href]:visited,a.external[href]:link,a.external[href]:focus {
	color:cyan;
}
h1,h2 {
	font-family: "C64 Pro Mono" !important;
}
body{
	font-family: "Apple II" !important;
}
.left{
	float: left;
}
.right{
	float: right;
}
.mw-navigation{
	backgound-color: rgb(79, 69, 87);
}