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

От Уикицитат
Изтрито е съдържание Добавено е съдържание
м друг опит
мРедакция без резюме
 
Ред 1: Ред 1:
@media all {
body.ns-talk .quote-talk-wrapper,
.quote-talk-wrapper {
.quote-talk-wrapper {
display: block;
display: block;
}
}


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


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


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


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


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

Текуща версия към 13:23, 12 март 2020

@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%;
	}
}