MediaWiki:Common.css/References.css: Różnice pomiędzy wersjami

Z Brain-wiki
(Utworzono nową stronę "→‎Make the list of references in [[Template:Reflist]] smaller: .references-small { font-size: 90%; } /* Highlight clicked reference in blue to help navigation...")
 
(Brak różnic)

Aktualna wersja na dzień 13:34, 22 maj 2015

/* Make the list of references in [[Template:Reflist]] smaller */
.references-small { 
    font-size: 90%;
}
 
/* 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;
}
 
 
/* Styling for citations */
span.citation, cite {
    font-style: normal;
    word-wrap: break-word;
}