MediaWiki:Common.css: Difference between revisions

From Books
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
   visibility: hidden;
   visibility: hidden;
   font-size: 0;
   font-size: 0;
}
.pg-periodic-system-of-actions {
  background-color: yellow;
  border: 0px solid;
  display: flex;
  align-items: flex-end;
  justify-content: left;
}
.pg-periodic-system-column {
  width: 90%;
  margin: 0px;
  border: 0px;
  background-color: blue;
  border: 0px solid;
}
.pg-periodic-system-cell {
  background-color: white;
  border: 0px solid;
  text-align: center;
  margin: 0px;
}
/********** observed */
.pg-observed-action {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: red;
  border-color: black;
  border-width: 13px;
  border-radius: 8%;
  backface-visibility: hidden;
}
}

Latest revision as of 13:58, 20 February 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;
}