Plantilla:Report/styles.css

De Wikimedia Small Projects
.mw-body-content {
	font-family: 'Ubuntu';
}

h2 {
	background-color: #630436;
	border-bottom: solid 4px #a1045a;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

h2 > span {
	padding: 1rem;
	font-family: 'Ubuntu';
}

/* https://stackoverflow.com/a/46950764 */
.wikisp-report-table {
	font-size: 2.29em;
	padding: 5px 0;
	border-radius: 2px;
	display: inline-block;
	width: 100%;

	background-image:
		linear-gradient(90deg, #880015 50%, #fff 50%),
		linear-gradient(-90deg, #a1045a 50%, #fff 50%);
    
	background-size: 100% 10px;
  
	background-position:
		top left,
		bottom left;
  
	background-repeat: no-repeat;
}

.wikisp-report-message {
	padding: 0 1em 1em 1em;
	margin-left: 1.2em;
	border-left: 5px solid #a1045a
}

.mw-editsection {
	display: none;
}