Difference between revisions of "Template:Custom/pjwiki.css"

no edit summary
 
(5 intermediate revisions by the same user not shown)
Line 47: Line 47:
     margin-top: 1em;
     margin-top: 1em;
     margin-left: 1em;
     margin-left: 1em;
}
/* Custom table for the styling of Opera and concert casts of singers and orchestra. */
.casttable table {   
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
}


.casttable td {
.casttable td {
  border-bottom: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  padding: 0.2em;
    padding: 0.2em;
  font-size: small;
    font-size: small;
  font-style: oblique;
}
  color: grey;
 
.casttable th {
    text-align:left;
    padding: 0.8em;
}
}