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

От Уикицитат
Изтрито е съдържание Добавено е съдържание
мРедакция без резюме
мРедакция без резюме
Ред 11: Ред 11:
color: #b2b7f2;
color: #b2b7f2;
font-family: 'Times New Roman', serif;
font-family: 'Times New Roman', serif;
font-size: 150%;
font-size: 155%;
font-style: normal;
font-weight: bold;
font-weight: bold;
padding-right: 4px;
padding-right: 2px;
}
}


Ред 20: Ред 21:
color: #b2b7f2;
color: #b2b7f2;
font-family: 'Times New Roman', serif;
font-family: 'Times New Roman', serif;
font-size: 150%;
font-size: 155%;
font-style: normal;
font-weight: bold;
font-weight: bold;
padding-left: 4px;
padding-left: 1px;
}
}



Версия от 04:48, 12 март 2020

/* User quote styles */
.quote-talk-wrapper .user-quote {
	display: inline;
	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: 2px;
}

.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: 1px;
}

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

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