Шаблон:Цитата/style.css
Материал из AbduloverA.com
.ts-Цитата {
display: flex;
justify-content: center;
margin: 0.5em 0;
}
.ts-Цитата blockquote {
position: relative;
margin: 0;
padding: 0 42px;
border: none;
background: rgba(255, 0, 0, 0.25);
box-shadow: 0 5px 10px 10px rgba(255,0,0,0.25);
text-shadow: 0px 0px 5px #FFFFFF;
line-height: 1.6em;
font-style: italic;
/*background-image: url(/resources/assets/smoke_dollar_abdulov.png);*/
font-family: 'ZektonBd';
}
.ts-Цитата blockquote::before,
.ts-Цитата blockquote::after {
content: "";
position: absolute;
background-size: 1.6em calc(1.6em / 1.1);
background-repeat: no-repeat;
background-position: 50% 50%;
width: calc(1.6em / 0.75);
height: 1.6em;
}
.ts-Цитата blockquote::before {
background-image: url('/resources/assets/leftarrow.svg');
top: 0;
left: 0;
}
.ts-Цитата blockquote::after {
background-image: url('/resources/assets/rightarrow.svg');
bottom: 0;
right: 0;
}
.ts-Цитата blockquote i {
font-style: normal;
}
.ts-Цитата cite {
display: block;
text-align: right;
font-family: 'ZektonBd';
font-style: normal;
font-size: 0.85em !important;
}
.ts-Цитата p:first-child {
margin-top: 0;
}
.ts-Цитата p:last-child {
margin-bottom: 0;
text-align: center;
}
.ts-Цитата p + .ts-oq {
margin-top: -0.25em;
}
.ts-Цитата .ts-oq .ts-oq-header.ts-oq-header {
padding-left: 0;
background: transparent;
}
.ts-Цитата .ts-oq .ts-oq-content {
padding: 0;
}