/* Template created by tcse-cms.com | Author: Vitaly V. Chuyakov | URL: http://tcse-cms.com */

/* Выравнивание блоков по 3 в ряд */
#dle-content .short-news:nth-of-type(3n+1) { clear: both; }
.wp-caption {max-width: 100%;}
.full-content img {
	max-width: 100%;
	display: inherit;
}

.header-logo {
	padding: 10px 0;
}

/* Подвал */
.bg-grey {
	background-color: #2e2f3b;
	color: #eaeaeb;
}
.bg-grey a {
	color: #fff;
	text-decoration: none;
}
.bg-grey a:hover {
	color: #eaeaeb;
	text-decoration: underline;
}
/* Правки для разной ширины экрана */
@media (max-width:  1540px) {
	.header-logo {
		text-align: center;
	}
	
}
.full-content img {
		max-width: 100%;
		display: block;
	}

@media (min-width: 3000px) {

	.short-news .panel {
		border: 0px solid transparent; 
	}

}


blockquote {
border: dotted #666 1px;
border-left:solid #ff5a00 5px;

margin:10px 10px;
padding:15px;
color:#333;
font-style:italic;
font-size:18px;
background:#dff0ff;
}
<style>
.gallery2 { overflow: hidden; width: 100%; float: center; border-image-source: linear-gradient(10deg, #fe01f5 0%, #2e113d 100%);}
.gallery2 img { width: 25%;  margin-left: 10px; border: 3px solid rgba(205, 214, 219, 0.3); }
.gallery2 br {display: none;}
</style>
.post-tag{margin:-10px 0 35px;}
.post-tag a{background-color:#00BFFF;border-radius:0 2px 2px 0;color:#fff;text-decoration:none;display:inline-block;font-size:11px;line-height:13px;margin:0 0 2px 10px;padding:4px
7px 3px;position:relative;text-transform:uppercase; transition: 0.2s linear}
.post-tag a:before{transition: 0.2s linear; border-top:10px solid transparent;border-right:8px solid #00BFFF;border-bottom:10px solid transparent;content:"";height:0;position:absolute;top:0;left:-8px;width:0;}
.post-tag a:after{background-color:#fff;border-radius:50%;content:"";height:4px;position:absolute;top:8px;left:-2px;width:4px}
.post-tag a:hover{background:#00BFFF;color:#fff;text-decoration:none;}
.post-tag a:hover:before{border-right-color:#FF0000}