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

От Уикицитат
Изтрито е съдържание Добавено е съдържание
стиловите множества
 
мРедакция без резюме
Ред 6: Ред 6:
}
}


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

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


.quote-talk-wrapper .user-quote:after {
.quote-talk-wrapper .user-quote:after {
content: "\2009“";
content: "";
color: #b2b7f2;
font-family: "Times New Roman", serif;
font-size: 130%;
font-weight: bold;

}
}



Версия от 04:27, 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: 130%;
	font-weight: bold;
}

.quote-talk-wrapper .user-quote:after {
	content: "“";
	color: #b2b7f2;
	font-family: "Times New Roman", serif;
	font-size: 130%;
	font-weight: bold;

}

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

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