Andoza:Noerkin fayl/styles.css

Vikipediya, ochiq ensiklopediya
.nfur {
	width: 100%;
	border: 1px solid #a2a9b1;
	border-collapse: separate; 
	border-spacing: 2px;
	background-color: #f8f9fa;
	padding: 5px;
	font-size: 95%;
	box-sizing: border-box;
	
	border-top: 0;
	padding-top: 0;
}

.nfur caption {
	border: 1px solid #a2a9b1;
	border-bottom: none;
	box-sizing: border-box;
	background-color: #f8f9fa;
	padding: 7px 7px 0 7px;
}

.nfur caption > div {
	font-weight: bold;
	font-size: 120%;
	background-color: #d8e0ff;
	padding: 1px 0;
}

.nfur-2 caption > div {
	font-size: 100%;
	background-color: #ccf;
	padding: 2px 0;
}

.nfur-exact {
	font-size: 90%;
}

.nfur-bad-article {
	font-style: italic;
}

.nfur th {
	background: #ccf;
	text-align: right;
	padding: 2px 0.4em;
}

.nfur-error {
	color: red;
	font-weight: bold;
}

.nfur-fairuse,
.nfur-nonfree {
	display: none;
}

@media (min-width: 720px) {
	.nfur th {
		width: 15%;
	}
	
	.nfur-2 th {
		width: 15em;
	}
}