MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
team-page-banner: padding
team-page-banner: add margin-bottom. Otherwise it bumps into the auto-generated Table of Contents on long pages.
Line 22: Line 22:
   border-style: solid;
   border-style: solid;
   border-width: 1px;
   border-width: 1px;
  margin-bottom: 20px;
}
}



Revision as of 11:58, 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;
  margin-bottom: 20px;
}

.team-page-banner th, td {
  padding: 10px;
}