|
|
| (71 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
| /* Force tables to use 100% width when this class is used */
| |
| .fullwidth {
| |
| width: 100% !important;
| |
| }
| |
|
| |
|
| /* Optional: Prevent Game Mode from wrapping onto two lines */ | | /* Hide user menu icon for anonymous */ |
| .nowrap { | | .personal-tools-icon { |
| white-space: nowrap;
| | display: none !important; |
| } | | } |
|
| |
|
| /* STRONG FIX: Disable links in ALL sortable table headers */
| | .infobox-value ul { |
| table.wikitable th a,
| | list-style: none; |
| table.wikitable th.headerSort a {
| |
| pointer-events: none !important; /* Makes clicks pass through to the sort button */
| |
| cursor: pointer !important; /* Shows the hand cursor for sorting */
| |
| color: black !important; /* Forces text to look black, not blue */
| |
| text-decoration: none !important; /* Removes the underline */
| |
| } | | } |
| /* Hide columns based on the 'hide' parameter */
| |
| .hide-Genre .col-genre,
| |
| .hide-Platform .col-platform,
| |
| .hide-Mode .col-mode,
| |
| .hide-Players .col-players {
| |
| display: none !important;
| |
| }
| |
| /* CSS placed here will be applied to all skins */
| |
|
| |
| /* ... (Keep your existing table CSS here) ... */
| |
|
| |
|
| /* SMART GRID FOR FORMS */
| | #rightMenu #p-contentnavigation.pagetools .tab-group > div#ca-talk { |
| /* This forces checkbox lists to align in perfect equal boxes */
| | display: none !important; |
| .pf-checkbox-grid { | |
| display: grid;
| |
| /* Create columns that are at least 140px wide, but stretch to fill space */
| |
| grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
| |
| gap: 10px; /* Space between items */
| |
| width: 100%;
| |
| } | | } |
|
| |
|
| /* Ensure the checkbox and text stay together */
| | .card.thumbwall .card-img img { |
| .pf-checkbox-grid span.checkboxLabel { | | height: 100% !important; |
| display: flex;
| |
| align-items: center;
| |
| background: #fff;
| |
| padding: 5px;
| |
| border: 1px solid #eee; /* Subtle border for each item */
| |
| border-radius: 4px;
| |
| } | | } |
|
| |
|
| .pf-checkbox-grid span.checkboxLabel:hover { | | .collab-icons { |
| background: #f0f8ff;
| | margin-top: .25rem !important; |
| border-color: #3366cc;
| |
| } | | } |
/* CSS placed here will be applied to all skins */
/* Hide user menu icon for anonymous */
.personal-tools-icon {
display: none !important;
}
.infobox-value ul {
list-style: none;
}
#rightMenu #p-contentnavigation.pagetools .tab-group > div#ca-talk {
display: none !important;
}
.card.thumbwall .card-img img {
height: 100% !important;
}
.collab-icons {
margin-top: .25rem !important;
}