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
(Replaced content with "→‎CSS placed here will be applied to all skins: →‎Use whole monitor - Gorgeous: #masthead { width: auto; →‎Widescreen fix (Hor+): max-width: none; } bod...")
Tag: Replaced
 
(51 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/* Removes the ugly blue square from headers*/
 +
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 */
+
/* Removes the arbitary limit of horizontal space on pages */
#masthead {
+
@media (min-width: none) {
     width: auto;
+
.page-Home .home-information-column {
/* Widescreen fix (Hor+) */
+
     max-width: 370px;
     max-width: none;
+
     padding-top: 20px;
 +
}
 
}
 
}
 
+
#masthead, .pcgw-header_limit {
body {
+
     max-width: 1800px;
     justify-content: center;
 
    width: 100%;
 
 
}
 
}
  
 +
/* Makes all table titles centered */
 
table.wikitable,
 
table.wikitable,
 
.template-infotable,
 
.template-infotable,
Line 60: Line 66:
 
     text-align: center;
 
     text-align: center;
 
}
 
}
 +
 +
/* Allows bullet points and ++/--/ii to use all possible horizontal space */
 +
 +
/* Thumbs, dd, icon, lists, and paragraph max width and alignment */
 +
.cat-Games .mw-content-ltr dd, .cat-Games .mw-content-rtl .mw-content-ltr dd { max-width: none; }
 +
.cat-Games .ns-0 ul { max-width: none }
 +
.cat-Games p { max-width: none}
 +
 +
@media only screen and ( min-width: 801px ) {
 +
    .cat-Games .mw-content-ltr ul, .cat-Games .mw-content-rtl .mw-content-ltr ul { margin: 0.3em 0 0.3em 2.6em; }
 +
}
 +
 +
a[title="User:Kaldaien"],        a[href="/wiki/User:Kaldaien"],
 +
a[title="User:Silent"],          a[href="/wiki/User:Silent"]
 +
{font-weight:bold;color:#ffcc00}

Latest revision as of 10:20, 8 November 2021

/* Removes the ugly blue square from headers*/
h3 {
    border-left: 5px solid #FFFFFF; /* 5px cuz visible, but not distracting */
    padding-left: 10px; /* need some air to breath */
    position: relative;
    left: -15px;
}

/* Removes the arbitary limit of horizontal space on pages */
@media (min-width: none) {
.page-Home .home-information-column {
    max-width: 370px;
    padding-top: 20px;
}
}
#masthead, .pcgw-header_limit {
    max-width: 1800px;
}

/* Makes all table titles centered */
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;
}

/* Allows bullet points and ++/--/ii to use all possible horizontal space */

/* Thumbs, dd, icon, lists, and paragraph max width and alignment */
.cat-Games .mw-content-ltr dd, .cat-Games .mw-content-rtl .mw-content-ltr dd { max-width: none; }
.cat-Games .ns-0 ul { max-width: none }
.cat-Games p { max-width: none}

@media only screen and ( min-width: 801px ) {
    .cat-Games .mw-content-ltr ul, .cat-Games .mw-content-rtl .mw-content-ltr ul { margin: 0.3em 0 0.3em 2.6em; }
}

a[title="User:Kaldaien"],        a[href="/wiki/User:Kaldaien"],	
a[title="User:Silent"],          a[href="/wiki/User:Silent"]
{font-weight:bold;color:#ffcc00}