Difference between revisions of "MediaWiki:Vector.css"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 3: Line 3:
 
font-size: 80%;
 
font-size: 80%;
 
padding: 0.5em;
 
padding: 0.5em;
background-color: #777;
+
background-color: #ededed;
 
border-radius: 2px;
 
border-radius: 2px;
 
}
 
}

Revision as of 13:38, 7 February 2022

/* CSS placed here will affect users of the Vector skin */
.mediawiki div#mw-panel div.portal h3 {
	font-size: 80%;
	padding: 0.5em;
	background-color: #ededed;
	border-radius: 2px;
}