MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
team-page-banner: remove border
indent all iframes slightly
Line 24: Line 24:
.team-page-banner th, td {
.team-page-banner th, td {
   padding: 10px;
   padding: 10px;
}
#iframeframe iframe {
  width: 90%;
  margin-left: 5%;
}
}

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

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

#iframeframe iframe {
  width: 90%;
  margin-left: 5%;
}