remotes/origin/PR-39
shishman 10 years ago
parent 27c2f6efdd
commit bfb646ac00
  1. 41
      assets/css/main.css
  2. 36
      templates/cms_pages/cms_page.html
  3. 2
      wallets/templates/score-detail.html

@ -5861,4 +5861,45 @@ input[type="radio"]:checked + span {
.mainMenu li.icon_tm3.active span{
background: url('../img/listMain2.png') no-repeat right !important;
}
.faq_page_inn{
padding: 40px 0;
}
.faq_page_inn h2 {
font-size: 32px;
font-weight: normal;
margin-bottom: 20px;
margin-top: 10px;
}
.faq_page_inn h3{
font-weight: 600;
margin-bottom: 12px;
margin-top: 28px;
font-size: 1.17em;
}
.faq_page_inn ol, .faq_page_inn ul{
padding-left: 40px;
margin-top: 20px;
}
.faq_page_inn ol li, .faq_page_inn ul li{
padding-left: 8px;
list-style: inherit !important;
display: list-item;
list-style-type:inherit !important;
margin-top: 5px;
}
.faq_page_inn a{
text-decoration: underline !important;
}
.faq_page_inn a:hover{
text-decoration: none !important;
}
.faq_page_inn div{
margin-top: 20px;
}
a.linkS2[data-target="#withdraw-money"]{
float: none;
display: table;
margin: auto;
margin-bottom: 52px;
}
/*end_new*/

@ -9,14 +9,32 @@
</div>
</div>
</section>
<div class="container">
<div class="row faq_page_inn">
{% for block in page.body %}
{% if block.block_type == 'heading' %}
<h2>{{ block.value }}</h2>
{% else %}
<section class="block-{{ block.block_type }}">
{{ block }}
<h2>FAQ</h2>
<p>Lorem Ipsum has been the industry's standard dummy text ever since <a href="#">the 1500s</a>, when an <b>unknown</b> printer <strong>took a</strong> galley of type and scrambled it to make a type specimen book. It has </p>
<h3>is simply dummy text of the printing and typesetting industry</h3>
<ol>
<li>Many desktop publishing packages and web page editors now use Lorem Ipsum</li>
<li>Many desktop publishing packages and web page editors now use Lorem Ipsum</li>
<li>Many desktop publishing packages and web page editors now use Lorem Ipsum</li>
</ol>
<ul>
<li>Many desktop publishing packages and web page editors now use Lorem Ipsum</li>
<li>Many desktop publishing packages and web page editors now use Lorem Ipsum.</li>
<li>Many desktop publishing packages and web page editors now use Lorem Ipsum</li>
</ul>
<div>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum </div>
</section>
{% endif %}
{% endfor %}
</div>
</div>
{% for block in page.body %}
{% if block.block_type == 'heading' %}
<h2>{{ block.value }}</h2>
{% else %}
<section class="block-{{ block.block_type }}">
{{ block }}
</section>
{% endif %}
{% endfor %}
{% endblock %}

@ -22,7 +22,7 @@
</div>
{% endif %}
<div class="col-lg-6">
<div class="col-lg-12">
<a href="#" data-toggle="modal" data-target="#withdraw-money"
class="linkS linkS2">вывести средства</a>
</div>

Loading…
Cancel
Save