Template:Custom/pjwiki.css

From Jaroussky Wiki
< Template:Custom
Revision as of 20:05, 26 September 2021 by Admin (talk | contribs)
Jump to navigation Jump to search
/* 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.6em; /*to make up for the grey border around the Ancient language text.*/
    padding-left: 0.5em;
    padding-right: 0.5em;

}

.originallibretto {
    margin-left: 0.5em;
    float:left;
    padding-top:0.5em; /*to make up for the grey border around the Ancient language text*/
    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;
    width:80%;

    
}

.flagbox {
   position: static;
   vertical-align:top;
   width:15%;
   text-align:left;
   float:left;
}