Template:QuoteContainer: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
(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">
     {{{1}}}
     «{{#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;
}
}}

Latest revision as of 02:41, 16 October 2024

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