MediaWiki:Common.css: Unterschied zwischen den Versionen

Zeile 1: Zeile 1:
 
table.portal {
 
table.portal {
border-spacing: 20px 2px;
 
 
border-collapse: separate;
 
border-collapse: separate;
 
float: right;
 
float: right;
 
}
 
}
 
table.portalboxes {
 
table.portalboxes {
border-spacing: 20px;
 
 
border-collapse: separate;
 
border-collapse: separate;
 
}
 
}

Version vom 24. März 2021, 19:39 Uhr

table.portal {
	border-collapse: separate;
	float: right;
}
table.portalboxes {
	border-collapse: separate;
}
table.portal th, table.portal td, table.portalboxes th, table.portalboxes td {
	padding: 10px;
	border: 0;
	vertical-align: top;
}

.tblue th {
	background-color: #CADAEA;
}
.tblue td {
	background-color: #E0ECF8;
}

.tyellow th {
	background-color: #F7E1B2;
}
.tyellow td {
	background-color: #E0ECF8;
}

.twhite th {
	background-color: #787878;
	color: #FFF;
}
.twhite td {
	background-color: #FFF;
}

.tgrey th {
	background-color: #ACB1CF;
	color: #FFF;
}
.tgrey td {
	background-color: #E6E7EB;
}

.mw-wiki-logo {
	background-size: contain;
    background-position: center;
}

/** cropped image **/
img.responsive {
	width: 100%;
	height: auto;
}
.crop {
	max-height: 50px;
	overflow: hidden;
}