Changes

Jump to navigation Jump to search

MediaWiki:Common.css

960 bytes added, 13:44, 11 April 2017
no edit summary
/* CSS placed here will be applied to all skins */
 
/* Font Awesome Icons CSS */
 
@import url("/hcewiki/font-awesome/css/font-awesome.css");
/* Reference Tooltips, see MediaWiki:Gadget-ReferenceTooltips */
}
ol.references li { margin-right: 10px;} .references,div.reflist,div.refbegin {
-webkit-column-count: 3;
-webkit-column-gap: 25px;
column-count:3;
column-gap:25px;
}
 
ol.references li {
/*width: 100%;*/
list-style-position: inside;
/* wrap long text and urls by https://perishablepress.com/wrapping-content/ */
white-space: pre; /* CSS 2.0 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3.0 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
word-wrap: break-word; /* IE 5+ */
}
 
#mw-missingsummary {
background-color: #F5A9A9;
border: 1px solid #C0C0C0;
padding-left: 1em;
}
 
/* Styling for Template:Quote */
blockquote.templatequote {
margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
line-height: 1.5em;
/* @noflip */
text-align: left;
/* @noflip */
padding-left: 1.6em;
margin-top: 0;
}
 
 
.mmiMobileFooterLogo {
display: none;
}
 
.norwayGrantsFooterLogo {
display: inherit;
}

Navigation menu