MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
add team-page-banner with background-color
team-page-banner: add a border
Line 20: Line 20:
.team-page-banner {
.team-page-banner {
   background-color: #e9ae97;
   background-color: #e9ae97;
  border-style: solid;
  border-width: 1px;
}
}

Revision as of 10:41, 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;
  border-style: solid;
  border-width: 1px;
}