Template:Custom/pjwiki.css

< Template:Custom
Revision as of 14:21, 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.5em; 
    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;
}

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

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

}