MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 17: Line 17:
.mw-parser-output h2 { font-size: 1.6rem; }
.mw-parser-output h2 { font-size: 1.6rem; }
.mw-parser-output h3 { font-size: 1.3rem; }
.mw-parser-output h3 { font-size: 1.3rem; }
/* Drop Cap */
.dropcap {
    color: #ff9914;
    float: left;
    font-family: "IM Fell Great Primer", Georgia, "Times New Roman", serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 90px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: -10px;
    padding-bottom: -10px;
}


/* Global typography */
/* Global typography */