Difference between revisions of "MediaWiki:Vector.css"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 13: Line 13:
 
font-weight: bold;
 
font-weight: bold;
 
color: #73B2C7;
 
color: #73B2C7;
}
 
 
/* switch arrow image on collapsible sidebar headers */
 
.mediawiki div#mw-panel.collapsible-nav div.portal h3 {
 
padding-left:calc(16px + 0.5em);
 
background-image: url("https://wiki.dave.eu/index.php/File:Siegel_crescita-2022.png");
 
background-position: 0.5em center;
 
 
}
 
}

Revision as of 13:44, 7 February 2022

/* style the background of the sidebar section headers */
.mediawiki div#mw-panel div.portal h3 {
	font-size: 80%;
	padding: 0.5em;
	background-color: #ededed;
	border-radius: 2px;
}

/* text styles for sidebar headers */
.mediawiki div#mw-panel div.portal h3,
div#pageWrapper div#mw-panel h3 a {
	text-transform: uppercase;
	font-weight: bold;
	color: #73B2C7;
}