MediaWiki:Common.css: Difference between revisions
From M.Eng. René Schwarz, Bremen/Merseburg
René Schwarz (talk | contribs) No edit summary |
René Schwarz (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 12: | Line 12: | ||
/* Make the list of references smaller */ | /* Make the list of references smaller */ | ||
ol.references { | |||
font-size: 90%; | font-size: 90%; | ||
} | } | ||
/* Highlight clicked reference in blue to help navigation */ | /* Highlight clicked reference in blue to help navigation */ | ||
ol.references li:target, | |||
sup.reference:target, | sup.reference:target, | ||
span.citation:target { | span.citation:target { | ||
background-color: # | background-color: #F9F9F9; | ||
} | } | ||
Latest revision as of 16:49, 2 March 2011
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
table.wikitable tr td
{
vertical-align: top;
}
table tbody tr td
{
vertical-align: top;
}
/* Make the list of references smaller */
ol.references {
font-size: 90%;
}
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
background-color: #F9F9F9;
}
/* 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;
}
/* For linked citation numbers and document IDs, where
the number need not be shown on a screen or a handheld,
but should be included in the printed version
*/
@media screen, handheld {
span.citation *.printonly {
display: none;
}
}
Science