ميدياويكي:Common.css: الفرق بين النسختين

لا ملخص تعديل
لا ملخص تعديل
سطر ٢٥٤: سطر ٢٥٤:


/* بطاقات أقسام الموسوعة */
/* بطاقات أقسام الموسوعة */
/* =========================================
  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: 14px;
     gap: 12px !important;
}
}


سطر ٢٦٣: سطر ٢٦٧:
     background: #fff;
     background: #fff;
     border: 1px solid #dde5e7;
     border: 1px solid #dde5e7;
     border-radius: 15px;
     border-radius: 14px;
     padding: 20px;
     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 {