Difference between revisions of "MediaWiki:Common.css"

no edit summary
m
 
(2 intermediate revisions by 2 users not shown)
Line 1,111: Line 1,111:
width:350px;
width:350px;
float: right;
float: right;
        margin: 0 0 1em 1.15em;
}
}


Line 1,136: 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: #32CD32; /* Green */
  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;
}