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

no edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* The purpose of this CSS is to consistently style the libretto area on the individual song pages.*/
/* The purpose of this CSS is to consistently style the libretto area on the individual song pages.*/
/*This sets the left margin and makes the element float. After the div element, it has to be closed by {{Clear|left}} */
/* This sets the left margin and makes the element float. After the div element, it has to be closed by {{Clear|left}} */
/* It has to be included via <templatestyles src="Custom/pjwiki.css" /> somewhere on the page it is supposed to work in. Exception: It is already included by the use of Template:Libretti */


.libretto {
.libretto {
Line 28: Line 29:
     color: grey;
     color: grey;
     text-indent: 0em;
     text-indent: 0em;
     text-align:left;     
     text-align:left;     
}
}
Line 49: Line 49:
}
}


.casttable {
/* Custom table for the styling of Opera and concert casts of singers and orchestra. */
  border-bottom: 1px solid #ddd;
 
  border-collapse: collapse;
.casttable table {  
  padding: 15px;
    margin-top: 0.5em;
  text-align: left;
    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;
}
}