Difference between revisions of "MediaWiki:Common.css"

From EPrints Documentation
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.source-perl {
+
.source-perl, code {
 
border: 1px solid #888;
 
border: 1px solid #888;
 
background-color: #EEE;
 
background-color: #EEE;
 +
}
 +
.source-perl {
 
padding: 10px 4em;
 
padding: 10px 4em;
 
}
 
}
.source-perl, pre {
+
.source-perl, pre, tt, code {
 
font-size: 125%;
 
font-size: 125%;
 
}
 
}

Revision as of 11:12, 2 March 2012

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