MediaWiki:Common.css: Difference between revisions

From Demons of the Delta

No edit summary
No edit summary
Line 6: Line 6:
}
}


#mw-navigation, #content {
#content {
   background-color: rgba(222, 211, 203, .8);
   background-color: rgba(222, 211, 203, .8);
}
}
Line 12: Line 12:
#catlinks {
#catlinks {
   background-color: rgba(148, 120, 101, .6);
   background-color: rgba(148, 120, 101, .6);
}
#mw-navigation {
  background-color: rgba(148, 120, 101, .8);
}
}

Revision as of 11:56, 2 August 2023

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

body.mediawiki {
  background: url('/w/images/3/33/SacramentoMap-bg.png') #B4AEA9;
  background-attachment: fixed;
}

#content {
  background-color: rgba(222, 211, 203, .8);
}

#catlinks {
  background-color: rgba(148, 120, 101, .6);
}

#mw-navigation {
  background-color: rgba(148, 120, 101, .8);
}