Template:Dev/hierarchy.css: Difference between revisions

Template page
(Created page with ".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; }")
 
No edit summary
Line 11: Line 11:
   background-color: #000000;
   background-color: #000000;
   color: #ffaa00;
   color: #ffaa00;
}
.header-container-hierarchy {
  position: sticky;
  width: 100%;
}
}

Revision as of 10:20, 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%;
}