Forskjell mellom versjoner av «MediaWiki:Common.css»
Hopp til navigering
Hopp til søk
| Linje 34: | Linje 34: | ||
toccolours { | toccolours { | ||
display: none; | display: none; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Revisjonen fra 11. des. 2013 kl. 21:16
/* CSS plassert i denne fila vil gjelde for alle utseender. */
sup, sub {
line-height: 1em; /* Reduce line-height for <sup> and <sub> */
}
/* 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;
}
toccolours {
display: none;
}