Template:Custom/pjwiki.css

< Template:Custom
Revision as of 03:10, 28 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 {
    vertical-align: top;    
    margin-top: -2em;
    margin-left: 0.5em;
    padding-top:0em; 
    padding-left: 0.5em;
    padding-right: 0.5em;
    max-width: 30em;
    min-width: 15em;
}

.languagedesignation {
    font-size: small;
    font-style: oblique;
    color: grey;
    text-indent: 0em;

    text-align:left;     
}

.flagbox {
   position: static;
   vertical-align:top;
   text-align:left;

}