Difference between revisions of "MediaWiki:Common.css"

From D Wiki
Jump to: navigation, search
(Nicer code font)
 
(ParentArticle styling)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.mw-geshi > div {
+
 
font-family: inherit;
+
#contentSub3 {
 +
position: relative;
 +
top: -1em;
 +
height: 0;
 
}
 
}
  
code {
+
span.subpages {
font-family: Consolas, monospace;
+
display: block;
font-size: 14px;
 
 
}
 
}

Latest revision as of 10:41, 6 July 2013

/* CSS placed here will be applied to all skins */

#contentSub3 {
	position: relative;
	top: -1em;
	height: 0;
}

span.subpages {
	display: block;
}