MediaWiki:Common.css: Difference between revisions

From Astonia Redux
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
#content {  
#content {  
  background-color: rgb(21,37,60) !important;
  background-color: rgb(21,37,60) !important;
  text: whitesmoke !important
  text: whitesmoke !important;
}
}


#mw-panel {  
#mw-panel {  
background-color: rgb(13,25,44) !important;
background-color: rgb(13,25,44) !important;
text: rgba(255,255,255, .8)
text: rgba(255,255,255, .8);
}
}


#p-navigation {  
#p-navigation {  
background-color: rgb(13,25,44) !important;
background-color: rgb(13,25,44) !important;
text: rgba(255,255,255, .8)  
text: rgba(255,255,255, .8);
}
}

Revision as of 19:34, 3 February 2023

/* CSS placed here will be applied to all skins */


#content { 
 background-color: rgb(21,37,60) !important;
 text: whitesmoke !important;
}

#mw-panel { 
background-color: rgb(13,25,44) !important;
text: rgba(255,255,255, .8);
}

#p-navigation { 
background-color: rgb(13,25,44) !important;
text: rgba(255,255,255, .8);
}