MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎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-weig...")
 
No edit summary
Line 27: Line 27:
   font-size: 400%;
   font-size: 400%;
   color: #00dbcd;
   color: #00dbcd;
   text-shadow: #087682;
   text-shadow: 5px 5px #087682;
}
}



Revision as of 10:56, 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;
  text-shadow: 5px 5px #087682;
}

.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 */