Anonymous

MediaWiki:Common.css: Difference between revisions

From ScoutWiki, For Everyone, Everywhere involved with Scouting and Guiding...
test
(test)
(test)
Line 116: Line 116:
/* wikitable/prettytable class for skinning normal tables */
/* wikitable/prettytable class for skinning normal tables */


table.wikitable,
table.wikitable {
table.prettytable {
margin-top:1em;
  margin: 1em 1em 1em 0;
margin-bottom:1em;
  background: #f9f9f9;
background:#F9F9F9;
  border: 1px #aaa solid;
border:1px #AAA solid;
  border-collapse: collapse;
border-collapse:collapse;
}
}
 
table.wikitable th, table.wikitable td,
table.wikitable th, table.wikitable td {
table.prettytable th, table.prettytable td {
border:1px #AAA solid;
  border: 1px #aaa solid;
padding:.3em;
  padding: 0.2em;
}
}
 
table.wikitable th,
table.wikitable th, .wikitable_header {
table.prettytable th {
background:#F2F2F2;
  background: #f2f2f2;
text-align:center;
  text-align: center;
}
}
 
table.wikitable caption,
table.wikitable caption {
table.prettytable caption {
margin-left:inherit;
  margin-left: inherit;
margin-right:inherit;
  margin-right: inherit;
  font-weight: bold;
}
}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.