MediaWiki:Common.css: Difference between revisions

add prettytable class
(Remove styles that are also in wiki.css)
(add prettytable class)
Line 55: Line 55:
  background: none !important;
  background: none !important;
  padding: 0 !important;
  padding: 0 !important;
}
/* prettytable class for skinning normal tables
*/
table.prettytable{
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
color: black;
width: 100%;
}
.prettytable th, .prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.prettytable th {
background: #f2f2f2;
text-align: center;
}
.prettytable caption {
font-weight: bold;
}
}
90,866

edits