الگو:فهرست: تفاوت میان نسخهها
| بدون خلاصۀ ویرایش | بدون خلاصۀ ویرایش | ||
| خط ۲۱: | خط ۲۱: | ||
|              padding: 10px 20px; |              padding: 10px 20px; | ||
|              box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); |              box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); | ||
|              border-radius:  |              border-radius: 15px; /* گوشههای گرد هم بالا و هم پایین */ | ||
|          } |          } | ||
|          .header .logo a { |          .header .logo a { | ||
| خط ۴۴: | خط ۴۴: | ||
|              text-decoration: none; |              text-decoration: none; | ||
|              color: #ffffff; |              color: #ffffff; | ||
|              font-weight:  |              font-weight: normal; /* تغییر به حالت معمول */ | ||
|              padding: 8px 12px; |              padding: 8px 12px; | ||
|              border-radius: 8px;  |              border-radius: 8px; | ||
|              transition: all 0.3s ease;  |              transition: all 0.3s ease; | ||
|              display: flex; |              display: flex; | ||
|              align-items: center; |              align-items: center; | ||
| خط ۵۳: | خط ۵۳: | ||
|          } |          } | ||
|          .header .menu a:hover { |          .header .menu a:hover { | ||
|              background-color: #1abc9c;  |              background-color: #1abc9c; | ||
|              transform: scale(1.1);  |              transform: scale(1.1); | ||
|              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /*  |              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); | ||
|         } | |||
|         /* تغییر برای فونت منوهای خاص */ | |||
|         .header .menu .dropdown > a { | |||
|             font-size: 16px; /* افزایش اندازه فونت */ | |||
|             font-weight: bold; /* بولد کردن متن */ | |||
|         } | |||
|         /* تغییرات در منوهای خاص */ | |||
|         .header .menu .dropdown:nth-child(1) > a, /* فارکس */ | |||
|         .header .menu .dropdown:nth-child(2) > a, /* ارز دیجیتال */ | |||
|         .header .menu .dropdown:nth-child(3) > a, /* بازار داخلی */ | |||
|         .header .menu .dropdown:nth-child(4) > a { /* بازار بورس */ | |||
|             font-size: 18px; /* افزایش بیشتر اندازه فونت */ | |||
|             font-weight: bold; /* بولد کردن */ | |||
|          } |          } | ||
|          .dropdown { |          .dropdown { | ||
|              position: relative; |              position: relative; | ||
| خط ۸۷: | خط ۱۰۳: | ||
|              color: #ffffff; |              color: #ffffff; | ||
|              white-space: nowrap; |              white-space: nowrap; | ||
|              transition: all 0.3s ease;  |              transition: all 0.3s ease; | ||
|              font-size: 14px;  |              font-size: 14px; | ||
|              text-align: center; /* وسطچین کردن متن */ |              text-align: center; /* وسطچین کردن متن */ | ||
|          } |          } | ||
|          .dropdown-content a:hover { |          .dropdown-content a:hover { | ||
|              background-color: #1abc9c;  |              background-color: #1abc9c; | ||
|              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);  |              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); | ||
|              transform: scale(1.05);  |              transform: scale(1.05); | ||
|          } |          } | ||
|          .dropdown-title { |          .dropdown-title { | ||
|              color: #ffffff; |              color: #ffffff; | ||
|              background-color: #9b2d2f; /* رنگ  |              background-color: #9b2d2f; /* رنگ جگری تیره برای پسزمینه زیردستهها */ | ||
|              padding: 8px 10px; |              padding: 8px 10px; | ||
|              text-align: center; |              text-align: center; | ||
| خط ۱۱۹: | خط ۱۳۴: | ||
|              <div class="dropdown-content"> |              <div class="dropdown-content"> | ||
|                  <div class="dropdown-title">فارکس</div> |                  <div class="dropdown-title">فارکس</div> | ||
|                  <div class="dropdown-title">جفتارز اصلی</div> |                  <div class="dropdown-title">جفتارز اصلی</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-euro-sign"></i> EURUSD</a> |                  <a href="https://wikitrader.net"><i class="fas fa-euro-sign"></i> EURUSD</a> | ||
|                  <div class="dropdown-title">جفتارز فرعی</div> |                  <div class="dropdown-title">جفتارز فرعی</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-dollar-sign"></i> USDCHF</a> |                  <a href="https://wikitrader.net"><i class="fas fa-dollar-sign"></i> USDCHF</a> | ||
|                  <div class="dropdown-title">شاخص</div> |                  <div class="dropdown-title">شاخص</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-chart-line"></i> DXY</a> |                  <a href="https://wikitrader.net"><i class="fas fa-chart-line"></i> DXY</a> | ||
|                  <div class="dropdown-title">کالاها</div> |                  <div class="dropdown-title">کالاها</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-ring"></i> Gold</a> |                  <a href="https://wikitrader.net"><i class="fas fa-ring"></i> Gold</a> | ||
|                  <div class="dropdown-title">سهام</div> |                  <div class="dropdown-title">سهام</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-apple"></i> Apple</a> |                  <a href="https://wikitrader.net"><i class="fas fa-apple"></i> Apple</a> | ||
| خط ۱۴۶: | خط ۱۵۱: | ||
|              <a href="https://wikitrader.net"><i class="fas fa-bitcoin"></i> ارز دیجیتال</a> |              <a href="https://wikitrader.net"><i class="fas fa-bitcoin"></i> ارز دیجیتال</a> | ||
|              <div class="dropdown-content"> |              <div class="dropdown-content"> | ||
|                  <div class="dropdown-title">شاخص</div> |                  <div class="dropdown-title">شاخص</div> | ||
|                  <a href="https://wikitrader.net"><i class="fab fa-bitcoin"></i> دامیننس ترر</a> |                  <a href="https://wikitrader.net"><i class="fab fa-bitcoin"></i> دامیننس ترر</a> | ||
|                  <div class="dropdown-title">کوینها</div> |                  <div class="dropdown-title">کوینها</div> | ||
|                  <a href="https://wikitrader.net"><i class="fab fa-bitcoin"></i> بیتکوین</a> |                  <a href="https://wikitrader.net"><i class="fab fa-bitcoin"></i> بیتکوین</a> | ||
|                  <div class="dropdown-title">توکنها</div> |                  <div class="dropdown-title">توکنها</div> | ||
|                  <a href="https://wikitrader.net"><i class="fab fa-ethereum"></i> اتریوم</a> |                  <a href="https://wikitrader.net"><i class="fab fa-ethereum"></i> اتریوم</a> | ||
|                  <div class="dropdown-title">میمکوینها</div> |                  <div class="dropdown-title">میمکوینها</div> | ||
|                  <a href="https://wikitrader.net"><i class="fab fa-dog"></i> شیبا</a> |                  <a href="https://wikitrader.net"><i class="fab fa-dog"></i> شیبا</a> | ||
| خط ۱۶۸: | خط ۱۶۶: | ||
|              <a href="https://wikitrader.net"><i class="fas fa-landmark"></i> بازار داخلی</a> |              <a href="https://wikitrader.net"><i class="fas fa-landmark"></i> بازار داخلی</a> | ||
|              <div class="dropdown-content"> |              <div class="dropdown-content"> | ||
|                  <div class="dropdown-title">طلا</div> |                  <div class="dropdown-title">طلا</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-gold"></i> طلا</a> |                  <a href="https://wikitrader.net"><i class="fas fa-gold"></i> طلا</a> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-money-bill"></i> سکه</a> |                  <a href="https://wikitrader.net"><i class="fas fa-money-bill"></i> سکه</a> | ||
|                  <div class="dropdown-title">ارز</div> |                  <div class="dropdown-title">ارز</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-dollar-sign"></i> دلار</a> |                  <a href="https://wikitrader.net"><i class="fas fa-dollar-sign"></i> دلار</a> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-hand-holding-usd"></i> درهم</a> |                  <a href="https://wikitrader.net"><i class="fas fa-hand-holding-usd"></i> درهم</a> | ||
|                 <div class="dropdown-title">شاخصها</div> | |||
|                 <a href="https://wikitrader.net"><i class="fas fa-chart-line"></i> شاخص کل</a> | |||
|                 <a href="https://wikitrader.net"><i class="fas fa-equals"></i> شاخص هم وزن</a> | |||
|                 <div class="dropdown-title">نمادها</div> | |||
|                 <a href="https://wikitrader.net"><i class="fas fa-chart-pie"></i> شرکتها</a> | |||
|              </div> |              </div> | ||
|          </div> |          </div> | ||
| خط ۱۸۲: | خط ۱۸۲: | ||
|          <!-- منوی بازار بورس --> |          <!-- منوی بازار بورس --> | ||
|          <div class="dropdown"> |          <div class="dropdown"> | ||
|              <a href="https://wikitrader.net"><i class="fas fa- |              <a href="https://wikitrader.net"><i class="fas fa-store"></i> بازار بورس</a> | ||
|              <div class="dropdown-content"> |              <div class="dropdown-content"> | ||
|                  <div class="dropdown-title">شاخصها</div> |                  <div class="dropdown-title">شاخصها</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-chart-line"></i> شاخص کل</a> |                  <a href="https://wikitrader.net"><i class="fas fa-chart-line"></i> شاخص کل</a> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa- |                  <a href="https://wikitrader.net"><i class="fas fa-sync"></i> شاخص هم وزن</a> | ||
|                  <div class="dropdown-title">پیمانها</div> | |||
|                  <a href="https://wikitrader.net"><i class="fas fa-cogs"></i> قرارداد آتی</a> | |||
|                  <div class="dropdown-title"> |                  <div class="dropdown-title">اوراق</div> | ||
|                  <a href="https://wikitrader.net"><i class="fas fa-cogs"></i>  |                  <a href="https://wikitrader.net"><i class="fas fa-balance-scale"></i> اوراق دولتی</a> | ||
|                  < | |||
|                  <a href="https://wikitrader.net"><i class="fas fa- | |||
|              </div> |              </div> | ||
|          </div> |          </div> | ||
