Template:Custom/pjwiki.css

< Template:Custom
Revision as of 14:16, 27 September 2021 by Admin (talk | contribs)
/* 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}} */

.libretto {
    margin-left: 0.5em;
    float:left;
    padding-top:0.0em; 
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #FFFFFF; /*To make it the same format ast the original libretto class, so they align.*/
    border:1px solid #FFFFFF;
    max-width: 30%;
    min-width: 200px;

}

.originallibretto {
    margin-left: 0.5em;
    float:left;
    padding-top:0.5em; 
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #f8f9fa;
    border:1px solid #a2a9b1;
}

.languagedesignation {
    font-size: small;
    font-style: oblique;
    color: grey;
    text-indent: 1em;
    vertical-align:bottom;
    text-align:left; 
    
}

.flagbox {
   position: static;
   vertical-align:top;
   text-align:left;
border:1px solid #000000;
   float:left;
}