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

From Jaroussky Wiki
Jump to navigation Jump to search
Tag: Reverted
Tag: Reverted
Line 10: Line 10:
     background-color: #FFFFFF; /*To make it the same format ast the original libretto class, so they align.*/
     background-color: #FFFFFF; /*To make it the same format ast the original libretto class, so they align.*/
     border:1px solid #FFFFFF;
     border:1px solid #FFFFFF;
 
    /*max-width: 40%;*/
     min-width: 200px;
     min-width: 200px;
}
}

Revision as of 19:03, 27 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 {
    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: 40%;*/
    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;

}