MediaWiki:Common.css: Difference between revisions

undo FCK__ShowTableBorders changes
(add .FCK__ShowTableBorders definitions)
(undo FCK__ShowTableBorders changes)
Line 59: Line 59:
/* prettytable class for skinning normal tables
/* prettytable class for skinning normal tables
  */
  */
table.prettytable, table.FCK__ShowTableBorders{
table.prettytable{
margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
background: #f9f9f9;
background: #f9f9f9;
Line 67: Line 67:
width: 100%;
width: 100%;
}
}
.prettytable th, .prettytable td, .FCK__ShowTableBorders th, .FCK__ShowTableBorders td {
.prettytable th, .prettytable td {
border: 1px #aaa solid;
border: 1px #aaa solid;
padding: 0.2em;
padding: 0.2em;
}
}
.prettytable th, .FCK__ShowTableBorders th {
.prettytable th {
background: #f2f2f2;
background: #f2f2f2;
text-align: center;
text-align: center;
}
}
.prettytable caption, .FCK__ShowTableBorders caption {
.prettytable caption {
font-weight: bold;
font-weight: bold;
}
}
90,866

edits