View source for MediaWiki:Common.css
From Polyphasic Sleep Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.citation {
word-wrap: break-word;
}
/* Make the list of references smaller */
/* Keep in sync with Template:Refbegin/styles.css */
ol.references,
div.reflist {
font-size: 90%; /* Default font-size */
margin-bottom: 0.5em;
}
div.reflist ol.references {
font-size: 100%; /* Reset font-size when nested in div.reflist */
margin-bottom: 0; /* Avoid double margin when nested in div.reflist */
list-style-type: inherit; /* Enable custom list style types */
}
/* Allow hidden ref errors to be shown by user CSS */
/* TemplateStyles */
span.brokenref {
000
1:0
Template used on this page:
Return to MediaWiki:Common.css.