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

no edit summary
Tag: Manual revert
 
(47 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 {
    vertical-align: top;   
    margin-top: 0em;
     margin-left: 0.5em;
     margin-left: 0.5em;
    float:left;
     padding-top: 0em;  
     padding-top:0.5em;  
     padding-left: 0.5em;
     padding-left: 0.5em;
     padding-right: 0.5em;
     padding-right: 0.5em;
    background-color: #FFFFFF; /*To make it the same format ast the original libretto class, so they align.*/
     max-width: 32em;
    border:1px solid #FFFFFF;
     min-width: 20em;
     max-width: 30%;
     min-width: 200px;
 
}
}


.originallibretto {
.wrapperlibretti {
     margin-left: 0.5em;
    vertical-align: top;   
     float:left;
     margin-top: -3em;
     padding-top:0.5em;  
     margin-left: 0em;
     padding-left: 0.5em;
     padding-top: 0em;  
     padding-right: 0.5em;
     padding-left: 0em;
     background-color: #f8f9fa;
     padding-right: 0em;
    border:1px solid #a2a9b1;
     min-width: 15em;
}
}


Line 29: Line 28:
     font-style: oblique;
     font-style: oblique;
     color: grey;
     color: grey;
     text-indent: 1em;
     text-indent: 0em;
    vertical-align:bottom;
     text-align:left;     
     text-align:left;  
      
}
}


Line 39: Line 36:
   vertical-align:top;
   vertical-align:top;
   text-align:left;
   text-align:left;
border:1px solid #000000;
 
  float:left;
}
 
.footnotes {
  font-size: small;
}
 
.poem {
    vertical-align: top;   
    margin-top: 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 {
    border-bottom: 1px solid #ddd;
    padding: 0.2em;
    font-size: small;
}
 
.casttable th {
    text-align:left
    padding: 0.8em;
}
}