תבנית:זכויות להט"ב טבלת סיכום/style.css

.lgbt-rights-summary-table {
	border-collapse: collapse;
	min-width: 40%;
}

body.skin-vector .lgbt-rights-summary-table,
body.skin-cologneblue .lgbt-rights-summary-table {
	margin-top: 8px;
}

.lgbt-rights-summary-table th,
.lgbt-rights-summary-table td {
	border: 1px solid #b5b5b5;
}

.lgbt-rights-summary-table-header {
	background: #f3f3f3;
	font-size: 90%;
}

.lgbt-rights-summary-table-header > th {
	padding: 5px;
}

.lgbt-rights-summary-table-group-header {
	background: #e6e6e6;
}

.lgbt-rights-summary-table-group-header > th {
	padding: 7px;
	border-top: 1px double #808080;
}

.lgbt-rights-summary-table-group-header-hidden,
.lgbt-rights-summary-table-group-header-hidden + .lgbt-rights-summary-table-subtitle-row {
	display: none;
}

.lgbt-rights-summary-table-empty-cell:first-of-type {
	border-right-style: dashed;
}

.lgbt-rights-summary-table-empty-cell:last-of-type {
	border-left-style: dashed;
}

.lgbt-rights-summary-table-group-subtitle-cell {
	font-size: 75%;
	max-width: 58px;
	min-width: 40px;
	padding: 5px;
}

@media (max-width: 700px) {
	body:not(.skin-minerva) .lgbt-rights-summary-table-group-subtitle-cell {
		min-width: 32px;
	}
}

.lgbt-rights-summary-table-group-item {
	background: #fafafa;
}

.lgbt-rights-summary-table-group-item > td {
	padding: 8px 6px 8px 8px;
	max-width: 350px;
}

.lgbt-rights-summary-table-group-item > .lgbt-rights-summary-table-yes-no {
	text-align: center;
	padding-right: 8px;
}

.lgbt-rights-summary-table-group-item > td:last-child {
	font-size: 95%;
}

.lgbt-rights-summary-table-no-content::after {
	content: "—";
	color: silver;
}

/* [[קטגוריה:דפי סגנון של תבניות]] */