Difference between revisions of "MediaWiki:Common.css"

no edit summary
m
Line 1,137: Line 1,137:
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1pt solid #DF2500;padding:0.2em 0.4em}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1pt solid #DF2500;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #FFD67D;}
table.wikitable > * > tr > th {background: #FFD67D;}
/* Button; copied from https://www.w3schools.com/css/css3_buttons.asp */
.button
{
  background-color: #1655B0; /* Blue */
  border: solid 1.5px white;
  border-radius: 0.2em;
  color: white;
  padding: 5px 8px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
/* Turn button link text white */
.button a:link {
  color: white;
}
.button a:visited {
  color: white;
}
/* Turn wikitable header link text white */
.wikitable th a:link {
  color: white;
}
.wikitable th a:visited {
color: white;
}