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

no edit summary
 
(9 intermediate revisions by the same user not shown)
Line 29: Line 29:
     color: grey;
     color: grey;
     text-indent: 0em;
     text-indent: 0em;
     text-align:left;     
     text-align:left;     
}
}
Line 50: Line 49:
}
}


.casttable {
/* Custom table for the styling of Opera and concert casts of singers and orchestra. */
  border-bottom: 1px solid #ddd;
 
  padding: 0.5em;
.casttable table {  
  text-align: left;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
 
.casttable td {
    border-bottom: 1px solid #ddd;
    padding: 0.2em;
    font-size: small;
}
 
.casttable th {
    text-align:left
    padding: 0.8em;
}
}