MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 77: Line 77:
}
}
.head-col {
.head-col {
     width: calc(20% - 2px);
     width: calc(20% - 0px);
     box-sizing: border-box;
     box-sizing: border-box;
     height: fit-content;
     height: fit-content;
Line 101: Line 101:
}
}
.head-col-extend {
.head-col-extend {
     width: calc(40% - 2px);
     width: calc(40% - 0px);
     box-sizing: border-box;
     box-sizing: border-box;
     height: fit-content;
     height: fit-content;
Line 211: Line 211:
}
}
.about-col {
.about-col {
     width: calc(40% - 2px);
     width: calc(40% - 0px);
     box-sizing: border-box;
     box-sizing: border-box;
     height: fit-content;
     height: fit-content;
Line 219: Line 219:
}
}
.about-details-col {
.about-details-col {
     width: calc(18% - 2px);
     width: calc(18% - 0px);
     box-sizing: border-box;
     box-sizing: border-box;
     height: fit-content;
     height: fit-content;
Line 942: Line 942:
     position: relative; /* Ensure z-index works */
     position: relative; /* Ensure z-index works */
     z-index: 2; /* Higher than .card elements */
     z-index: 2; /* Higher than .card elements */
     width: calc(20% + 2px); /* Slightly wider */
     width: calc(20% + 0px); /* Slightly wider */
     box-sizing: border-box;
     box-sizing: border-box;
     height: fit-content;
     height: fit-content;
Line 1,013: Line 1,013:
#list div.filtered-list-item {
#list div.filtered-list-item {
     position: relative; /* Ensure z-index works */
     position: relative; /* Ensure z-index works */
     width: calc(20% - 2px);
     width: calc(20% - 0px);
     box-sizing: border-box;
     box-sizing: border-box;
     border: 1px solid black;
     border: 1px solid black;
Line 1,050: Line 1,050:
     flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: space-between; /* Adjust as needed */
     justify-content: space-between; /* Adjust as needed */
     width: calc(40% - 2px);
     width: calc(40% - 0px);
     display: none !important;
     display: none !important;
     margin: 0;
     margin: 0;
Line 1,108: Line 1,108:
     .filtered .filtered-filters {
     .filtered .filtered-filters {
         justify-content: space-around; /* Adjust for smaller screens */
         justify-content: space-around; /* Adjust for smaller screens */
         width: calc(40% - 2px);
         width: calc(40% - 0px);
     }
     }
     #list-list div.filtered-list-item {
     #list-list div.filtered-list-item {

Navigation menu