8,959
edits
|  (Created page with "<div class="quote-container">   <div class="quote-content">     {{{1}}}   </div> </div>") | No edit summary | ||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| <div class="quote-container"> | <div class="quote-container"> | ||
|   <div class="quote-top-image"></div> | |||
|    <div class="quote-content"> |    <div class="quote-content"> | ||
|      {{{ |      «{{#if: {{{text|}}} | ||
|         | {{{text}}} | |||
|         | Укажите текст цитаты. | |||
|     }}»  | |||
|   </div> | |||
|   <div class="quote-bottom-image"></div> | |||
|   <div class="quote-author"> | |||
|     {{#if: {{{author|}}} | |||
|         | — {{{author}}} | |||
|         |  | |||
|     }} | |||
|    </div> |    </div> | ||
| </div> | </div> | ||
| {{#css: | |||
| pre, code, .mw-code { | |||
|     background-color: transparent; | |||
|     color: #000; | |||
|     border: 1px solid transparent; | |||
|     font-family: 'MyCustomFont2', sans-serif; | |||
| } | |||
| }} | |||