MediaWiki:Common.css: Difference between revisions

From Everyday Enlightenment
imported>Pepblast
No edit summary
imported>Pepblast
No edit summary
Line 18: Line 18:
   font-style: italic;
   font-style: italic;
   font-size: 1.5em;
   font-size: 1.5em;
   font-color: #2f4f4f;
   color: #2f4f4f;
}
}

Revision as of 16:16, 30 May 2023

/* CSS placed here will be applied to all skins */
/* This doesn't really work for a few reasons.. I think it doesn't apply to all users, and putting on body didn't work anyways
body {
  background-image: url('https://jacobrobertson.com/eewiki/w/images/a/a2/EEWikiLogoFlat.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
*/
.chart-delusion {
  background-color: #e06666;
}
.chart-concept-cell {
  border: 1px solid white;
}
.chart-highlighted {
  border: 2px solid #2f4f4f;
  font-style: italic;
  font-size: 1.5em;
  color: #2f4f4f;
}