Шаблон:Цитат-беседа/styles.css: Разлика между версии

Изтрито е съдържание Добавено е съдържание
стиловите множества
(Няма разлика)

Версия от 03:42, 12 март 2020

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

/* Style of the quotatiaon marks */
.quote-talk-wrapper .user-quote:before,
.quote-talk-wrapper .user-quote:after {
	color: #b2b7f2;
	font-size: 130%;
	font-family: "Times New Roman", serif; 
	font-weight: bold;
}

/* Add the quotatiaon marks */
.quote-talk-wrapper .user-quote:before {
	content: "„\2009";
}

.quote-talk-wrapper .user-quote:after {
	content: "\2009“";
}

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

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