MediaWiki: Tweeki.css

From Serenes Forest - A Fire Emblem Resource
Revision as of 08:41, 28 October 2020 by Jyosua (talk | contribs)
Jump to: navigation, search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.test {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
.test th, td {
  padding: 0.25rem;
}
.test tr:first-child {
  background: red;
  color: white;
}
.test th {
  background: white;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}