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

From Jaroussky Wiki
Jump to navigation Jump to search
Line 18: Line 18:
     font-style: oblique;
     font-style: oblique;
     color: grey;
     color: grey;
     text-indent: 1em;
     text-indent: 0em;
     vertical-align:bottom;
     vertical-align:bottom;
     text-align:left;     
     text-align:left;     

Revision as of 14:21, 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: 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;

}