⧼vector-jumptocontent⧽

MediaWiki:Common.css: Difference between revisions

From EPrints Documentation
No edit summary
Required by SyntaxHighlight_GeSHi extension
Line 11: Line 11:
.source-perl, .source-xml, pre, tt, code {
.source-perl, .source-xml, pre, tt, code {
font-size: 125%;
font-size: 125%;
}
.mw-highlight pre {
font-size: 90%;
}
}

Revision as of 11:31, 21 May 2021

/* CSS placed here will be applied to all skins */
code {
}
.source-perl, .source-xml {
padding: 10px 15px;
margin-left: 2em;
border: 1px solid #888;
background-color: #EEE;
overflow: auto;
}
.source-perl, .source-xml, pre, tt, code {
font-size: 125%;
}

.mw-highlight pre {
	font-size: 90%;
}