Template:WikiJournal/header/styles.css

/*------------------------------------------------------------------------------------

This page defines header formatting applied to all WikiJournal articles and admin pages for consistent style

------------------------------------------------------------------------------------*/

/* Sticky heading for h2 headings custom formatting */
/* Note: H2 specified within templates for now
h2 {
    font-family:      Century Gothic, Helvetica, sans serif; 
    line-height:      120%;
    font-size:        155%;
    border:           none;
    color:            #666;
    margin-left:      auto;
    margin-right:     auto;
    text-align:       center;
    background-color: #e6e6ea;
    position:         sticky; 
    top:              0;
    z-index:          100;
}


/*------------------------------------------------------------------------------------

For additional figure formatting applied to all WikiJournal articles, see Template:WikiJournal/figure/styles.css

------------------------------------------------------------------------------------*/