MediaWiki: Common.css: verschil tussen versies

Uit Wiki HOVUmc
Ga naar: navigatie, zoeken
k
k
Regel 5: Regel 5:
 
}
 
}
  
table#infobox-leerlijn-9 {  
+
table.infobox-leerlijn-9 {  
 
float:right;
 
float:right;
 
margin-left: 10px;
 
margin-left: 10px;
 
border: 1px solid Gold;
 
border: 1px solid Gold;
 
}
 
}
table#infobox-leerlijn-9 th {
+
table.infobox-leerlijn-9 th {
 
height:50px;
 
height:50px;
 
width:300px;
 
width:300px;
Regel 18: Regel 18:
 
font-size: 120%;
 
font-size: 120%;
 
}
 
}
table#infobox-leerlijn-9 td {
+
table.infobox-leerlijn-9 td {
 
padding: 5px;  
 
padding: 5px;  
 
border: 1px solid Gold;
 
border: 1px solid Gold;

Versie van 15 jul 2018 om 14:47

/** 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;
	font-size: 120%;
}
table.infobox-leerlijn-9 td {
	padding: 5px; 
	border: 1px solid Gold;
	vertical-align: top;
	font-size: 80%;
}