MediaWiki:Common.css: Difference between revisions

From Books
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
}
}
.pg-periodic-system-column {
.pg-periodic-system-column {
   width: 50px;
   width: 90%;
   margin: 8px;
   margin: 8px;
   border: 4px;
   border: 4px;

Revision as of 16:24, 28 January 2023

/* 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 {
  width: 90%;
  margin: 8px;
  border: 4px;
  background-color: blue;
  border: 1px solid;
}
.pg-periodic-system-cell {
  background-color: red;
  border: 1px solid;
  text-align: center;
}