ميدياويكي:Common.css: الفرق بين النسختين
BasraweAdmin (نقاش | مساهمات) لا ملخص تعديل |
BasraweAdmin (نقاش | مساهمات) لا ملخص تعديل |
||
| سطر ٢٥٤: | سطر ٢٥٤: | ||
/* بطاقات أقسام الموسوعة */ | /* بطاقات أقسام الموسوعة */ | ||
/* ========================================= | |||
Basrawe Explore Grid - Final | |||
========================================= */ | |||
.basrawe-explore-grid { | .basrawe-explore-grid { | ||
display: grid; | display: grid !important; | ||
grid-template-columns: repeat(4, minmax(0, 1fr)); | grid-template-columns: repeat(4, minmax(0, 1fr)) !important; | ||
gap: | gap: 12px !important; | ||
} | } | ||
| سطر ٢٦٣: | سطر ٢٦٧: | ||
background: #fff; | background: #fff; | ||
border: 1px solid #dde5e7; | border: 1px solid #dde5e7; | ||
border-radius: | border-radius: 14px; | ||
padding: | padding: 16px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
min-width: 0; | min-width: 0; | ||
} | } | ||
/* التابلت */ | |||
@media screen and (max-width: 700px) { | |||
.basrawe-explore-grid { | |||
grid-template-columns: repeat(2, minmax(0, 1fr)) !important; | |||
} | |||
} | |||
/* الهاتف */ | |||
@media screen and (max-width: 480px) { | |||
.basrawe-explore-grid { | |||
grid-template-columns: 1fr !important; | |||
} | |||
} | |||
/* الإحصاءات */ | /* الإحصاءات */ | ||
.basrawe-stats-grid { | .basrawe-stats-grid { | ||