Forskjell mellom versjoner av «MediaWiki:Common.css»
Hopp til navigering
Hopp til søk
| Linje 7: | Linje 7: | ||
font-size: 90%; /* Default font-size */ | font-size: 90%; /* Default font-size */ | ||
margin-bottom: 0.5em; | 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; | ||
} | } | ||
Revisjonen fra 25. jan. 2013 kl. 17:12
/* CSS plassert i denne fila vil gjelde for alle utseender. */
/* 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;
}