MediaWiki: Common.css: verschil tussen versies

Uit Wiki HOVUmc
Ga naar: navigatie, zoeken
k
k
Regel 16: Regel 16:
 
text-align:center;  
 
text-align:center;  
 
background-color: gold;
 
background-color: gold;
font-color: white;
+
color: white;
 
font-size: 150%;
 
font-size: 150%;
 
}
 
}

Versie van 15 jul 2018 om 14:50

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
td.clickablecell a {
    display:block;
    width:100%;
}

table.infobox-leerlijn-9 { 
	float:right;
	margin-left: 10px;
	border: 1px solid Gold;
}
table.infobox-leerlijn-9 th {
	height:50px;
	width:300px;
	vertical-align: middle;
	text-align:center; 
	background-color: gold;
	color: white;
	font-size: 150%;
}
table.infobox-leerlijn-9 td {
	padding: 5px; 
	border: 1px solid Gold;
	vertical-align: top;
	font-size: 90%;
}