შინაარსზე გადასვლა

თარგი:Citation/styles.css

მასალა ვიკიპედიიდან — თავისუფალი ენციკლოპედია
/* {{pp|small=y}} */
/* Break long urls, etc., rather than overflowing box */
.citation {
	word-wrap: break-word;
}

/* Highlight linked elements (such as clicked references) in blue */
.citation:target {
	/* ignore the linter - all browsers of interest implement this */
	background-color: rgba(0, 127, 255, 0.133);
}