Template:Infobox copyright rules/styles.css

/* Partially duplicating .infobox’s styles from [[MediaWiki:Common.css]], but
   the ones below are flipped based on page language direction, not UI language direction */
.infobox.infobox-copyright-rules {
	margin: 5px 0 .5em 1em; 
	float: right;
	clear: right;
}
.infobox-copyright-rules-title {
	font-size: 110%;
	font-weight: bold;
}
/* already big and bold enough */
.infobox-copyright-rules-title .error {
	font-size: 100%;
	font-weight: bold;
}
.infobox-copyright-rules-shortcut {
	margin: 1em;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: white;
	padding: 0 1em;
	text-align: center;
	font-size: x-small;
}
.infobox-copyright-rules-header {
	background-color: #ccf;
}