MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 17: Line 17:
.hierarchy-generic-button {
.hierarchy-generic-button {
   flex: 1;
   flex: 1;
background-color: #000000;
opacity: 0.6;
background-image:  linear-gradient(30deg, #7a7b92 12%, transparent 12.5%, transparent 87%, #7a7b92 87.5%, #7a7b92), linear-gradient(150deg, #7a7b92 12%, transparent 12.5%, transparent 87%, #7a7b92 87.5%, #7a7b92), linear-gradient(30deg, #7a7b92 12%, transparent 12.5%, transparent 87%, #7a7b92 87.5%, #7a7b92), linear-gradient(150deg, #7a7b92 12%, transparent 12.5%, transparent 87%, #7a7b92 87.5%, #7a7b92), linear-gradient(60deg, #7a7b9277 25%, transparent 25.5%, transparent 75%, #7a7b9277 75%, #7a7b9277), linear-gradient(60deg, #7a7b9277 25%, transparent 25.5%, transparent 75%, #7a7b9277 75%, #7a7b9277);
background-size: 72px 126px;
background-position: 0 0, 0 0, 36px 63px, 36px 63px, 0 0, 36px 63px;
}
}



Revision as of 11:05, 26 October 2022

/* titles for pages */
.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;
}

/* hierarchy - generic */
.hierarchy-generic-button {
  flex: 1;
}


.hierarchy-generic-button a {
  text-decoration: none;
  font-family: Impact, Courier New, monospace;
  font-weight: normal;
  font-variant: small-caps;
  font-size: 400%;
  color: #00dbcd;
}

.hierarchy-generic-button a:hover {
  
}

.hierarchy-generic-segment {
  flex: 1;
  display: flex;
  align-items: center;
  justify-items: center;
  border: 0;
}

.hierarchy-generic-container {
  width: 100%;
  min-height: 50px;
  align-items: stretch;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: row;
  border: 0;
  justify-content: center;
}

/* hierarchy - main */
.hierarchy-main-container {
  width: 100%;
}

/* hierarchy - policy */

/* hierarchy - SoP */

/* hierarchy - lore */