MediaWiki:CRT Search.css: Difference between revisions

Created page with "* * EveryCRT Advanced Search Styles *: Container: .crt-search-wrapper { display: flex; gap: 24px; max-width: 1400px; margin: 0 auto; padding: 16px; } Mobile filter toggle: .crt-mobile-filter-toggle { display: none; width: 100%; padding: 12px 16px; background: #2a2a2e; border: 1px solid #3a3a3e; border-radius: 8px; color: #fff; font-size: 16px; cursor: pointer; margin-bottom: 16px; } .crt-mob..."
 
No edit summary
Line 211: Line 211:
     width: 18px;
     width: 18px;
     height: 18px;
     height: 18px;
    accent-color: #0088ff;
     cursor: pointer;
     cursor: pointer;
}
}
Line 302: Line 301:


.crt-multiselect-option.selected {
.crt-multiselect-option.selected {
     background: #0066cc33;
     background: rgba(0, 102, 204, 0.2);
}
}


Line 498: Line 497:


.grid-view .crt-card-image {
.grid-view .crt-card-image {
     aspect-ratio: 4/3;
     position: relative;
    padding-bottom: 75%;
     background: #1a1a1e;
     background: #1a1a1e;
    display: flex;
    align-items: center;
    justify-content: center;
     overflow: hidden;
     overflow: hidden;
}
}


.grid-view .crt-card-image img {
.grid-view .crt-card-image img,
.grid-view .crt-card-image .crt-no-image {
    position: absolute;
    top: 0;
    left: 0;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
     object-fit: contain;
     display: flex;
    align-items: center;
    justify-content: center;
}
}


Line 558: Line 561:


.crt-meta-type {
.crt-meta-type {
     background: #0066cc33 !important;
     background: rgba(0, 102, 204, 0.2) !important;
     color: #66aaff !important;
     color: #66aaff !important;
}
}
MediaWiki Appliance - Powered by TurnKey Linux