MediaWiki: Common.css: Difference between revisions

From ElixirBlocks
Jump to: navigation, search
No edit summary
No edit summary
Line 2: Line 2:
  background-color:black !important;
  background-color:black !important;
  color:white !important;;
  color:white !important;;
font-size:1.3em !important;;
}
}


.nav-link{
background-color:white !important;


}
.tab-toggle.active{
background-color:#ff00d3 !important;
color:white !important;
}





Revision as of 22:46, 17 June 2023

body{
 background-color:black !important;
 color:white !important;;
}





.mw-page-title-main{
	color:white !important
	
	
}


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


.code2highlight{
	
	
/*	background-color:purple !important */
 border-width: 5px !important;
    border-color: #ffc52d !important;
	background-color:#000 !important
}

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

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

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

#ca-edit {
	
	border-color: #ff0000 !important;
}