MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
NET Orange for infobox titles
margin-left for district logo
Line 5: Line 5:
   max-width: 32px;
   max-width: 32px;
   height: auto;
   height: auto;
  margin-left: 1em;
}
}


.pi-title {
.pi-title {

Revision as of 11:28, 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-title {
  background-color: #d35d30;
  color: white;
}