Шаблон:Цитат-беседа/styles.css

От Уикицитат
@media all {
	.quote-talk-wrapper {
		display: block;
	}

	/* User quote styles */
	.quote-talk-wrapper .user-quote {
		font-size: 90%;
		font-style: italic;
	}

	/* Add the quotatiaon marks */
	.quote-talk-wrapper .user-quote:before {
		content: "„";
		color: #b2b7f2;
		font-family: 'Times New Roman', serif;
		font-size: 155%;
		font-style: normal;
		font-weight: bold;
		padding-right: 3px;
	}

	.quote-talk-wrapper .user-quote:after {
		content: "“";
		color: #b2b7f2;
		font-family: 'Times New Roman', serif;
		font-size: 155%;
		font-style: normal;
		font-weight: bold;
		padding-left: 3px;
	}

	/* User & diff style */
	.quote-talk-wrapper .user-small {
		font-size: 85%;
	}

	.quote-talk-wrapper .user-small:before {
		content: " ";
		font-size: 100%;
	}
}