MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
margin-left for district logo
NET Orange only for "team" PI theme
Line 8: Line 8:
}
}


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

Revision as of 10:44, 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;
  color:white;
}