Blame view
bitrix/templates/primary/styles.css
915 Bytes
60c6f0893 init |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
.content-blockquote { background: url("/bitrix/templates/primary/images/content-quote01.gif") no-repeat scroll 2px 3px transparent; margin: 0 0 22px; overflow: hidden; width: 100%; } .content-blockquote blockquote { background: url("/bitrix/templates/primary/images/content-quote02.gif") no-repeat scroll 100% 100% transparent; color: #BEA870; font-size: 16px; font-weight: bold; line-height: 22px; margin: 0; overflow: hidden; padding: 0 96px 0 70px; } q:before, q:after { content: ""; } q { quotes: none; } span.alignleft { border-bottom: 2px solid #BCA56C; margin: 30px 36px 16px 0; padding: 0 0 20px; width: 293px; float:left; } span.alignleft img { display: block; margin: 0 0 10px; } .caption { display: block; font-size: 12px; line-height: 18px; } .caption strong { display: block; font-style: italic; } |