MediaWiki:Common.css: Difference between revisions
From PC Gaming Shelter
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
.hide-Players .col-players { | .hide-Players .col-players { | ||
display: none !important; | display: none !important; | ||
} | |||
.pfCheckboxes td { | |||
padding: 4px 12px 4px 0; | |||
} | |||
.pfForm input[type="text"], | |||
.pfForm textarea { | |||
width: 100%; | |||
box-sizing: border-box; | |||
} | } | ||
Revision as of 12:03, 10 February 2026
/* 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 */
.nowrap {
white-space: nowrap;
}
/* STRONG FIX: Disable links in ALL sortable table headers */
table.wikitable th a,
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;
}
.pfCheckboxes td {
padding: 4px 12px 4px 0;
}
.pfForm input[type="text"],
.pfForm textarea {
width: 100%;
box-sizing: border-box;
}
