MediaWiki:Common.css: Difference between revisions

no edit summary
(tracked it down, should work now)
No edit summary
Line 19: Line 19:


.references-small { font-size: 90%;}
.references-small { font-size: 90%;}
/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;          /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
    background-color: #DEF;
}
/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}
/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
    display: none;
}
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.citation {
    word-wrap: break-word;
}


/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
Autochecked users, Bureaucrats, Editors, oversight, recentchangescleanup, Reviewers, rollback, Administrators
19,746

edits