MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
remove background color from team page banner
disable WMAU-related changes
 
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:
   height: auto;
   height: auto;
   margin-left: 1em;
   margin-left: 1em;
  vertical-align: top;
}
}


Line 16: Line 17:
   background-color: #ecbf33;
   background-color: #ecbf33;
   font-size: small;
   font-size: small;
}
.pi-theme-neighborhood .pi-data-label {
  /* WMAU skin shrank page width such that "Population" no longer
  * fit in the Neighborhood infobox label without wrapping. Manually
  * expand that here. */
  flex-basis: 100px;
}
}


.team-page-banner {
.team-page-banner {
  border-style: solid;
  border-width: 1px;
   margin-bottom: 20px;
   margin-bottom: 20px;
}
}
Line 27: Line 33:
   padding: 10px;
   padding: 10px;
}
}
#iframeframe iframe {
  width: 90%;
  margin-left: 5%;
}
/* WMAU hardcodes some things which we don't like the look of. */
/* Also, there apparently isn't a WMAU.css to put this in. */
/* Disabling until WMAU is the default skin:
table.wikitable {
  margin: inherit;
  font-size: inherit;
}
.toc .tocnumber {
  display: inherit;
}
body {
  font-size: 16px;
}
*/