PC Gaming Shelter
An archive dedicated to preserving PC Gaming history and more

MediaWiki:Common.css: Difference between revisions

From PC Gaming Shelter
No edit summary
Tag: Reverted
No edit summary
 
(65 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* --- FORM INPUT FIXES --- */
/* CSS placed here will be applied to all skins */


/* 1. Force the Series Box (Token Field) to be full width and consistent height */
/* Hide user menu icon for anonymous */
.select2-container {
.personal-tools-icon {
    width: 100% !important;
display: none !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
}
.select2-container .select2-selection--multiple {
 
    min-height: 35px;
.infobox-value ul {
    border: 1px solid #ccc !important;
  list-style: none;
    border-radius: 3px !important;
}
    background: #fff;
 
    padding: 4px;
#rightMenu #p-contentnavigation.pagetools .tab-group > div#ca-talk {
display: none !important;
}
}


/* 2. Force the Date Picker to match standard inputs */
.card.thumbwall .card-img img {
input.hasDatepicker {
height: 100% !important;
    width: 100% !important;
    box-sizing: border-box; /* Ensures padding doesn't break width */
    height: 35px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: sans-serif;
}
}


/* 3. Force all standard Text Inputs in the form to look uniform */
.collab-icons {
/* This targets inputs inside our specific form wrapper */
margin-top: .25rem !important;
.game-form input[type="text"] {
    box-sizing: border-box;
    height: 35px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
}

Latest revision as of 08:08, 25 April 2026

/* 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;
}