From bfb646ac0086a68bf15d4cf9e6e36a8a62d4dd64 Mon Sep 17 00:00:00 2001 From: shishman Date: Fri, 26 Aug 2016 21:59:05 +0300 Subject: [PATCH] css edited --- assets/css/main.css | 41 +++++++++++++++++++++++++++++ templates/cms_pages/cms_page.html | 36 ++++++++++++++++++------- wallets/templates/score-detail.html | 2 +- 3 files changed, 69 insertions(+), 10 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index a422213..3ed09cb 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -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*/ \ No newline at end of file diff --git a/templates/cms_pages/cms_page.html b/templates/cms_pages/cms_page.html index a480c11..2a09343 100644 --- a/templates/cms_pages/cms_page.html +++ b/templates/cms_pages/cms_page.html @@ -9,14 +9,32 @@ +
+
+ {% for block in page.body %} + {% if block.block_type == 'heading' %} +

{{ block.value }}

+ {% else %} +
+ {{ block }} +

FAQ

+

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has

+

is simply dummy text of the printing and typesetting industry

+
    +
  1. Many desktop publishing packages and web page editors now use Lorem Ipsum
  2. +
  3. Many desktop publishing packages and web page editors now use Lorem Ipsum
  4. +
  5. Many desktop publishing packages and web page editors now use Lorem Ipsum
  6. +
+
    +
  • Many desktop publishing packages and web page editors now use Lorem Ipsum
  • +
  • Many desktop publishing packages and web page editors now use Lorem Ipsum.
  • +
  • Many desktop publishing packages and web page editors now use Lorem Ipsum
  • +
+
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
+
+ {% endif %} + {% endfor %} +
+
- {% for block in page.body %} - {% if block.block_type == 'heading' %} -

{{ block.value }}

- {% else %} -
- {{ block }} -
- {% endif %} - {% endfor %} {% endblock %} \ No newline at end of file diff --git a/wallets/templates/score-detail.html b/wallets/templates/score-detail.html index 275e727..9e72082 100644 --- a/wallets/templates/score-detail.html +++ b/wallets/templates/score-detail.html @@ -22,7 +22,7 @@ {% endif %} -
+