MediaWiki:Common.css

From ElixirBlocks
Revision as of 04:00, 16 June 2023 by Admin (talk | contribs)
Jump to: navigation, search

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.
body{
 background-color:white !important
}


.navbar{
	
	background-color: #bc00ffb0 !important
}


.code2highlight{
	
	
	background-color:purple !important
}

#ca-edit{
	background-color: #fbff006b !important;
	color:grey !important;
	border-color: #fbff006b !important;
}

#footer{
	background-color: #fdff94 !important;
}

.navbar-brand{
 color: #fdff94 !important;
}

@font-face {
font-family: 'vcr';
src: url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap') format('woff2'),
url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap') format('woff');}
.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: 'vcr';}