MediaWiki:Common.css: Difference between revisions
From PC Gaming Shelter
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* ========================================= | ||
1. TABLE & CORE WIKI FIXES | |||
========================================= */ | |||
.fullwidth { width: 100% !important; } | .fullwidth { width: 100% !important; } | ||
.nowrap { white-space: nowrap; } | .nowrap { white-space: nowrap; } | ||
| Line 21: | Line 23: | ||
} | } | ||
/* | /* ========================================= | ||
2. PAGE FORMS: "ONE BOX" & GRID STYLES | |||
========================================= */ | |||
.one-box-container { | .one-box-container { | ||
border: 1px solid #ccc !important; | border: 1px solid #ccc !important; | ||
| Line 31: | Line 33: | ||
margin-top: 5px; | margin-top: 5px; | ||
} | } | ||
.one-box-container br { display: none !important; } | |||
.one-box-container br { | |||
} | |||
.one-box-container > span { | .one-box-container > span { | ||
display: flex !important; | display: flex !important; | ||
flex-wrap: wrap !important; | flex-wrap: wrap !important; | ||
gap: 20px; | gap: 20px; | ||
align-items: center; | align-items: center; | ||
width: 100%; | width: 100%; | ||
} | } | ||
.one-box-container .checkboxLabel { | .one-box-container .checkboxLabel { | ||
display: flex !important; | display: flex !important; | ||
| Line 59: | Line 51: | ||
} | } | ||
/* | /* Game Form Grid */ | ||
.checkbox-grid > span { | .checkbox-grid > span { | ||
display: grid !important; | display: grid !important; | ||
| Line 83: | Line 58: | ||
width: 100%; | width: 100%; | ||
} | } | ||
.checkbox-grid .checkboxLabel { | .checkbox-grid .checkboxLabel { | ||
display: flex !important; | display: flex !important; | ||
| Line 97: | Line 71: | ||
} | } | ||
/* ========================================= | /* ========================================= | ||
PC GAMING SHELTER - | 3. PC GAMING SHELTER - LAYOUT ENGINE | ||
========================================= */ | ========================================= */ | ||
.pcs-wrapper { | .pcs-wrapper { | ||
background-color: #042037; | background-color: #042037 !important; | ||
padding: 30px; | padding: 30px; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
color: #ffffff; | color: #ffffff; | ||
border-radius: 8px; | border-radius: 8px; | ||
max-width: 1200px; | max-width: 1200px; | ||
margin: 0 auto; | margin: 0 auto; | ||
position: relative; | |||
} | } | ||
.pcs-row { | .pcs-row { | ||
display: flex; | display: flex; | ||
| Line 128: | Line 92: | ||
} | } | ||
.pcs-box { | .pcs-box { | ||
background-color: #0d5287; | background-color: #0d5287; | ||
border: 2px solid #011120; | border: 2px solid #011120; | ||
border-radius: 8px; | border-radius: 8px; | ||
padding: 20px; | padding: 20px; | ||
| Line 141: | Line 104: | ||
.pcs-col-70 { flex: 0 0 calc(70% - 10px); max-width: calc(70% - 10px); } | .pcs-col-70 { flex: 0 0 calc(70% - 10px); max-width: calc(70% - 10px); } | ||
.pcs-col-30 { flex: 0 0 calc(30% - 10px); max-width: calc(30% - 10px); } | .pcs-col-30 { flex: 0 0 calc(30% - 10px); max-width: calc(30% - 10px); } | ||
.pcs-col-100 { flex: 0 0 100%; max-width: 100%; } | .pcs-col-100 { flex: 0 0 100%; max-width: 100%; } | ||
/* | /* Typography & Links */ | ||
.pcs-title { | .pcs-title { | ||
font-size: 1.4em; | font-size: 1.4em; | ||
| Line 153: | Line 115: | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
} | } | ||
.pcs-box a { color: #ffffff; font-weight: bold; text-decoration: none; } | |||
.pcs-box a:hover { color: #ff9900; text-decoration: underline; } | |||
/* ========================================= | /* ========================================= | ||
4. MAIN PAGE OVERRIDES (CLEAN SLATE) | |||
========================================= */ | ========================================= */ | ||
body.page-Main_Page, | body.page-Main_Page, | ||
body.page-Main_Page #content, | body.page-Main_Page #content, | ||
body.page-Main_Page .mw-page-container | body.page-Main_Page .mw-page-container { | ||
background-color: #042037 !important; | background-color: #042037 !important; | ||
} | } | ||
/* | |||
. | /* Hide Navigation & UI */ | ||
body.page-Main_Page #mw-panel, | |||
body.page-Main_Page #p-logo, | |||
body.page-Main_Page #left-navigation, | |||
. | |||
body.page-Main_Page #right-navigation, | body.page-Main_Page #right-navigation, | ||
body.page-Main_Page #p-personal, | body.page-Main_Page #p-personal, | ||
body.page-Main_Page .mw-header { | body.page-Main_Page .mw-header, | ||
body.page-Main_Page #firstHeading, | |||
body.page-Main_Page #siteNotice { | |||
display: none !important; | display: none !important; | ||
} | |||
/* Kill Margins/Padding for Flush Header */ | |||
body.page-Main_Page #content { | |||
margin-left: 0 !important; | |||
padding-top: 0 !important; | |||
border: none !important; | |||
} | } | ||
/* ========================================= | /* ========================================= | ||
5. LOGO & HERO BANNER (FIXED) | |||
========================================= */ | ========================================= */ | ||
.pcs-hero { | .pcs-hero { | ||
| Line 342: | Line 155: | ||
gap: 20px; | gap: 20px; | ||
margin-bottom: 40px; | margin-bottom: 40px; | ||
} | } | ||
/* Remove White Box from Logo */ | |||
.pcs-hero-logo, | |||
.pcs-hero-logo *, | |||
.pcs-hero-logo a.image, | |||
.pcs-hero-logo img { | |||
background: transparent !important; | |||
background-color: transparent !important; | |||
border: none !important; | |||
box-shadow: none !important; | |||
} | |||
.pcs-hero-text h1 { | .pcs-hero-text h1 { | ||
color: #ffffff; | color: #ffffff; | ||
font-size: 2.8em; | font-size: 2.8em; | ||
font-weight: bold; | font-weight: bold; | ||
margin: 0; | margin: 0; | ||
border: none; | |||
border: none; | |||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
/* ========================================= | /* ========================================= | ||
6. SEARCH & TABLES (DARK THEME) | |||
========================================= */ | ========================================= */ | ||
.pcs-search-container { text-align: center; margin-bottom: 35px; } | |||
} | |||
/* Wikitable Overrides */ | |||
.pcs-wrapper table.wikitable { | |||
background-color: transparent !important; | |||
color: #ffffff !important; | |||
border: 1px solid #011120 !important; | |||
border: | |||
} | } | ||
.pcs-wrapper table.wikitable th { | |||
background-color: #011120 !important; | |||
.pcs-wrapper | color: #ff9900 !important; | ||
} | } | ||
Revision as of 17:59, 19 February 2026
/* CSS placed here will be applied to all skins */
/* =========================================
1. TABLE & CORE WIKI FIXES
========================================= */
.fullwidth { width: 100% !important; }
.nowrap { white-space: nowrap; }
table.wikitable th a,
table.wikitable th.headerSort a {
pointer-events: none !important;
cursor: pointer !important;
color: black !important;
text-decoration: none !important;
}
/* Hide columns helpers */
.hide-Genre .col-genre,
.hide-Platform .col-platform,
.hide-Mode .col-mode,
.hide-Players .col-players {
display: none !important;
}
/* =========================================
2. PAGE FORMS: "ONE BOX" & GRID STYLES
========================================= */
.one-box-container {
border: 1px solid #ccc !important;
background: #f9f9f9;
padding: 15px;
border-radius: 4px;
margin-top: 5px;
}
.one-box-container br { display: none !important; }
.one-box-container > span {
display: flex !important;
flex-wrap: wrap !important;
gap: 20px;
align-items: center;
width: 100%;
}
.one-box-container .checkboxLabel {
display: flex !important;
align-items: center !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
border: none !important;
}
/* Game Form Grid */
.checkbox-grid > span {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
gap: 8px !important;
width: 100%;
}
.checkbox-grid .checkboxLabel {
display: flex !important;
align-items: center;
background: #f9f9f9;
border: 1px solid #ccc;
padding: 6px 10px;
border-radius: 4px;
height: 25px;
font-size: 13px;
white-space: nowrap;
overflow: hidden;
}
/* =========================================
3. PC GAMING SHELTER - LAYOUT ENGINE
========================================= */
.pcs-wrapper {
background-color: #042037 !important;
padding: 30px;
font-family: sans-serif;
color: #ffffff;
border-radius: 8px;
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.pcs-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
}
.pcs-box {
background-color: #0d5287;
border: 2px solid #011120;
border-radius: 8px;
padding: 20px;
box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
box-sizing: border-box;
}
/* Column Sizes */
.pcs-col-70 { flex: 0 0 calc(70% - 10px); max-width: calc(70% - 10px); }
.pcs-col-30 { flex: 0 0 calc(30% - 10px); max-width: calc(30% - 10px); }
.pcs-col-100 { flex: 0 0 100%; max-width: 100%; }
/* Typography & Links */
.pcs-title {
font-size: 1.4em;
font-weight: bold;
text-align: center;
border-bottom: 2px solid #ffffff;
padding-bottom: 5px;
margin-bottom: 15px;
}
.pcs-box a { color: #ffffff; font-weight: bold; text-decoration: none; }
.pcs-box a:hover { color: #ff9900; text-decoration: underline; }
/* =========================================
4. MAIN PAGE OVERRIDES (CLEAN SLATE)
========================================= */
body.page-Main_Page,
body.page-Main_Page #content,
body.page-Main_Page .mw-page-container {
background-color: #042037 !important;
}
/* Hide Navigation & UI */
body.page-Main_Page #mw-panel,
body.page-Main_Page #p-logo,
body.page-Main_Page #left-navigation,
body.page-Main_Page #right-navigation,
body.page-Main_Page #p-personal,
body.page-Main_Page .mw-header,
body.page-Main_Page #firstHeading,
body.page-Main_Page #siteNotice {
display: none !important;
}
/* Kill Margins/Padding for Flush Header */
body.page-Main_Page #content {
margin-left: 0 !important;
padding-top: 0 !important;
border: none !important;
}
/* =========================================
5. LOGO & HERO BANNER (FIXED)
========================================= */
.pcs-hero {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 20px;
margin-bottom: 40px;
}
/* Remove White Box from Logo */
.pcs-hero-logo,
.pcs-hero-logo *,
.pcs-hero-logo a.image,
.pcs-hero-logo img {
background: transparent !important;
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
}
.pcs-hero-text h1 {
color: #ffffff;
font-size: 2.8em;
font-weight: bold;
margin: 0;
border: none;
text-transform: uppercase;
}
/* =========================================
6. SEARCH & TABLES (DARK THEME)
========================================= */
.pcs-search-container { text-align: center; margin-bottom: 35px; }
/* Wikitable Overrides */
.pcs-wrapper table.wikitable {
background-color: transparent !important;
color: #ffffff !important;
border: 1px solid #011120 !important;
}
.pcs-wrapper table.wikitable th {
background-color: #011120 !important;
color: #ff9900 !important;
}
