الگو:صفحه اصلی مغازه شما/دسته بندی موضوعی: تفاوت میان نسخهها
Esfandiari (بحث | مشارکتها) بدون خلاصۀ ویرایش |
Esfandiari (بحث | مشارکتها) بدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
<html> | <html> | ||
/ | <div class="mediawiki-category-container" style="direction: rtl; font-family: tahoma, arial; max-width: 1000px; margin: 20px auto; padding: 15px; background: #f9f9f9; border-radius: 18px; box-shadow: 0 8px 24px rgba(42, 128, 85, .14); border: 1px solid #c9e4d5;"> | ||
<!-- بخش جستجو --> | |||
<div class="search-box" style="margin-bottom: 15px; text-align: center;"> | |||
<input type="text" id="categorySearch" placeholder="جستجو در دستهبندیها..." | |||
style="width: 90%; padding: 10px 18px; border: 1px solid #c9e4d5; border-radius: 25px; outline: none; font-size: 14px; transition: all 0.3s ease;"> | |||
</div> | |||
<!-- بخش فیلترها --> | |||
<div class="filter-bar" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 20px;"> | |||
<button class="filter-btn active" onclick="filterSelection('all')" style="padding: 5px 15px; border-radius: 15px; border: none; background: #16bd78; color: white; cursor: pointer; font-size: 13px;">همه</button> | |||
<button class="filter-btn" onclick="filterSelection('tech')" style="padding: 5px 15px; border-radius: 15px; border: none; background: #eee; cursor: pointer; font-size: 13px;">تکنولوژی</button> | |||
<button class="filter-btn" onclick="filterSelection('art')" style="padding: 5px 15px; border-radius: 15px; border: none; background: #eee; cursor: pointer; font-size: 13px;">هنر</button> | |||
<button class="filter-btn" onclick="filterSelection('science')" style="padding: 5px 15px; border-radius: 15px; border: none; background: #eee; cursor: pointer; font-size: 13px;">علوم</button> | |||
</div> | |||
<!-- شبکه کارتها (Grid) --> | |||
padding: | <div id="categoryGrid" class="category-grid"> | ||
<!-- کارت نمونه 1 --> | |||
<div class="category-card tech" style="background: white; padding: 15px 10px; border-radius: 12px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-bottom: 4px solid #16bd78;"> | |||
<span style="font-weight: bold; color: #333; font-size: 14px; display: block;">هوش مصنوعی</span> | |||
<span style="font-size: 11px; color: #777; background: #f0fdf4; padding: 2px 8px; border-radius: 10px; display: inline-block; margin-top: 5px;">۱۲ مقاله</span> | |||
</div> | |||
. | <!-- کارت نمونه 2 --> | ||
<div class="category-card art" style="background: white; padding: 15px 10px; border-radius: 12px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-bottom: 4px solid #ff9f43;"> | |||
<span style="font-weight: bold; color: #333; font-size: 14px; display: block;">نقاشی دیجیتال</span> | |||
<span style="font-size: 11px; color: #777; background: #fff7ed; padding: 2px 8px; border-radius: 10px; display: inline-block; margin-top: 5px;">۸ مقاله</span> | |||
</div> | |||
<!-- کارت نمونه 3 --> | |||
<div class="category-card science" style="background: white; padding: 15px 10px; border-radius: 12px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-bottom: 4px solid #54a0ff;"> | |||
<span style="font-weight: bold; color: #333; font-size: 14px; display: block;">فیزیک کوانتوم</span> | |||
<span style="font-size: 11px; color: #777; background: #eff6ff; padding: 2px 8px; border-radius: 10px; display: inline-block; margin-top: 5px;">۵ مقاله</span> | |||
</div> | |||
<!-- کارت نمونه 4 --> | |||
<div class="category-card tech" style="background: white; padding: 15px 10px; border-radius: 12px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-bottom: 4px solid #16bd78;"> | |||
<span style="font-weight: bold; color: #333; font-size: 14px; display: block;">برنامهنویسی</span> | |||
<span style="font-size: 11px; color: #777; background: #f0fdf4; padding: 2px 8px; border-radius: 10px; display: inline-block; margin-top: 5px;">۲۵ مقاله</span> | |||
</div> | |||
<!-- اضافه کردن کارتهای بیشتر برای تست نمایش ردیفها --> | |||
<div class="category-card art" style="background: white; padding: 15px 10px; border-radius: 12px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-bottom: 4px solid #ff9f43;"> | |||
<span style="font-weight: bold; color: #333; font-size: 14px; display: block;">طراحی گرافیک</span> | |||
<span style="font-size: 11px; color: #777; background: #fff7ed; padding: 2px 8px; border-radius: 10px; display: inline-block; margin-top: 5px;">۱۰ مقاله</span> | |||
</div> | |||
/ | </div> | ||
</div> | |||
/* | <style> | ||
.category- | /* تنظیمات اصلی گرید */ | ||
.category-grid { | |||
display: grid; | |||
/* حالت دسکتاپ: ۴ ستون مساوی */ | |||
grid-template-columns: repeat(4, 1fr); | |||
gap: 15px; | |||
} | } | ||
/* | /* حالت تبلت یا موبایلهای بزرگ (اختیاری اما برای زیبایی) */ | ||
@media (max-width:768px){ | @media (max-width: 768px) { | ||
.category-grid{ | .category-grid { | ||
grid-template-columns:repeat(2,1fr) | /* حالت موبایل: ۲ ستون مساوی */ | ||
grid-template-columns: repeat(2, 1fr); | |||
} | } | ||
} | |||
.category- | /* حالت خیلی کوچک (موبایلهای قدیمی) */ | ||
@media (max-width: 480px) { | |||
.category-grid { | |||
grid-template-columns: repeat(2, 1fr); /* طبق درخواست تو ۲ ستونه باقی بماند */ | |||
gap: 10px; | |||
} | } | ||
} | } | ||
.filter-btn:hover { opacity: 0.8; } | |||
.category-card { transition: all 0.2s ease; cursor: pointer; } | |||
.category-card:hover { transform: translateY(-5px); } | |||
</style> | </style> | ||
< | <script> | ||
function filterSelection(category) { | |||
const cards = document.getElementsByClassName("category-card"); | |||
const buttons = document.getElementsByClassName("filter-btn"); | |||
// تغییر استایل دکمهها | |||
for (let btn of buttons) { | |||
btn.style.background = "#eee"; | |||
btn.style.color = "black"; | |||
} | |||
event.currentTarget.style.background = "#16bd78"; | |||
event.currentTarget.style.color = "white"; | |||
// فیلتر کارتها | |||
for (let card of cards) { | |||
if (category === 'all') { | |||
card.style.display = "block"; | |||
} else { | |||
if (card.classList.contains(category)) { | |||
card.style.display = "block"; | |||
} else { | |||
card.style.display = "none"; | |||
} | |||
} | |||
} | |||
} | |||
document.getElementById('categorySearch').addEventListener('keyup', function() { | |||
const searchValue = this.value.toLowerCase(); | |||
const cards = document.getElementsByClassName("category-card"); | |||
for (let card of cards) { | |||
const title = card.querySelector('span').innerText.toLowerCase(); | |||
if (title.includes(searchValue)) { | |||
</ | card.style.display = "block"; | ||
} else { | |||
card.style.display = "none"; | |||
} | |||
} | |||
}); | |||
</script> | |||
</html> | </html> | ||