MediaWiki: Common.css: Difference between revisions

From ElixirBlocks
Jump to: navigation, search
No edit summary
No edit summary
Tag: Reverted
Line 29: Line 29:
  color: #fdff94 !important;
  color: #fdff94 !important;
}
}
@font-face {
font-family: 'vcr';
src: url('http://example.com/vcr.woff2') format('woff2'),
url('http://example.com/vcr.woff') format('woff');}
.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: 'vcr';}

Revision as of 03:57, 16 June 2023

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('http://example.com/vcr.woff2') format('woff2'),
url('http://example.com/vcr.woff') format('woff');}
.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: 'vcr';}