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 |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
} | } | ||
table tr td | table tbody tr td | ||
{ | { | ||
vertical-align: top; | 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; | |||
} | |||
} | } | ||
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