MediaWiki:Common.css: Difference between revisions

Content deleted Content added
wikitable styles from Wikipedia
citation styles from Wikipedia
Line 5: Line 5:
blockquote {
blockquote {
background: #f9f9f9;
background: #f9f9f9;
}

/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.citation {
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 {
.citation .printonly {
display: none;
}
}
}