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

From Jaroussky Wiki
Jump to navigation Jump to search
Line 4: Line 4:
.libretto {
.libretto {
     vertical-align: top;     
     vertical-align: top;     
     margin-top: -2em;
     margin-top: -3em;
     margin-left: 0.5em;
     margin-left: 0.5em;
     padding-top:0em;  
     padding-top:0em;  

Revision as of 03:11, 28 September 2021

/* 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: -3em;
    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;

}