MediaWiki:Common.css: diferència entre les revisions

Mpuj (discussió | contribucions)
Revertir edició errònia
Mpuj (discussió | contribucions)
Afegir contingut
Línia 89: Línia 89:
ul.tabbernav li.tabberactive a {
ul.tabbernav li.tabberactive a {
border-bottom: 1px solid #000000!important;  
border-bottom: 1px solid #000000!important;  
}
/* chartable class for skinning character tables */
table.chartable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #4e96c0 solid;
  border-collapse: collapse;
}
table.chartable th, table.chartable td {
  border: 1px #ccc solid;
  padding: 0.2em;
}
table.chartable th {
  background: #7BA1EC;
  color: #ffffff;
  text-align: center;
}
}