Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Blackbird/common.css"

From PCGamingWiki, the wiki about fixing PC games
m
Line 67: Line 67:
 
{
 
{
 
     text-align: center;
 
     text-align: center;
 +
}
 +
 +
/* ===== CHANGE : Improve dd icon and bullet point text widths ==============================================================
 +
*
 +
*/
 +
 +
/* Fixes shorter pages not rendering correctly, except with certain exceptions. */
 +
.mw-content-ltr:not(.lqt_post):not(.mw-warning-with-logexcerpt):not(#mw-imagepage-content) {
 +
min-height: 275px;
 +
}
 +
 +
/* Vertical spacing between {{++}}, {{ii}}, {{mm}}, etc. */
 +
dd {
 +
line-height: 1.6rem;
 +
margin-bottom: 6px;
 +
margin-top: 8px;
 +
 +
/* When directly following another dd element, the margin-top is removed. */
 +
+ dd {
 +
margin-top: 0;
 +
}
 
}
 
}
  

Revision as of 14:42, 22 April 2020

/* CSS placed here will be applied to all skins */

/* Add a border to H3s by default*/
h3 {
    border-left: 5px solid #FFFFFF; /* 5px cuz visible, but not distracting */
    padding-left: 10px; /* need some air to breath */
    position: relative;
    left: -15px;
}

/* Use whole monitor - Gorgeous */
#masthead {
    width: auto;
/* Widescreen fix (Hor+) */
    max-width: none;
}

body {
    justify-content: center;
    width: 100%;
}

table.wikitable,
.template-infotable,
.page-normaltable,
.table-source-ports-head-notes,
.table-source-ports-body-notes,
.table-standard-head-second-column,
.table-standard-body-second-column
{
    text-align: center;
}

.table-availability-head-source,
.table-availability-body-source, 
.table-dlc-head-name, 
.table-dlc-body-name, 
.table-gamedata-head-system, 
.table-gamedata-body-system, 
.table-cloudsync-head-system, 
.table-cloudsync-body-system, 
.table-settings-video-head-parameter, 
.table-settings-video-body-parameter, 
.table-settings-input-head-parameter, 
.table-settings-input-body-parameter,
.table-settings-audio-head-parameter, 
.table-settings-audio-body-parameter, 
.table-l10n-head-parameter, 
.table-l10n-body-parameter, 
.table-network-multiplayer-head-parameter, 
.table-network-multiplayer-body-parameter, 
.table-network-connection-head-parameter, 
.table-network-connection-body-parameter, 
.table-network-ports-head-parameter,
.table-network-ports-body-parameter,
.table-settings-vr-head-parameter, 
.table-settings-vr-body-parameter, 
.table-api-head-parameter, 
.table-api-body-parameter, 
.table-middleware-head-parameter, 
.table-middleware-body-parameter, 
.table-sysreqs-body-parameter,
.table-source-ports-head-parameter,
.table-source-ports-body-parameter,
.table-standard-head-first-column,
.table-standard-body-first-column
{
    text-align: center;
}

/* ===== CHANGE : Improve dd icon and bullet point text widths ==============================================================
 * 
 */

/* Fixes shorter pages not rendering correctly, except with certain exceptions. */
.mw-content-ltr:not(.lqt_post):not(.mw-warning-with-logexcerpt):not(#mw-imagepage-content) {
	min-height: 275px;
}

/* Vertical spacing between {{++}}, {{ii}}, {{mm}}, etc. */
dd {
	line-height: 1.6rem;
	margin-bottom: 6px;
	margin-top: 8px;

	/* When directly following another dd element, the margin-top is removed. */
	+ dd {
		margin-top: 0;
	}
}

/* ===== Staff user colours ======================================================================================================================== */

a[title="User:Andytizer"] {font-weight:bold;color:#2ecc71}

a[title="User:Aemony"], 
a[title="User:Blackbird"], 
a[title="User:Expack3"], 
a[title="User:Garrett"], 
a[title="User:Mirh"], 
a[title="User:Snuxoll"], 
a[title="User:Suicide machine"], 
a[title="User:Vetle"] 
{font-weight:bold;color:#16a022}

a[title="User:Baronsmoki"],
a[title="User:Cptmold"],
a[title="User:Hawaii Beach"],
a[title="User:Marioysikax"],
a[title="User:Mars icecream"],
a[title="User:Nccvoyager"],
a[title="User:Nicereddy"],
a[title="User:Rose"],
a[title="User:SirYodaJedi"]
{font-weight:bold;color:#e67e22}

a[title="User:Silent"] {font-weight:bold;color:#ffcc00}