MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
mNo edit summary
NET Orange for infobox titles
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }
.noautonum .tocnumber { display: none; }
.district_logo img {
.district_logo img {
   max-width: 32px;
   max-width: 32px;
   height: auto;
   height: auto;
}
.pi-title {
  background-color: #d35d30;
  color: white;
}
}

Revision as of 11:26, 2 May 2025

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

.district_logo img {
  max-width: 32px;
  height: auto;
}


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