MediaWiki:Common.css

From Everyday Enlightenment
Revision as of 16:13, 30 May 2023 by imported>Pepblast

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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 #284646;
  font-style: italic;
  font-size: 1.5em;
}