MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
NET Orange only for "team" PI theme
neighborhood PI theme: white-on-yellow poor readability
Line 15: Line 15:
.pi-theme-neighborhood .pi-title {
.pi-theme-neighborhood .pi-title {
   background-color:#ecbf33;
   background-color:#ecbf33;
  color:white;
}
}

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