Template:QuoteContainer: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 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">
     {{{1}}}
     «{{#if: {{{text|}}}
        | {{{text}}}
        | Укажите текст цитаты.
    }}»
  </div>
  <div class="quote-bottom-image"></div>
  <div class="quote-author">
    {{#if: {{{author|}}}
        | — {{{author}}}
        |
    }}
   </div>
   </div>
</div>
</div>


{{#css:
{{#css:
Line 10: Line 24:
     color: #000;
     color: #000;
     border: 1px solid transparent;
     border: 1px solid transparent;
    font-family: 'MyCustomFont2', sans-serif;
}
}
}}
}}

Latest revision as of 02:41, 16 October 2024

   «Укажите текст цитаты.»