MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
neighborhood PI titles: reduce font size
add team-page-banner with background-color
Line 14: Line 14:


.pi-theme-neighborhood .pi-title {
.pi-theme-neighborhood .pi-title {
   background-color:#ecbf33;
   background-color: #ecbf33;
   font-size: small;
   font-size: small;
}
.team-page-banner {
  background-color: #e9ae97;
}
}

Revision as of 11:28, 9 May 2025

/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }

.district_logo img {
  max-width: 32px;
  height: auto;
  margin-left: 1em;
}

.pi-theme-team .pi-title {
  background-color: #d35d30;
  color: white;
}

.pi-theme-neighborhood .pi-title {
  background-color: #ecbf33;
  font-size: small;
}

.team-page-banner {
  background-color: #e9ae97;
}