Template:Dev/hierarchy.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 16: Line 16:
   position: sticky;
   position: sticky;
   width: 100%;
   width: 100%;
  top: 0;
}
}

Revision as of 10:21, 26 October 2022

.standard-title {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 3px 3px 2px 0px #888888;
  background-color: #000000;
  color: #ffaa00;
}

.header-container-hierarchy {
  position: sticky;
  width: 100%;
  top: 0;
}