انتقل إلى المحتوى

قالب:رقم آية2/styles.css

من ويكي مصدر، المكتبة الحرة
@media screen {
	.end-of-aya  {
		display: inline-block;
		position: relative;
		background-size: 20px;
		background-repeat: no-repeat;
		width: 20px;
		background-image: url("https://upload.wikimedia.org/wikipedia/commons/8/8b/AyaEnd.svg");
		top: 4px;
	}
	
	.aya-num {
		font-size:9px;
		font-weight: 500; 
		text-align:center;
		position: relative;
		width: 20px;
		position: relative;
	}
}

@media print {
	.aya-num::before {
		content: '۝';
	}	
}