MediaWiki:Common.css

From Books
Revision as of 16:11, 28 January 2023 by Wikiadmin1 (talk | contribs)
Jump to navigation Jump to search

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 */

body.page-Main_Page #mp-topbanner {
   clear: both;
}
body.page-Main_Page h1.firstHeading {
   visibility: hidden;
   font-size: 0;
}


.pg-periodic-system-of-actions {
  background-color: yellow;
  border: 1px solid;
  display: flex;
  align-items: flex-end;
  justify-content: left;
}
.pg-periodic-system-column {
  margin: 8px;
  border: 4px;
  background-color: blue;
  border: 1px solid;
}
.pg-periodic-system-cell {
  background-color: red;
  border: 1px solid;
  text-align: center;
}