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
 
(4 intermediate revisions by the same user not shown)
Line 78: Line 78:
 
}
 
}
  
/* Changes some colors to my liking */
+
a[title="User:Kaldaien"],        a[href="/wiki/User:Kaldaien"],
 
 
a[title="User:Andytizer"],      a[href="/wiki/User:Andytizer"]
 
{font-weight:bold;color:#2ecc71}
 
 
 
a[title="User:Aemony"],          a[href="/wiki/User:Aemony"],
 
a[title="User:Blackbird"],      a[href="/wiki/User:Blackbird"],
 
a[title="User:Expack3"],        a[href="/wiki/User:Expack3"],
 
a[title="User:Garrett"],        a[href="/wiki/User:Garrett"],
 
a[title="User:Mirh"],            a[href="/wiki/User:Mirh"],
 
a[title="User:Snuxoll"],        a[href="/wiki/User:Snuxoll"],
 
a[title="User:Suicide machine"], a[href="/wiki/User:Suicide machine"],
 
a[title="User:Vetle"],          a[href="/wiki/User:Vetle"]
 
{font-weight:bold;color:#16a022}
 
 
 
a[title="User:Baronsmoki"],      a[href="/wiki/User:Baronsmoki"],
 
a[title="User:AlRayes BRN"],    a[href="/wiki/User:AlRayes BRN"],
 
a[title="User:Cptmold"],        a[href="/wiki/User:Cptmold"],
 
a[title="User:Jigen123"],        a[href="/wiki/User:Jigen123"],
 
a[title="User:Marioysikax"],    a[href="/wiki/User:Marioysikax"],
 
a[title="User:Mars icecream"],  a[href="/wiki/User:Mars icecream"],
 
a[title="User:Mastan"],          a[href="/wiki/User:Mastan"],
 
a[title="User:Nccvoyager"],      a[href="/wiki/User:Nccvoyager"],
 
a[title="User:Nicereddy"],      a[href="/wiki/User:Nicereddy"],
 
a[title="User:Rose"],            a[href="/wiki/User:Rose"],
 
a[title="User:Shadowstealer7"],  a[href="/wiki/User:Shadowstealer7"],
 
a[title="User:Silent"],          a[href="/wiki/User:Silent"],
 
a[title="User:SirYodaJedi"],    a[href="/wiki/User:SirYodaJedi"]
 
{font-weight:bold;color:#e67e22}
 
 
 
a[title="User:Kaldaien"],        a[href="/wiki/User:Kaldaien"],
 
 
a[title="User:Silent"],          a[href="/wiki/User:Silent"]
 
a[title="User:Silent"],          a[href="/wiki/User:Silent"]
 
{font-weight:bold;color:#ffcc00}
 
{font-weight:bold;color:#ffcc00}
 
.drm-disc {
 
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-34.3 269.5 259 259' style='enable-background:new -34.3 269.5 259 259;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23B23D25;stroke-width:19;%7D .st1%7Bfill:none;stroke:%23B23D25;stroke-width:5;%7D .st2%7Bfill:%23B03F26;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st0' cx='95.2' cy='399' r='120'/%3E%3Ccircle class='st1' cx='95.2' cy='399' r='22'/%3E%3Ccircle class='st1' cx='95.2' cy='399' r='37'/%3E%3C/g%3E%3Cpath class='st2' d='M61.1,417.6l-70.4,24.9l30.4,42.4l48.7-56.1 M171.7,313.5L122,370l9.1,11.9l71.2-25.4L171.7,313.5z M117.2,367 l39.2-62.9l-12.9-7.2l-30,68 M75.5,432L36,494.1l12.6,7l30.7-67'/%3E%3C/svg%3E%0A");
 
background-image: url(//images.pcgamingwiki.com/8/86/Availability_Table_Icons_-_Battle_net.svg)!ie
 

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}