MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Wikitable css
m (Fixing bg-image link)
(Wikitable css)
Line 292: Line 292:
}
}
/* End Main Page style */
/* End Main Page style */
/* wikitable/prettytable class for skinning normal tables */
table,
table.diff,
td.diff-otitle,
td.diff-ntitle {
  background-color: transparent;
}
table.wikitable,
table.prettytable {
  background: #FFFCF7;
  border: 1px #aaa solid;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  background-color:#FFFCF7;
  white-space:inherit;
}
table.wikitable th,
table.prettytable th {
  text-align: center;
  white-space:inherit;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
table.wikitable .subheader {
  font-size:1.2em;
  color: black;
  background-color:#9AE4FD;
  text-align: left;
}
table.wikitable .header {
  font-size:1.2em;
  color: black;
  background-color:#75D9FA;
}
table.wikitable .border {
  border: 1px #aaa solid;
}
table.wikitable .borderless {
  border:0px;
}
table.wikitable .borderless td {
  border:0px;
}
table.wikitable .borderless th {
  border:0px;
}
table.prettytable code,
table.wikitable code {
  background-color: transparent;
}

Navigation menu