/* bb3quote on CSS3 — только сообщения (.postbody): темы + ЛС + предпросмотр */
.postbody blockquote {
	font-size: 0.95em;
	margin: 0em 1px 0 5px;
	overflow: hidden;
	color: #797971;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	min-height: 35px;
	padding: 25px 20px 0;
	background: none;
	border: 0;
}

.postbody blockquote > div {
	margin-top: -5px;
	border: 1px solid #0076B4;
	background: url("../images/spback.png") bottom left repeat-x #FFFFFF;
	padding: 20px 20px 5px 30px;
	position: relative;
	border-radius: 7px;
	box-sizing: border-box;
}

.postbody blockquote > div:before {
	content: '';
	position: absolute;
	background: url("../images/openq.png") top left no-repeat transparent;
	width: 20px;
	height: 16px;
	top: 15px;
	left: 4px;
}

.postbody blockquote > div:after {
	content: '';
	position: absolute;
	background: url("../images/closeq.png") top left no-repeat transparent;
	width: 20px;
	height: 16px;
	right: 1px;
	bottom: 0px;
}

/* Цвет ника автора (часть стилей может задаваться ядром) */
.postbody blockquote > div cite {
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	font-size: 0.9em;
	color: #fff;
	background-color: #CADCEB;
	background-image: linear-gradient(to top, rgba(30, 87, 153, 0), rgb(30 87 153 / 73%), rgb(30 87 153 / 42%), rgb(30 87 153 / 0%), rgb(30 87 153 / 0%), rgb(30 87 153 / 0%), rgb(30 87 153 / 42%), rgb(30 87 153 / 73%), rgb(30 87 153 / 0%));
	padding: 4px 12px;
	line-height: 1.4;
	min-height: 15px;
	position: absolute;
	top: -14px;
	left: 10px;
	border: 1px solid #0076b4;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	overflow: visible;
}

/* Имя автора: цвет группы задаётся inline в PHP (user_colour); не даём .postlink перебить */
.postbody blockquote > div cite a.postlink,
.postbody blockquote > div cite a {
	text-decoration: none;
}

.postbody blockquote.uncited > div {
	padding: 10px 20px 5px 30px;
}

.postbody blockquote.uncited > div:before {
	top: 3px;
}

/* Скрыть лишние псевдоэлементы у цитат */
.postbody blockquote.uncited:before,
.postbody blockquote cite:before {
	content: none !important;
	display: none !important;
}

.postbody .uncited:before,
.postbody .content .uncited:before {
	content: none !important;
	display: none !important;
}

.rtl .postbody blockquote.uncited:before,
.rtl .postbody blockquote cite:before,
.rtl .postbody .uncited:before {
	content: none !important;
	display: none !important;
}
